@InternalExtensionOnly public interface TargetId extends Serializable
AuthorizedViewId,
TableId| Modifier and Type | Method and Description |
|---|---|
boolean |
scopedForAuthorizedView()
Returns true if this TargetId object represents id for an authorized view (rather than a
table/materialized view).
|
boolean |
scopedForMaterializedView()
Returns true if this TargetId object represents id for an materialized view (rather than a
table/authorized view).
|
String |
toResourceName(String projectId,
String instanceId)
Combines the table or authorized view id with the projectId and instanceId to form the actual
resource name in the request protobuf.
|
@InternalApi String toResourceName(String projectId, String instanceId)
This method is considered an internal implementation detail and not meant to be used by applications.
@InternalApi boolean scopedForAuthorizedView()
@InternalApi boolean scopedForMaterializedView()
Copyright © 2026 Google LLC. All rights reserved.