Interface ListSearchAttributesResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListSearchAttributesResponse,ListSearchAttributesResponse.Builder
@Generated(value="protoc", comments="annotations:ListSearchAttributesResponseOrBuilder.java.pb.meta") public interface ListSearchAttributesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsCustomAttributes(java.lang.String key)Mapping between custom (user-registered) search attribute name to its IndexedValueType.booleancontainsStorageSchema(java.lang.String key)Mapping from the attribute name to the visibility storage native type.booleancontainsSystemAttributes(java.lang.String key)Mapping between system (predefined) search attribute name to its IndexedValueType.java.util.Map<java.lang.String,IndexedValueType>getCustomAttributes()Deprecated.intgetCustomAttributesCount()Mapping between custom (user-registered) search attribute name to its IndexedValueType.java.util.Map<java.lang.String,IndexedValueType>getCustomAttributesMap()Mapping between custom (user-registered) search attribute name to its IndexedValueType.IndexedValueTypegetCustomAttributesOrDefault(java.lang.String key, IndexedValueType defaultValue)Mapping between custom (user-registered) search attribute name to its IndexedValueType.IndexedValueTypegetCustomAttributesOrThrow(java.lang.String key)Mapping between custom (user-registered) search attribute name to its IndexedValueType.java.util.Map<java.lang.String,java.lang.Integer>getCustomAttributesValue()Deprecated.java.util.Map<java.lang.String,java.lang.Integer>getCustomAttributesValueMap()Mapping between custom (user-registered) search attribute name to its IndexedValueType.intgetCustomAttributesValueOrDefault(java.lang.String key, int defaultValue)Mapping between custom (user-registered) search attribute name to its IndexedValueType.intgetCustomAttributesValueOrThrow(java.lang.String key)Mapping between custom (user-registered) search attribute name to its IndexedValueType.java.util.Map<java.lang.String,java.lang.String>getStorageSchema()Deprecated.intgetStorageSchemaCount()Mapping from the attribute name to the visibility storage native type.java.util.Map<java.lang.String,java.lang.String>getStorageSchemaMap()Mapping from the attribute name to the visibility storage native type.java.lang.StringgetStorageSchemaOrDefault(java.lang.String key, java.lang.String defaultValue)Mapping from the attribute name to the visibility storage native type.java.lang.StringgetStorageSchemaOrThrow(java.lang.String key)Mapping from the attribute name to the visibility storage native type.java.util.Map<java.lang.String,IndexedValueType>getSystemAttributes()Deprecated.intgetSystemAttributesCount()Mapping between system (predefined) search attribute name to its IndexedValueType.java.util.Map<java.lang.String,IndexedValueType>getSystemAttributesMap()Mapping between system (predefined) search attribute name to its IndexedValueType.IndexedValueTypegetSystemAttributesOrDefault(java.lang.String key, IndexedValueType defaultValue)Mapping between system (predefined) search attribute name to its IndexedValueType.IndexedValueTypegetSystemAttributesOrThrow(java.lang.String key)Mapping between system (predefined) search attribute name to its IndexedValueType.java.util.Map<java.lang.String,java.lang.Integer>getSystemAttributesValue()Deprecated.java.util.Map<java.lang.String,java.lang.Integer>getSystemAttributesValueMap()Mapping between system (predefined) search attribute name to its IndexedValueType.intgetSystemAttributesValueOrDefault(java.lang.String key, int defaultValue)Mapping between system (predefined) search attribute name to its IndexedValueType.intgetSystemAttributesValueOrThrow(java.lang.String key)Mapping between system (predefined) search attribute name to its IndexedValueType.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCustomAttributesCount
int getCustomAttributesCount()
Mapping between custom (user-registered) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
-
containsCustomAttributes
boolean containsCustomAttributes(java.lang.String key)
Mapping between custom (user-registered) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
-
getCustomAttributes
@Deprecated java.util.Map<java.lang.String,IndexedValueType> getCustomAttributes()
Deprecated.UsegetCustomAttributesMap()instead.
-
getCustomAttributesMap
java.util.Map<java.lang.String,IndexedValueType> getCustomAttributesMap()
Mapping between custom (user-registered) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
-
getCustomAttributesOrDefault
IndexedValueType getCustomAttributesOrDefault(java.lang.String key, IndexedValueType defaultValue)
Mapping between custom (user-registered) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
-
getCustomAttributesOrThrow
IndexedValueType getCustomAttributesOrThrow(java.lang.String key)
Mapping between custom (user-registered) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
-
getCustomAttributesValue
@Deprecated java.util.Map<java.lang.String,java.lang.Integer> getCustomAttributesValue()
Deprecated.UsegetCustomAttributesValueMap()instead.
-
getCustomAttributesValueMap
java.util.Map<java.lang.String,java.lang.Integer> getCustomAttributesValueMap()
Mapping between custom (user-registered) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
-
getCustomAttributesValueOrDefault
int getCustomAttributesValueOrDefault(java.lang.String key, int defaultValue)Mapping between custom (user-registered) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
-
getCustomAttributesValueOrThrow
int getCustomAttributesValueOrThrow(java.lang.String key)
Mapping between custom (user-registered) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> custom_attributes = 1;
-
getSystemAttributesCount
int getSystemAttributesCount()
Mapping between system (predefined) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
-
containsSystemAttributes
boolean containsSystemAttributes(java.lang.String key)
Mapping between system (predefined) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
-
getSystemAttributes
@Deprecated java.util.Map<java.lang.String,IndexedValueType> getSystemAttributes()
Deprecated.UsegetSystemAttributesMap()instead.
-
getSystemAttributesMap
java.util.Map<java.lang.String,IndexedValueType> getSystemAttributesMap()
Mapping between system (predefined) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
-
getSystemAttributesOrDefault
IndexedValueType getSystemAttributesOrDefault(java.lang.String key, IndexedValueType defaultValue)
Mapping between system (predefined) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
-
getSystemAttributesOrThrow
IndexedValueType getSystemAttributesOrThrow(java.lang.String key)
Mapping between system (predefined) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
-
getSystemAttributesValue
@Deprecated java.util.Map<java.lang.String,java.lang.Integer> getSystemAttributesValue()
Deprecated.UsegetSystemAttributesValueMap()instead.
-
getSystemAttributesValueMap
java.util.Map<java.lang.String,java.lang.Integer> getSystemAttributesValueMap()
Mapping between system (predefined) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
-
getSystemAttributesValueOrDefault
int getSystemAttributesValueOrDefault(java.lang.String key, int defaultValue)Mapping between system (predefined) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
-
getSystemAttributesValueOrThrow
int getSystemAttributesValueOrThrow(java.lang.String key)
Mapping between system (predefined) search attribute name to its IndexedValueType.
map<string, .temporal.api.enums.v1.IndexedValueType> system_attributes = 2;
-
getStorageSchemaCount
int getStorageSchemaCount()
Mapping from the attribute name to the visibility storage native type.
map<string, string> storage_schema = 3;
-
containsStorageSchema
boolean containsStorageSchema(java.lang.String key)
Mapping from the attribute name to the visibility storage native type.
map<string, string> storage_schema = 3;
-
getStorageSchema
@Deprecated java.util.Map<java.lang.String,java.lang.String> getStorageSchema()
Deprecated.UsegetStorageSchemaMap()instead.
-
getStorageSchemaMap
java.util.Map<java.lang.String,java.lang.String> getStorageSchemaMap()
Mapping from the attribute name to the visibility storage native type.
map<string, string> storage_schema = 3;
-
getStorageSchemaOrDefault
java.lang.String getStorageSchemaOrDefault(java.lang.String key, java.lang.String defaultValue)Mapping from the attribute name to the visibility storage native type.
map<string, string> storage_schema = 3;
-
getStorageSchemaOrThrow
java.lang.String getStorageSchemaOrThrow(java.lang.String key)
Mapping from the attribute name to the visibility storage native type.
map<string, string> storage_schema = 3;
-
-