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
Modifier and TypeMethodDescriptionThe identity of the client who initiated this request.com.google.protobuf.ByteStringThe identity of the client who initiated this request.Optional initial patch (e.g.Optional initial patch (e.g.getMemo()Memo and search attributes to attach to the schedule itself.Memo and search attributes to attach to the schedule itself.The namespace the schedule should be created in.com.google.protobuf.ByteStringThe namespace the schedule should be created in.A unique identifier for this create request for idempotence.com.google.protobuf.ByteStringA unique identifier for this create request for idempotence.The schedule spec, policies, action, and initial state.The id of the new schedule.com.google.protobuf.ByteStringThe id of the new schedule.The schedule spec, policies, action, and initial state..temporal.api.common.v1.SearchAttributes search_attributes = 8;.temporal.api.common.v1.SearchAttributes search_attributes = 8;booleanOptional initial patch (e.g.booleanhasMemo()Memo and search attributes to attach to the schedule itself.booleanThe schedule spec, policies, action, and initial state.boolean.temporal.api.common.v1.SearchAttributes search_attributes = 8;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
-
getNamespace
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
-
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
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
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;
-