Package io.temporal.api.batch.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchOperationUpdateActivityOptions.ActivityCasegetActivityCase()ActivityOptionsgetActivityOptions()Update Activity options.ActivityOptionsOrBuildergetActivityOptionsOrBuilder()Update Activity options.java.lang.StringgetIdentity()The identity of the worker/client.com.google.protobuf.ByteStringgetIdentityBytes()The identity of the worker/client.booleangetMatchAll()bool match_all = 3;booleangetRestoreOriginal()If set, the activity options will be restored to the default.java.lang.StringgetType()string type = 2;com.google.protobuf.ByteStringgetTypeBytes()string type = 2;com.google.protobuf.FieldMaskgetUpdateMask()Controls which fields from `activity_options` will be appliedcom.google.protobuf.FieldMaskOrBuildergetUpdateMaskOrBuilder()Controls which fields from `activity_options` will be appliedbooleanhasActivityOptions()Update Activity options.booleanhasMatchAll()bool match_all = 3;booleanhasType()string type = 2;booleanhasUpdateMask()Controls which fields from `activity_options` will be applied-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIdentity
java.lang.String getIdentity()
The identity of the worker/client.
string identity = 1;- Returns:
- The identity.
-
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
java.lang.String getType()
string type = 2;- Returns:
- The type.
-
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()
-
-