Class Acl.View (2.43.3)

publicstaticfinalclass Acl.ViewextendsAcl.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)

publicView(TableIdid)

Creates a View entity given the view's id.

Parameter
Name Description
id TableId

Methods

equals(Object obj)

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

getId()

publicTableIdgetId()
Returns
Type Description
TableId

Returns table's identity.

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.