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 Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsKeys​(java.lang.String key)
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
      java.util.Map<java.lang.String,​IndexedValueType> getKeys()
      Deprecated.
      int getKeysCount()
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
      java.util.Map<java.lang.String,​IndexedValueType> getKeysMap()
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
      IndexedValueType getKeysOrDefault​(java.lang.String key, IndexedValueType defaultValue)
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
      IndexedValueType getKeysOrThrow​(java.lang.String key)
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
      java.util.Map<java.lang.String,​java.lang.Integer> getKeysValue()
      Deprecated.
      java.util.Map<java.lang.String,​java.lang.Integer> getKeysValueMap()
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
      int getKeysValueOrDefault​(java.lang.String key, int defaultValue)
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
      int getKeysValueOrThrow​(java.lang.String key)
      map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
      • 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

      • getKeysCount

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

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

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

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

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

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

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

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

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