Class Acl.Group (2.48.1)

publicstaticfinalclass Acl.GroupextendsAcl.Entity

Class for a BigQuery Group entity. Objects of this class represent a group to granted access to. A Group entity can be created given the group's email or can be a special group: #ofProjectOwners(), #ofProjectReaders(), #ofProjectWriters() or #ofAllAuthenticatedUsers().

Inheritance

Object > Acl.Entity > Acl.Group

Static Methods

ofAllAuthenticatedUsers()

publicstaticAcl.GroupofAllAuthenticatedUsers()
Returns
Type Description
Acl.Group

Returns a Group entity representing all BigQuery authenticated users.

ofProjectOwners()

publicstaticAcl.GroupofProjectOwners()
Returns
Type Description
Acl.Group

Returns a Group entity representing all project's owners.

ofProjectReaders()

publicstaticAcl.GroupofProjectReaders()
Returns
Type Description
Acl.Group

Returns a Group entity representing all project's readers.

ofProjectWriters()

publicstaticAcl.GroupofProjectWriters()
Returns
Type Description
Acl.Group

Returns a Group entity representing all project's writers.

Constructors

Group(String identifier)

publicGroup(Stringidentifier)

Creates a Group entity given its identifier. Identifier can be either a special group identifier or a group email.

Parameter
Name Description
identifier String

Methods

equals(Object obj)

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

getIdentifier()

publicStringgetIdentifier()
Returns
Type Description
String

Returns group's identifier, can be either a special group identifier or a group email.

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.