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
Modifier and TypeMethodDescriptionbooleancontainsKeys(String key) map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;getKeys()Deprecated.intmap<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;getKeysOrDefault(String key, IndexedValueType defaultValue) map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;getKeysOrThrow(String key) map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;Deprecated.map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;intgetKeysValueOrDefault(String key, int defaultValue) map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;intmap<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getKeysCount
int getKeysCount()map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1; -
containsKeys
map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1; -
getKeys
-
getKeysMap
Map<String,IndexedValueType> getKeysMap()map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1; -
getKeysOrDefault
map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1; -
getKeysOrThrow
map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1; -
getKeysValue
-
getKeysValueMap
-
getKeysValueOrDefault
map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1; -
getKeysValueOrThrow
map<string, .temporal.api.enums.v1.IndexedValueType> keys = 1;
-