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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getAsyncOperationId()
      The id to use for this async operation.
      com.google.protobuf.ByteString getAsyncOperationIdBytes()
      The id to use for this async operation.
      java.lang.String getExistingCustomSearchAttributeName()
      The existing name of the custom search attribute to be renamed.
      com.google.protobuf.ByteString getExistingCustomSearchAttributeNameBytes()
      The existing name of the custom search attribute to be renamed.
      java.lang.String getNamespace()
      The namespace to rename the custom search attribute for.
      com.google.protobuf.ByteString getNamespaceBytes()
      The namespace to rename the custom search attribute for.
      java.lang.String getNewCustomSearchAttributeName()
      The new name of the custom search attribute.
      com.google.protobuf.ByteString getNewCustomSearchAttributeNameBytes()
      The new name of the custom search attribute.
      java.lang.String getResourceVersion()
      The version of the namespace for which this update is intended for.
      com.google.protobuf.ByteString getResourceVersionBytes()
      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 Detail

      • getNamespace

        java.lang.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

        java.lang.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

        java.lang.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

        java.lang.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

        java.lang.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.