Interface AddSearchAttributesRequestOrBuilder

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

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

    • getSearchAttributesCount

      int getSearchAttributesCount()
       Mapping between search attribute name and its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
    • containsSearchAttributes

      boolean containsSearchAttributes(String key)
       Mapping between search attribute name and its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
    • getSearchAttributes

      @Deprecated Map<String,IndexedValueType> getSearchAttributes()
      Deprecated.
    • getSearchAttributesMap

      Map<String,IndexedValueType> getSearchAttributesMap()
       Mapping between search attribute name and its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
    • getSearchAttributesOrDefault

      IndexedValueType getSearchAttributesOrDefault(String key, IndexedValueType defaultValue)
       Mapping between search attribute name and its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
    • getSearchAttributesOrThrow

      IndexedValueType getSearchAttributesOrThrow(String key)
       Mapping between search attribute name and its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
    • getSearchAttributesValue

      @Deprecated Map<String,Integer> getSearchAttributesValue()
      Deprecated.
    • getSearchAttributesValueMap

      Map<String,Integer> getSearchAttributesValueMap()
       Mapping between search attribute name and its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
    • getSearchAttributesValueOrDefault

      int getSearchAttributesValueOrDefault(String key, int defaultValue)
       Mapping between search attribute name and its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
    • getSearchAttributesValueOrThrow

      int getSearchAttributesValueOrThrow(String key)
       Mapping between search attribute name and its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1;
    • getNamespace

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

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