Interface GetSearchAttributesResponseOrBuilder

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

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

    • getKeysCount

      int getKeysCount()
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
    • containsKeys

      boolean containsKeys(String key)
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
    • getKeys

      Deprecated.
      Use getKeysMap() instead.
    • getKeysMap

      Map<String,IndexedValueType> getKeysMap()
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
    • getKeysOrDefault

      IndexedValueType getKeysOrDefault(String key, IndexedValueType defaultValue)
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
    • getKeysOrThrow

      IndexedValueType getKeysOrThrow(String key)
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
    • getKeysValue

      @Deprecated Map<String,Integer> getKeysValue()
      Deprecated.
      Use getKeysValueMap() instead.
    • getKeysValueMap

      Map<String,Integer> getKeysValueMap()
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
    • getKeysValueOrDefault

      int getKeysValueOrDefault(String key, int defaultValue)
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
    • getKeysValueOrThrow

      int getKeysValueOrThrow(String key)
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;