Interface ListSearchAttributesResponseOrBuilder

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

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

    • getCustomAttributesCount

      int getCustomAttributesCount()
       Mapping between custom (user-registered) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
    • containsCustomAttributes

      boolean containsCustomAttributes(String key)
       Mapping between custom (user-registered) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
    • getCustomAttributes

      @Deprecated Map<String,IndexedValueType> getCustomAttributes()
      Deprecated.
    • getCustomAttributesMap

      Map<String,IndexedValueType> getCustomAttributesMap()
       Mapping between custom (user-registered) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
    • getCustomAttributesOrDefault

      IndexedValueType getCustomAttributesOrDefault(String key, IndexedValueType defaultValue)
       Mapping between custom (user-registered) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
    • getCustomAttributesOrThrow

      IndexedValueType getCustomAttributesOrThrow(String key)
       Mapping between custom (user-registered) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
    • getCustomAttributesValue

      @Deprecated Map<String,Integer> getCustomAttributesValue()
      Deprecated.
    • getCustomAttributesValueMap

      Map<String,Integer> getCustomAttributesValueMap()
       Mapping between custom (user-registered) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
    • getCustomAttributesValueOrDefault

      int getCustomAttributesValueOrDefault(String key, int defaultValue)
       Mapping between custom (user-registered) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
    • getCustomAttributesValueOrThrow

      int getCustomAttributesValueOrThrow(String key)
       Mapping between custom (user-registered) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
    • getSystemAttributesCount

      int getSystemAttributesCount()
       Mapping between system (predefined) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
    • containsSystemAttributes

      boolean containsSystemAttributes(String key)
       Mapping between system (predefined) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
    • getSystemAttributes

      @Deprecated Map<String,IndexedValueType> getSystemAttributes()
      Deprecated.
    • getSystemAttributesMap

      Map<String,IndexedValueType> getSystemAttributesMap()
       Mapping between system (predefined) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
    • getSystemAttributesOrDefault

      IndexedValueType getSystemAttributesOrDefault(String key, IndexedValueType defaultValue)
       Mapping between system (predefined) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
    • getSystemAttributesOrThrow

      IndexedValueType getSystemAttributesOrThrow(String key)
       Mapping between system (predefined) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
    • getSystemAttributesValue

      @Deprecated Map<String,Integer> getSystemAttributesValue()
      Deprecated.
    • getSystemAttributesValueMap

      Map<String,Integer> getSystemAttributesValueMap()
       Mapping between system (predefined) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
    • getSystemAttributesValueOrDefault

      int getSystemAttributesValueOrDefault(String key, int defaultValue)
       Mapping between system (predefined) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
    • getSystemAttributesValueOrThrow

      int getSystemAttributesValueOrThrow(String key)
       Mapping between system (predefined) search attribute name to its IndexedValueType.
       
      map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
    • getStorageSchemaCount

      int getStorageSchemaCount()
       Mapping from the attribute name to the visibility storage native type.
       
      map<string, string> storage_schema = 3;
    • containsStorageSchema

      boolean containsStorageSchema(String key)
       Mapping from the attribute name to the visibility storage native type.
       
      map<string, string> storage_schema = 3;
    • getStorageSchema

      @Deprecated Map<String,String> getStorageSchema()
      Deprecated.
    • getStorageSchemaMap

      Map<String,String> getStorageSchemaMap()
       Mapping from the attribute name to the visibility storage native type.
       
      map<string, string> storage_schema = 3;
    • getStorageSchemaOrDefault

      String getStorageSchemaOrDefault(String key, String defaultValue)
       Mapping from the attribute name to the visibility storage native type.
       
      map<string, string> storage_schema = 3;
    • getStorageSchemaOrThrow

      String getStorageSchemaOrThrow(String key)
       Mapping from the attribute name to the visibility storage native type.
       
      map<string, string> storage_schema = 3;