Class Acl.IamMember (2.48.1)

publicstaticfinalclass Acl.IamMemberextendsAcl.Entity

Class for a BigQuery IamMember entity. Objects of this class represent a iamMember to grant access to given the IAM Policy.

Inheritance

Object > Acl.Entity > Acl.IamMember

Constructors

IamMember(String iamMember)

publicIamMember(StringiamMember)

Creates a iamMember entity given the iamMember.

Parameter
Name Description
iamMember String

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getIamMember()

publicStringgetIamMember()
Returns
Type Description
String

Returns iamMember.

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

toString()

publicStringtoString()
Returns
Type Description
String
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.