Interface AddSearchAttributesRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AddSearchAttributesRequest,AddSearchAttributesRequest.Builder
@Generated(value="protoc",
comments="annotations:AddSearchAttributesRequestOrBuilder.java.pb.meta")
public interface AddSearchAttributesRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanMapping between search attribute name and its IndexedValueType.string namespace = 2;com.google.protobuf.ByteStringstring namespace = 2;Deprecated.intMapping between search attribute name and its IndexedValueType.Mapping between search attribute name and its IndexedValueType.getSearchAttributesOrDefault(String key, IndexedValueType defaultValue) Mapping between search attribute name and its IndexedValueType.Mapping between search attribute name and its IndexedValueType.Deprecated.Mapping between search attribute name and its IndexedValueType.intgetSearchAttributesValueOrDefault(String key, int defaultValue) Mapping between search attribute name and its IndexedValueType.intMapping between search attribute name and its IndexedValueType.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
-
getSearchAttributesCount
int getSearchAttributesCount()Mapping between search attribute name and its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1; -
containsSearchAttributes
Mapping between search attribute name and its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1; -
getSearchAttributes
Deprecated.UsegetSearchAttributesMap()instead. -
getSearchAttributesMap
Map<String,IndexedValueType> getSearchAttributesMap()Mapping between search attribute name and its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1; -
getSearchAttributesOrDefault
Mapping between search attribute name and its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1; -
getSearchAttributesOrThrow
Mapping between search attribute name and its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1; -
getSearchAttributesValue
Deprecated.UsegetSearchAttributesValueMap()instead. -
getSearchAttributesValueMap
-
getSearchAttributesValueOrDefault
Mapping between search attribute name and its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1; -
getSearchAttributesValueOrThrow
Mapping between search attribute name and its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> search_attributes = 1; -
getNamespace
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()string namespace = 2;- Returns:
- The bytes for namespace.
-