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 booleancontainsKeys(java.lang.String key)map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;java.util.Map<java.lang.String,IndexedValueType>getKeys()Deprecated.intgetKeysCount()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;IndexedValueTypegetKeysOrDefault(java.lang.String key, IndexedValueType defaultValue)map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;IndexedValueTypegetKeysOrThrow(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;intgetKeysValueOrDefault(java.lang.String key, int defaultValue)map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;intgetKeysValueOrThrow(java.lang.String key)map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;-
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;
-
getKeys
@Deprecated java.util.Map<java.lang.String,IndexedValueType> getKeys()
Deprecated.UsegetKeysMap()instead.
-
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.UsegetKeysValueMap()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;
-
-