public interface GetSinkRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getSinkName()
public abstract String getSinkName() Required. The resource name of the sink:
     "projects/[PROJECT_ID]/sinks/[SINK_ID]"
     "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
     "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
     "folders/[FOLDER_ID]/sinks/[SINK_ID]"
 Example: "projects/my-project-id/sinks/my-sink-id".
 
 string sink_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Type | Description | 
| String | The sinkName. | 
getSinkNameBytes()
public abstract ByteString getSinkNameBytes() Required. The resource name of the sink:
     "projects/[PROJECT_ID]/sinks/[SINK_ID]"
     "organizations/[ORGANIZATION_ID]/sinks/[SINK_ID]"
     "billingAccounts/[BILLING_ACCOUNT_ID]/sinks/[SINK_ID]"
     "folders/[FOLDER_ID]/sinks/[SINK_ID]"
 Example: "projects/my-project-id/sinks/my-sink-id".
 
 string sink_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
 
| Type | Description | 
| ByteString | The bytes for sinkName. |