Interface TargetId (2.37.0)

public interface TargetId extends Serializable

TargetId defines the scope a data operation can be applied to. See Also: TableId, AuthorizedViewId

Implements

Serializable

Methods

scopedForAuthorizedView()

public abstract boolean scopedForAuthorizedView()

Returns true if this TargetId object represents id for an authorized view (rather than a table).

Returns
TypeDescription
boolean

toResourceName(String projectId, String instanceId)

public abstract 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.

This method is considered an internal implementation detail and not meant to be used by applications.

Parameters
NameDescription
projectIdString
instanceIdString
Returns
TypeDescription
String