Interface CreateScheduleRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CreateScheduleRequest,CreateScheduleRequest.Builder
@Generated(value="protoc", comments="annotations:CreateScheduleRequestOrBuilder.java.pb.meta") public interface CreateScheduleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIdentity()The identity of the client who initiated this request.com.google.protobuf.ByteStringgetIdentityBytes()The identity of the client who initiated this request.SchedulePatchgetInitialPatch()Optional initial patch (e.g.SchedulePatchOrBuildergetInitialPatchOrBuilder()Optional initial patch (e.g.MemogetMemo()Memo and search attributes to attach to the schedule itself.MemoOrBuildergetMemoOrBuilder()Memo and search attributes to attach to the schedule itself.java.lang.StringgetNamespace()The namespace the schedule should be created in.com.google.protobuf.ByteStringgetNamespaceBytes()The namespace the schedule should be created in.java.lang.StringgetRequestId()A unique identifier for this create request for idempotence.com.google.protobuf.ByteStringgetRequestIdBytes()A unique identifier for this create request for idempotence.SchedulegetSchedule()The schedule spec, policies, action, and initial state.java.lang.StringgetScheduleId()The id of the new schedule.com.google.protobuf.ByteStringgetScheduleIdBytes()The id of the new schedule.ScheduleOrBuildergetScheduleOrBuilder()The schedule spec, policies, action, and initial state.SearchAttributesgetSearchAttributes().temporal.api.common.v1.SearchAttributes search_attributes = 8;SearchAttributesOrBuildergetSearchAttributesOrBuilder().temporal.api.common.v1.SearchAttributes search_attributes = 8;booleanhasInitialPatch()Optional initial patch (e.g.booleanhasMemo()Memo and search attributes to attach to the schedule itself.booleanhasSchedule()The schedule spec, policies, action, and initial state.booleanhasSearchAttributes().temporal.api.common.v1.SearchAttributes search_attributes = 8;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamespace
java.lang.String getNamespace()
The namespace the schedule should be created in.
string namespace = 1;- Returns:
- The namespace.
-
getNamespaceBytes
com.google.protobuf.ByteString getNamespaceBytes()
The namespace the schedule should be created in.
string namespace = 1;- Returns:
- The bytes for namespace.
-
getScheduleId
java.lang.String getScheduleId()
The id of the new schedule.
string schedule_id = 2;- Returns:
- The scheduleId.
-
getScheduleIdBytes
com.google.protobuf.ByteString getScheduleIdBytes()
The id of the new schedule.
string schedule_id = 2;- Returns:
- The bytes for scheduleId.
-
hasSchedule
boolean hasSchedule()
The schedule spec, policies, action, and initial state.
.temporal.api.schedule.v1.Schedule schedule = 3;- Returns:
- Whether the schedule field is set.
-
getSchedule
Schedule getSchedule()
The schedule spec, policies, action, and initial state.
.temporal.api.schedule.v1.Schedule schedule = 3;- Returns:
- The schedule.
-
getScheduleOrBuilder
ScheduleOrBuilder getScheduleOrBuilder()
The schedule spec, policies, action, and initial state.
.temporal.api.schedule.v1.Schedule schedule = 3;
-
hasInitialPatch
boolean hasInitialPatch()
Optional initial patch (e.g. to run the action once immediately).
.temporal.api.schedule.v1.SchedulePatch initial_patch = 4;- Returns:
- Whether the initialPatch field is set.
-
getInitialPatch
SchedulePatch getInitialPatch()
Optional initial patch (e.g. to run the action once immediately).
.temporal.api.schedule.v1.SchedulePatch initial_patch = 4;- Returns:
- The initialPatch.
-
getInitialPatchOrBuilder
SchedulePatchOrBuilder getInitialPatchOrBuilder()
Optional initial patch (e.g. to run the action once immediately).
.temporal.api.schedule.v1.SchedulePatch initial_patch = 4;
-
getIdentity
java.lang.String getIdentity()
The identity of the client who initiated this request.
string identity = 5;- Returns:
- The identity.
-
getIdentityBytes
com.google.protobuf.ByteString getIdentityBytes()
The identity of the client who initiated this request.
string identity = 5;- Returns:
- The bytes for identity.
-
getRequestId
java.lang.String getRequestId()
A unique identifier for this create request for idempotence. Typically UUIDv4.
string request_id = 6;- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()
A unique identifier for this create request for idempotence. Typically UUIDv4.
string request_id = 6;- Returns:
- The bytes for requestId.
-
hasMemo
boolean hasMemo()
Memo and search attributes to attach to the schedule itself.
.temporal.api.common.v1.Memo memo = 7;- Returns:
- Whether the memo field is set.
-
getMemo
Memo getMemo()
Memo and search attributes to attach to the schedule itself.
.temporal.api.common.v1.Memo memo = 7;- Returns:
- The memo.
-
getMemoOrBuilder
MemoOrBuilder getMemoOrBuilder()
Memo and search attributes to attach to the schedule itself.
.temporal.api.common.v1.Memo memo = 7;
-
hasSearchAttributes
boolean hasSearchAttributes()
.temporal.api.common.v1.SearchAttributes search_attributes = 8;- Returns:
- Whether the searchAttributes field is set.
-
getSearchAttributes
SearchAttributes getSearchAttributes()
.temporal.api.common.v1.SearchAttributes search_attributes = 8;- Returns:
- The searchAttributes.
-
getSearchAttributesOrBuilder
SearchAttributesOrBuilder getSearchAttributesOrBuilder()
.temporal.api.common.v1.SearchAttributes search_attributes = 8;
-
-