Interface RemoveSearchAttributesRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    string namespace = 2;
    com.google.protobuf.ByteString
    string namespace = 2;
    Search attribute names to delete.
    com.google.protobuf.ByteString
    Search attribute names to delete.
    int
    Search attribute names to delete.
    Search attribute names to delete.

    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

    • getSearchAttributesList

      List<String> getSearchAttributesList()
       Search attribute names to delete.
       
      repeated string search_attributes = 1;
      Returns:
      A list containing the searchAttributes.
    • getSearchAttributesCount

      int getSearchAttributesCount()
       Search attribute names to delete.
       
      repeated string search_attributes = 1;
      Returns:
      The count of searchAttributes.
    • getSearchAttributes

      String getSearchAttributes(int index)
       Search attribute names to delete.
       
      repeated string search_attributes = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The searchAttributes at the given index.
    • getSearchAttributesBytes

      com.google.protobuf.ByteString getSearchAttributesBytes(int index)
       Search attribute names to delete.
       
      repeated string search_attributes = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the searchAttributes at the given index.
    • getNamespace

      String getNamespace()
      string namespace = 2;
      Returns:
      The namespace.
    • getNamespaceBytes

      com.google.protobuf.ByteString getNamespaceBytes()
      string namespace = 2;
      Returns:
      The bytes for namespace.