Interface BatchOperationUpdateActivityOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchOperationUpdateActivityOptions,BatchOperationUpdateActivityOptions.Builder
@Generated(value="protoc",
comments="annotations:BatchOperationUpdateActivityOptionsOrBuilder.java.pb.meta")
public interface BatchOperationUpdateActivityOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionUpdate Activity options.Update Activity options.The identity of the worker/client.com.google.protobuf.ByteStringThe identity of the worker/client.booleanbool match_all = 3;booleanIf set, the activity options will be restored to the default.getType()string type = 2;com.google.protobuf.ByteStringstring type = 2;com.google.protobuf.FieldMaskControls which fields from `activity_options` will be appliedcom.google.protobuf.FieldMaskOrBuilderControls which fields from `activity_options` will be appliedbooleanUpdate Activity options.booleanbool match_all = 3;booleanhasType()string type = 2;booleanControls which fields from `activity_options` will be appliedMethods 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
-
getIdentity
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()The identity of the worker/client.
string identity = 1;- Returns:
- The bytes for identity.
-
hasType
boolean hasType()string type = 2;- Returns:
- Whether the type field is set.
-
getType
-
getTypeBytes
com.google.protobuf.ByteString getTypeBytes()string type = 2;- Returns:
- The bytes for type.
-
hasMatchAll
boolean hasMatchAll()bool match_all = 3;- Returns:
- Whether the matchAll field is set.
-
getMatchAll
boolean getMatchAll()bool match_all = 3;- Returns:
- The matchAll.
-
hasActivityOptions
boolean hasActivityOptions()Update Activity options. Partial updates are accepted and controlled by update_mask.
.temporal.api.activity.v1.ActivityOptions activity_options = 4;- Returns:
- Whether the activityOptions field is set.
-
getActivityOptions
ActivityOptions getActivityOptions()Update Activity options. Partial updates are accepted and controlled by update_mask.
.temporal.api.activity.v1.ActivityOptions activity_options = 4;- Returns:
- The activityOptions.
-
getActivityOptionsOrBuilder
ActivityOptionsOrBuilder getActivityOptionsOrBuilder()Update Activity options. Partial updates are accepted and controlled by update_mask.
.temporal.api.activity.v1.ActivityOptions activity_options = 4; -
hasUpdateMask
boolean hasUpdateMask()Controls which fields from `activity_options` will be applied
.google.protobuf.FieldMask update_mask = 5;- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()Controls which fields from `activity_options` will be applied
.google.protobuf.FieldMask update_mask = 5;- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()Controls which fields from `activity_options` will be applied
.google.protobuf.FieldMask update_mask = 5; -
getRestoreOriginal
boolean getRestoreOriginal()If set, the activity options will be restored to the default. Default options are then options activity was created with. They are part of the first ActivityTaskScheduled event. This flag cannot be combined with any other option; if you supply restore_original together with other options, the request will be rejected.
bool restore_original = 6;- Returns:
- The restoreOriginal.
-
getActivityCase
BatchOperationUpdateActivityOptions.ActivityCase getActivityCase()
-