Package io.temporal.api.command.v1
Interface UpsertWorkflowSearchAttributesCommandAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpsertWorkflowSearchAttributesCommandAttributes,UpsertWorkflowSearchAttributesCommandAttributes.Builder
@Generated(value="protoc", comments="annotations:UpsertWorkflowSearchAttributesCommandAttributesOrBuilder.java.pb.meta") public interface UpsertWorkflowSearchAttributesCommandAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SearchAttributesgetSearchAttributes().temporal.api.common.v1.SearchAttributes search_attributes = 1;SearchAttributesOrBuildergetSearchAttributesOrBuilder().temporal.api.common.v1.SearchAttributes search_attributes = 1;booleanhasSearchAttributes().temporal.api.common.v1.SearchAttributes search_attributes = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSearchAttributes
boolean hasSearchAttributes()
.temporal.api.common.v1.SearchAttributes search_attributes = 1;- Returns:
- Whether the searchAttributes field is set.
-
getSearchAttributes
SearchAttributes getSearchAttributes()
.temporal.api.common.v1.SearchAttributes search_attributes = 1;- Returns:
- The searchAttributes.
-
getSearchAttributesOrBuilder
SearchAttributesOrBuilder getSearchAttributesOrBuilder()
.temporal.api.common.v1.SearchAttributes search_attributes = 1;
-
-