Interface DeleteSinkRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    DeleteSinkRequest, DeleteSinkRequest.Builder

    public interface DeleteSinkRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSinkName()
      Required.
      com.google.protobuf.ByteString getSinkNameBytes()
      Required.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSinkName

        String getSinkName()
         Required. The full resource name of the sink to delete, including the
         parent resource and the sink identifier:
        
             "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]"
        
         For example:
        
           `"projects/my-project/sinks/my-sink"`
         
        string sink_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The sinkName.
      • getSinkNameBytes

        com.google.protobuf.ByteString getSinkNameBytes()
         Required. The full resource name of the sink to delete, including the
         parent resource and the sink identifier:
        
             "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]"
        
         For example:
        
           `"projects/my-project/sinks/my-sink"`
         
        string sink_name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
        Returns:
        The bytes for sinkName.