Interface RenameCustomSearchAttributeRequestOrBuilder

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

@Generated(value="protoc", comments="annotations:RenameCustomSearchAttributeRequestOrBuilder.java.pb.meta") public interface RenameCustomSearchAttributeRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The id to use for this async operation.
    com.google.protobuf.ByteString
    The id to use for this async operation.
    The existing name of the custom search attribute to be renamed.
    com.google.protobuf.ByteString
    The existing name of the custom search attribute to be renamed.
    The namespace to rename the custom search attribute for.
    com.google.protobuf.ByteString
    The namespace to rename the custom search attribute for.
    The new name of the custom search attribute.
    com.google.protobuf.ByteString
    The new name of the custom search attribute.
    The version of the namespace for which this update is intended for.
    com.google.protobuf.ByteString
    The version of the namespace for which this update is intended for.

    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 Details

    • getNamespace

      String getNamespace()
       The namespace to rename the custom search attribute for.
       
      string namespace = 1;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
       The namespace to rename the custom search attribute for.
       
      string namespace = 1;
      Returns:
      The bytes for namespace.
    • getExistingCustomSearchAttributeName

      String getExistingCustomSearchAttributeName()
       The existing name of the custom search attribute to be renamed.
       
      string existing_custom_search_attribute_name = 2;
      Returns:
      The existingCustomSearchAttributeName.
    • getExistingCustomSearchAttributeNameBytes

      com.google.protobuf.ByteString getExistingCustomSearchAttributeNameBytes()
       The existing name of the custom search attribute to be renamed.
       
      string existing_custom_search_attribute_name = 2;
      Returns:
      The bytes for existingCustomSearchAttributeName.
    • getNewCustomSearchAttributeName

      String getNewCustomSearchAttributeName()
       The new name of the custom search attribute.
       
      string new_custom_search_attribute_name = 3;
      Returns:
      The newCustomSearchAttributeName.
    • getNewCustomSearchAttributeNameBytes

      com.google.protobuf.ByteString getNewCustomSearchAttributeNameBytes()
       The new name of the custom search attribute.
       
      string new_custom_search_attribute_name = 3;
      Returns:
      The bytes for newCustomSearchAttributeName.
    • getResourceVersion

      String getResourceVersion()
       The version of the namespace for which this update is intended for.
       The latest version can be found in the namespace status.
       
      string resource_version = 4;
      Returns:
      The resourceVersion.
    • getResourceVersionBytes

      com.google.protobuf.ByteString getResourceVersionBytes()
       The version of the namespace for which this update is intended for.
       The latest version can be found in the namespace status.
       
      string resource_version = 4;
      Returns:
      The bytes for resourceVersion.
    • getAsyncOperationId

      String getAsyncOperationId()
       The id to use for this async operation.
       Optional, if not provided a random id will be generated.
       
      string async_operation_id = 5;
      Returns:
      The asyncOperationId.
    • getAsyncOperationIdBytes

      com.google.protobuf.ByteString getAsyncOperationIdBytes()
       The id to use for this async operation.
       Optional, if not provided a random id will be generated.
       
      string async_operation_id = 5;
      Returns:
      The bytes for asyncOperationId.