public static final class Acl.Group extends Acl.Entity
ofProjectOwners()
, ofProjectReaders()
, ofProjectWriters()
or ofAllAuthenticatedUsers()
.Acl.Entity.Type
Constructor and Description |
---|
Group(String identifier)
Creates a Group entity given its identifier.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getIdentifier()
Returns group's identifier, can be either a
special group identifier or a group email.
|
int |
hashCode() |
static Acl.Group |
ofAllAuthenticatedUsers()
Returns a Group entity representing all BigQuery authenticated users.
|
static Acl.Group |
ofProjectOwners()
Returns a Group entity representing all project's owners.
|
static Acl.Group |
ofProjectReaders()
Returns a Group entity representing all project's readers.
|
static Acl.Group |
ofProjectWriters()
Returns a Group entity representing all project's writers.
|
String |
toString() |
getType
public Group(String identifier)
public String getIdentifier()
public static Acl.Group ofProjectOwners()
public static Acl.Group ofProjectReaders()
public static Acl.Group ofProjectWriters()
public static Acl.Group ofAllAuthenticatedUsers()
Copyright © 2019 Google LLC. All rights reserved.