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
Modifier and TypeMethodDescription.temporal.api.common.v1.SearchAttributes search_attributes = 1;.temporal.api.common.v1.SearchAttributes search_attributes = 1;boolean.temporal.api.common.v1.SearchAttributes search_attributes = 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
-
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;
-