Class Acl.View (2.38.2)

public static final class Acl.View extends Acl.Entity

Class for a BigQuery View entity. Objects of this class represent a view from a different datasetAclEntity to grant access to. Queries executed against that view will have read access to tables in this datasetAclEntity. The role field is not required when this field is set. If that view is updated by any user, access to the view needs to be granted again via an update operation.

Inheritance

Object > Acl.Entity > Acl.View

Constructors

View(TableId id)

public View(TableId id)

Creates a View entity given the view's id.

Parameter
NameDescription
idTableId

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getId()

public TableId getId()
Returns
TypeDescription
TableId

Returns table's identity.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toString()

public String toString()
Returns
TypeDescription
String
Overrides