Package com.google.cloud.bigquery
Class Acl.IamMember
- java.lang.Object
-
- com.google.cloud.bigquery.Acl.Entity
-
- com.google.cloud.bigquery.Acl.IamMember
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Acl
public static final class Acl.IamMember extends Acl.Entity
Class for a BigQuery IamMember entity. Objects of this class represent a iamMember to grant access to given the IAM Policy.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.cloud.bigquery.Acl.Entity
Acl.Entity.Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getIamMember()
int
hashCode()
String
toString()
-
Methods inherited from class com.google.cloud.bigquery.Acl.Entity
getType
-
-
-
-
Constructor Detail
-
IamMember
public IamMember(String iamMember)
Creates a iamMember entity given the iamMember.
-
-