public static final class Schedule.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder> implements ScheduleOrBuilder
An instance of a Schedule periodically schedules runs to make API calls based on user specified time specification and API request type.Protobuf type
google.cloud.aiplatform.v1.Schedule| Modifier and Type | Method and Description |
|---|---|
Schedule.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Schedule |
build() |
Schedule |
buildPartial() |
Schedule.Builder |
clear() |
Schedule.Builder |
clearAllowQueueing()
Optional.
|
Schedule.Builder |
clearCatchUp()
Output only.
|
Schedule.Builder |
clearCreatePipelineJobRequest()
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
|
Schedule.Builder |
clearCreateTime()
Output only.
|
Schedule.Builder |
clearCron()
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs.
|
Schedule.Builder |
clearDisplayName()
Required.
|
Schedule.Builder |
clearEndTime()
Optional.
|
Schedule.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Schedule.Builder |
clearLastPauseTime()
Output only.
|
Schedule.Builder |
clearLastResumeTime()
Output only.
|
Schedule.Builder |
clearLastScheduledRunResponse()
Output only.
|
Schedule.Builder |
clearMaxConcurrentRunCount()
Required.
|
Schedule.Builder |
clearMaxRunCount()
Optional.
|
Schedule.Builder |
clearName()
Immutable.
|
Schedule.Builder |
clearNextRunTime()
Output only.
|
Schedule.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Schedule.Builder |
clearRequest() |
Schedule.Builder |
clearStartedRunCount()
Output only.
|
Schedule.Builder |
clearStartTime()
Optional.
|
Schedule.Builder |
clearState()
Output only.
|
Schedule.Builder |
clearTimeSpecification() |
Schedule.Builder |
clearUpdateTime()
Output only.
|
Schedule.Builder |
clone() |
boolean |
getAllowQueueing()
Optional.
|
boolean |
getCatchUp()
Output only.
|
CreatePipelineJobRequest |
getCreatePipelineJobRequest()
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
|
CreatePipelineJobRequest.Builder |
getCreatePipelineJobRequestBuilder()
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
|
CreatePipelineJobRequestOrBuilder |
getCreatePipelineJobRequestOrBuilder()
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getCreateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getCron()
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs.
|
com.google.protobuf.ByteString |
getCronBytes()
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs.
|
Schedule |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
com.google.protobuf.Timestamp |
getEndTime()
Optional.
|
com.google.protobuf.Timestamp.Builder |
getEndTimeBuilder()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Optional.
|
com.google.protobuf.Timestamp |
getLastPauseTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getLastPauseTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getLastPauseTimeOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getLastResumeTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getLastResumeTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getLastResumeTimeOrBuilder()
Output only.
|
Schedule.RunResponse |
getLastScheduledRunResponse()
Output only.
|
Schedule.RunResponse.Builder |
getLastScheduledRunResponseBuilder()
Output only.
|
Schedule.RunResponseOrBuilder |
getLastScheduledRunResponseOrBuilder()
Output only.
|
long |
getMaxConcurrentRunCount()
Required.
|
long |
getMaxRunCount()
Optional.
|
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
com.google.protobuf.Timestamp |
getNextRunTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getNextRunTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getNextRunTimeOrBuilder()
Output only.
|
Schedule.RequestCase |
getRequestCase() |
long |
getStartedRunCount()
Output only.
|
com.google.protobuf.Timestamp |
getStartTime()
Optional.
|
com.google.protobuf.Timestamp.Builder |
getStartTimeBuilder()
Optional.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Optional.
|
Schedule.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
Schedule.TimeSpecificationCase |
getTimeSpecificationCase() |
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.Timestamp.Builder |
getUpdateTimeBuilder()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreatePipelineJobRequest()
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasCron()
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs.
|
boolean |
hasEndTime()
Optional.
|
boolean |
hasLastPauseTime()
Output only.
|
boolean |
hasLastResumeTime()
Output only.
|
boolean |
hasLastScheduledRunResponse()
Output only.
|
boolean |
hasNextRunTime()
Output only.
|
boolean |
hasStartTime()
Optional.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Schedule.Builder |
mergeCreatePipelineJobRequest(CreatePipelineJobRequest value)
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
|
Schedule.Builder |
mergeCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Schedule.Builder |
mergeEndTime(com.google.protobuf.Timestamp value)
Optional.
|
Schedule.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Schedule.Builder |
mergeFrom(com.google.protobuf.Message other) |
Schedule.Builder |
mergeFrom(Schedule other) |
Schedule.Builder |
mergeLastPauseTime(com.google.protobuf.Timestamp value)
Output only.
|
Schedule.Builder |
mergeLastResumeTime(com.google.protobuf.Timestamp value)
Output only.
|
Schedule.Builder |
mergeLastScheduledRunResponse(Schedule.RunResponse value)
Output only.
|
Schedule.Builder |
mergeNextRunTime(com.google.protobuf.Timestamp value)
Output only.
|
Schedule.Builder |
mergeStartTime(com.google.protobuf.Timestamp value)
Optional.
|
Schedule.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Schedule.Builder |
mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
Schedule.Builder |
setAllowQueueing(boolean value)
Optional.
|
Schedule.Builder |
setCatchUp(boolean value)
Output only.
|
Schedule.Builder |
setCreatePipelineJobRequest(CreatePipelineJobRequest.Builder builderForValue)
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
|
Schedule.Builder |
setCreatePipelineJobRequest(CreatePipelineJobRequest value)
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
|
Schedule.Builder |
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Schedule.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
Output only.
|
Schedule.Builder |
setCron(String value)
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs.
|
Schedule.Builder |
setCronBytes(com.google.protobuf.ByteString value)
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs.
|
Schedule.Builder |
setDisplayName(String value)
Required.
|
Schedule.Builder |
setDisplayNameBytes(com.google.protobuf.ByteString value)
Required.
|
Schedule.Builder |
setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Optional.
|
Schedule.Builder |
setEndTime(com.google.protobuf.Timestamp value)
Optional.
|
Schedule.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Schedule.Builder |
setLastPauseTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Schedule.Builder |
setLastPauseTime(com.google.protobuf.Timestamp value)
Output only.
|
Schedule.Builder |
setLastResumeTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Schedule.Builder |
setLastResumeTime(com.google.protobuf.Timestamp value)
Output only.
|
Schedule.Builder |
setLastScheduledRunResponse(Schedule.RunResponse.Builder builderForValue)
Output only.
|
Schedule.Builder |
setLastScheduledRunResponse(Schedule.RunResponse value)
Output only.
|
Schedule.Builder |
setMaxConcurrentRunCount(long value)
Required.
|
Schedule.Builder |
setMaxRunCount(long value)
Optional.
|
Schedule.Builder |
setName(String value)
Immutable.
|
Schedule.Builder |
setNameBytes(com.google.protobuf.ByteString value)
Immutable.
|
Schedule.Builder |
setNextRunTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Schedule.Builder |
setNextRunTime(com.google.protobuf.Timestamp value)
Output only.
|
Schedule.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Schedule.Builder |
setStartedRunCount(long value)
Output only.
|
Schedule.Builder |
setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
Optional.
|
Schedule.Builder |
setStartTime(com.google.protobuf.Timestamp value)
Optional.
|
Schedule.Builder |
setState(Schedule.State value)
Output only.
|
Schedule.Builder |
setStateValue(int value)
Output only.
|
Schedule.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Schedule.Builder |
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only.
|
Schedule.Builder |
setUpdateTime(com.google.protobuf.Timestamp value)
Output only.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Schedule build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Schedule buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Schedule.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Schedule.Builder>public Schedule.Builder mergeFrom(Schedule other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public Schedule.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Schedule.Builder>IOExceptionpublic Schedule.TimeSpecificationCase getTimeSpecificationCase()
getTimeSpecificationCase in interface ScheduleOrBuilderpublic Schedule.Builder clearTimeSpecification()
public Schedule.RequestCase getRequestCase()
getRequestCase in interface ScheduleOrBuilderpublic Schedule.Builder clearRequest()
public boolean hasCron()
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs. To explicitly set a timezone to the cron tab, apply a prefix in the
cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}".
The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone
database. For example, "CRON_TZ=America/New_York 1 * * * *", or
"TZ=America/New_York 1 * * * *".
string cron = 10;hasCron in interface ScheduleOrBuilderpublic String getCron()
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs. To explicitly set a timezone to the cron tab, apply a prefix in the
cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}".
The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone
database. For example, "CRON_TZ=America/New_York 1 * * * *", or
"TZ=America/New_York 1 * * * *".
string cron = 10;getCron in interface ScheduleOrBuilderpublic com.google.protobuf.ByteString getCronBytes()
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs. To explicitly set a timezone to the cron tab, apply a prefix in the
cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}".
The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone
database. For example, "CRON_TZ=America/New_York 1 * * * *", or
"TZ=America/New_York 1 * * * *".
string cron = 10;getCronBytes in interface ScheduleOrBuilderpublic Schedule.Builder setCron(String value)
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs. To explicitly set a timezone to the cron tab, apply a prefix in the
cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}".
The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone
database. For example, "CRON_TZ=America/New_York 1 * * * *", or
"TZ=America/New_York 1 * * * *".
string cron = 10;value - The cron to set.public Schedule.Builder clearCron()
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs. To explicitly set a timezone to the cron tab, apply a prefix in the
cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}".
The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone
database. For example, "CRON_TZ=America/New_York 1 * * * *", or
"TZ=America/New_York 1 * * * *".
string cron = 10;public Schedule.Builder setCronBytes(com.google.protobuf.ByteString value)
Cron schedule (https://en.wikipedia.org/wiki/Cron) to launch scheduled
runs. To explicitly set a timezone to the cron tab, apply a prefix in the
cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or "TZ=${IANA_TIME_ZONE}".
The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone
database. For example, "CRON_TZ=America/New_York 1 * * * *", or
"TZ=America/New_York 1 * * * *".
string cron = 10;value - The bytes for cron to set.public boolean hasCreatePipelineJobRequest()
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
CreatePipelineJobRequest.parent field is required (format:
projects/{project}/locations/{location}).
.google.cloud.aiplatform.v1.CreatePipelineJobRequest create_pipeline_job_request = 14;
hasCreatePipelineJobRequest in interface ScheduleOrBuilderpublic CreatePipelineJobRequest getCreatePipelineJobRequest()
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
CreatePipelineJobRequest.parent field is required (format:
projects/{project}/locations/{location}).
.google.cloud.aiplatform.v1.CreatePipelineJobRequest create_pipeline_job_request = 14;
getCreatePipelineJobRequest in interface ScheduleOrBuilderpublic Schedule.Builder setCreatePipelineJobRequest(CreatePipelineJobRequest value)
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
CreatePipelineJobRequest.parent field is required (format:
projects/{project}/locations/{location}).
.google.cloud.aiplatform.v1.CreatePipelineJobRequest create_pipeline_job_request = 14;
public Schedule.Builder setCreatePipelineJobRequest(CreatePipelineJobRequest.Builder builderForValue)
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
CreatePipelineJobRequest.parent field is required (format:
projects/{project}/locations/{location}).
.google.cloud.aiplatform.v1.CreatePipelineJobRequest create_pipeline_job_request = 14;
public Schedule.Builder mergeCreatePipelineJobRequest(CreatePipelineJobRequest value)
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
CreatePipelineJobRequest.parent field is required (format:
projects/{project}/locations/{location}).
.google.cloud.aiplatform.v1.CreatePipelineJobRequest create_pipeline_job_request = 14;
public Schedule.Builder clearCreatePipelineJobRequest()
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
CreatePipelineJobRequest.parent field is required (format:
projects/{project}/locations/{location}).
.google.cloud.aiplatform.v1.CreatePipelineJobRequest create_pipeline_job_request = 14;
public CreatePipelineJobRequest.Builder getCreatePipelineJobRequestBuilder()
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
CreatePipelineJobRequest.parent field is required (format:
projects/{project}/locations/{location}).
.google.cloud.aiplatform.v1.CreatePipelineJobRequest create_pipeline_job_request = 14;
public CreatePipelineJobRequestOrBuilder getCreatePipelineJobRequestOrBuilder()
Request for
[PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1.PipelineService.CreatePipelineJob].
CreatePipelineJobRequest.parent field is required (format:
projects/{project}/locations/{location}).
.google.cloud.aiplatform.v1.CreatePipelineJobRequest create_pipeline_job_request = 14;
getCreatePipelineJobRequestOrBuilder in interface ScheduleOrBuilderpublic String getName()
Immutable. The resource name of the Schedule.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];getName in interface ScheduleOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Immutable. The resource name of the Schedule.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];getNameBytes in interface ScheduleOrBuilderpublic Schedule.Builder setName(String value)
Immutable. The resource name of the Schedule.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];value - The name to set.public Schedule.Builder clearName()
Immutable. The resource name of the Schedule.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];public Schedule.Builder setNameBytes(com.google.protobuf.ByteString value)
Immutable. The resource name of the Schedule.
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];value - The bytes for name to set.public String getDisplayName()
Required. User provided name of the Schedule. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];getDisplayName in interface ScheduleOrBuilderpublic com.google.protobuf.ByteString getDisplayNameBytes()
Required. User provided name of the Schedule. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];getDisplayNameBytes in interface ScheduleOrBuilderpublic Schedule.Builder setDisplayName(String value)
Required. User provided name of the Schedule. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];value - The displayName to set.public Schedule.Builder clearDisplayName()
Required. User provided name of the Schedule. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];public Schedule.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
Required. User provided name of the Schedule. The name can be up to 128 characters long and can consist of any UTF-8 characters.
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];value - The bytes for displayName to set.public boolean hasStartTime()
Optional. Timestamp after which the first run can be scheduled. Default to Schedule create time if not specified.
.google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
hasStartTime in interface ScheduleOrBuilderpublic com.google.protobuf.Timestamp getStartTime()
Optional. Timestamp after which the first run can be scheduled. Default to Schedule create time if not specified.
.google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
getStartTime in interface ScheduleOrBuilderpublic Schedule.Builder setStartTime(com.google.protobuf.Timestamp value)
Optional. Timestamp after which the first run can be scheduled. Default to Schedule create time if not specified.
.google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
public Schedule.Builder setStartTime(com.google.protobuf.Timestamp.Builder builderForValue)
Optional. Timestamp after which the first run can be scheduled. Default to Schedule create time if not specified.
.google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
public Schedule.Builder mergeStartTime(com.google.protobuf.Timestamp value)
Optional. Timestamp after which the first run can be scheduled. Default to Schedule create time if not specified.
.google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
public Schedule.Builder clearStartTime()
Optional. Timestamp after which the first run can be scheduled. Default to Schedule create time if not specified.
.google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
public com.google.protobuf.Timestamp.Builder getStartTimeBuilder()
Optional. Timestamp after which the first run can be scheduled. Default to Schedule create time if not specified.
.google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
public com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Optional. Timestamp after which the first run can be scheduled. Default to Schedule create time if not specified.
.google.protobuf.Timestamp start_time = 3 [(.google.api.field_behavior) = OPTIONAL];
getStartTimeOrBuilder in interface ScheduleOrBuilderpublic boolean hasEndTime()
Optional. Timestamp after which no new runs can be scheduled. If specified, The schedule will be completed when either end_time is reached or when scheduled_run_count >= max_run_count. If not specified, new runs will keep getting scheduled until this Schedule is paused or deleted. Already scheduled runs will be allowed to complete. Unset if not specified.
.google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
hasEndTime in interface ScheduleOrBuilderpublic com.google.protobuf.Timestamp getEndTime()
Optional. Timestamp after which no new runs can be scheduled. If specified, The schedule will be completed when either end_time is reached or when scheduled_run_count >= max_run_count. If not specified, new runs will keep getting scheduled until this Schedule is paused or deleted. Already scheduled runs will be allowed to complete. Unset if not specified.
.google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
getEndTime in interface ScheduleOrBuilderpublic Schedule.Builder setEndTime(com.google.protobuf.Timestamp value)
Optional. Timestamp after which no new runs can be scheduled. If specified, The schedule will be completed when either end_time is reached or when scheduled_run_count >= max_run_count. If not specified, new runs will keep getting scheduled until this Schedule is paused or deleted. Already scheduled runs will be allowed to complete. Unset if not specified.
.google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
public Schedule.Builder setEndTime(com.google.protobuf.Timestamp.Builder builderForValue)
Optional. Timestamp after which no new runs can be scheduled. If specified, The schedule will be completed when either end_time is reached or when scheduled_run_count >= max_run_count. If not specified, new runs will keep getting scheduled until this Schedule is paused or deleted. Already scheduled runs will be allowed to complete. Unset if not specified.
.google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
public Schedule.Builder mergeEndTime(com.google.protobuf.Timestamp value)
Optional. Timestamp after which no new runs can be scheduled. If specified, The schedule will be completed when either end_time is reached or when scheduled_run_count >= max_run_count. If not specified, new runs will keep getting scheduled until this Schedule is paused or deleted. Already scheduled runs will be allowed to complete. Unset if not specified.
.google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
public Schedule.Builder clearEndTime()
Optional. Timestamp after which no new runs can be scheduled. If specified, The schedule will be completed when either end_time is reached or when scheduled_run_count >= max_run_count. If not specified, new runs will keep getting scheduled until this Schedule is paused or deleted. Already scheduled runs will be allowed to complete. Unset if not specified.
.google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
public com.google.protobuf.Timestamp.Builder getEndTimeBuilder()
Optional. Timestamp after which no new runs can be scheduled. If specified, The schedule will be completed when either end_time is reached or when scheduled_run_count >= max_run_count. If not specified, new runs will keep getting scheduled until this Schedule is paused or deleted. Already scheduled runs will be allowed to complete. Unset if not specified.
.google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
public com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Optional. Timestamp after which no new runs can be scheduled. If specified, The schedule will be completed when either end_time is reached or when scheduled_run_count >= max_run_count. If not specified, new runs will keep getting scheduled until this Schedule is paused or deleted. Already scheduled runs will be allowed to complete. Unset if not specified.
.google.protobuf.Timestamp end_time = 4 [(.google.api.field_behavior) = OPTIONAL];
getEndTimeOrBuilder in interface ScheduleOrBuilderpublic long getMaxRunCount()
Optional. Maximum run count of the schedule. If specified, The schedule will be completed when either started_run_count >= max_run_count or when end_time is reached. If not specified, new runs will keep getting scheduled until this Schedule is paused or deleted. Already scheduled runs will be allowed to complete. Unset if not specified.
int64 max_run_count = 16 [(.google.api.field_behavior) = OPTIONAL];getMaxRunCount in interface ScheduleOrBuilderpublic Schedule.Builder setMaxRunCount(long value)
Optional. Maximum run count of the schedule. If specified, The schedule will be completed when either started_run_count >= max_run_count or when end_time is reached. If not specified, new runs will keep getting scheduled until this Schedule is paused or deleted. Already scheduled runs will be allowed to complete. Unset if not specified.
int64 max_run_count = 16 [(.google.api.field_behavior) = OPTIONAL];value - The maxRunCount to set.public Schedule.Builder clearMaxRunCount()
Optional. Maximum run count of the schedule. If specified, The schedule will be completed when either started_run_count >= max_run_count or when end_time is reached. If not specified, new runs will keep getting scheduled until this Schedule is paused or deleted. Already scheduled runs will be allowed to complete. Unset if not specified.
int64 max_run_count = 16 [(.google.api.field_behavior) = OPTIONAL];public long getStartedRunCount()
Output only. The number of runs started by this schedule.
int64 started_run_count = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];getStartedRunCount in interface ScheduleOrBuilderpublic Schedule.Builder setStartedRunCount(long value)
Output only. The number of runs started by this schedule.
int64 started_run_count = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The startedRunCount to set.public Schedule.Builder clearStartedRunCount()
Output only. The number of runs started by this schedule.
int64 started_run_count = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];public int getStateValue()
Output only. The state of this Schedule.
.google.cloud.aiplatform.v1.Schedule.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue in interface ScheduleOrBuilderpublic Schedule.Builder setStateValue(int value)
Output only. The state of this Schedule.
.google.cloud.aiplatform.v1.Schedule.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
value - The enum numeric value on the wire for state to set.public Schedule.State getState()
Output only. The state of this Schedule.
.google.cloud.aiplatform.v1.Schedule.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState in interface ScheduleOrBuilderpublic Schedule.Builder setState(Schedule.State value)
Output only. The state of this Schedule.
.google.cloud.aiplatform.v1.Schedule.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
value - The state to set.public Schedule.Builder clearState()
Output only. The state of this Schedule.
.google.cloud.aiplatform.v1.Schedule.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public boolean hasCreateTime()
Output only. Timestamp when this Schedule was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface ScheduleOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. Timestamp when this Schedule was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface ScheduleOrBuilderpublic Schedule.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when this Schedule was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Timestamp when this Schedule was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when this Schedule was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder clearCreateTime()
Output only. Timestamp when this Schedule was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. Timestamp when this Schedule was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Timestamp when this Schedule was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface ScheduleOrBuilderpublic boolean hasUpdateTime()
Output only. Timestamp when this Schedule was updated.
.google.protobuf.Timestamp update_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface ScheduleOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. Timestamp when this Schedule was updated.
.google.protobuf.Timestamp update_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface ScheduleOrBuilderpublic Schedule.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when this Schedule was updated.
.google.protobuf.Timestamp update_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Timestamp when this Schedule was updated.
.google.protobuf.Timestamp update_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when this Schedule was updated.
.google.protobuf.Timestamp update_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder clearUpdateTime()
Output only. Timestamp when this Schedule was updated.
.google.protobuf.Timestamp update_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. Timestamp when this Schedule was updated.
.google.protobuf.Timestamp update_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. Timestamp when this Schedule was updated.
.google.protobuf.Timestamp update_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface ScheduleOrBuilderpublic boolean hasNextRunTime()
Output only. Timestamp when this Schedule should schedule the next run. Having a next_run_time in the past means the runs are being started behind schedule.
.google.protobuf.Timestamp next_run_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasNextRunTime in interface ScheduleOrBuilderpublic com.google.protobuf.Timestamp getNextRunTime()
Output only. Timestamp when this Schedule should schedule the next run. Having a next_run_time in the past means the runs are being started behind schedule.
.google.protobuf.Timestamp next_run_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getNextRunTime in interface ScheduleOrBuilderpublic Schedule.Builder setNextRunTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when this Schedule should schedule the next run. Having a next_run_time in the past means the runs are being started behind schedule.
.google.protobuf.Timestamp next_run_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder setNextRunTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Timestamp when this Schedule should schedule the next run. Having a next_run_time in the past means the runs are being started behind schedule.
.google.protobuf.Timestamp next_run_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder mergeNextRunTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when this Schedule should schedule the next run. Having a next_run_time in the past means the runs are being started behind schedule.
.google.protobuf.Timestamp next_run_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder clearNextRunTime()
Output only. Timestamp when this Schedule should schedule the next run. Having a next_run_time in the past means the runs are being started behind schedule.
.google.protobuf.Timestamp next_run_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getNextRunTimeBuilder()
Output only. Timestamp when this Schedule should schedule the next run. Having a next_run_time in the past means the runs are being started behind schedule.
.google.protobuf.Timestamp next_run_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getNextRunTimeOrBuilder()
Output only. Timestamp when this Schedule should schedule the next run. Having a next_run_time in the past means the runs are being started behind schedule.
.google.protobuf.Timestamp next_run_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getNextRunTimeOrBuilder in interface ScheduleOrBuilderpublic boolean hasLastPauseTime()
Output only. Timestamp when this Schedule was last paused. Unset if never paused.
.google.protobuf.Timestamp last_pause_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasLastPauseTime in interface ScheduleOrBuilderpublic com.google.protobuf.Timestamp getLastPauseTime()
Output only. Timestamp when this Schedule was last paused. Unset if never paused.
.google.protobuf.Timestamp last_pause_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastPauseTime in interface ScheduleOrBuilderpublic Schedule.Builder setLastPauseTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when this Schedule was last paused. Unset if never paused.
.google.protobuf.Timestamp last_pause_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder setLastPauseTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Timestamp when this Schedule was last paused. Unset if never paused.
.google.protobuf.Timestamp last_pause_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder mergeLastPauseTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when this Schedule was last paused. Unset if never paused.
.google.protobuf.Timestamp last_pause_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder clearLastPauseTime()
Output only. Timestamp when this Schedule was last paused. Unset if never paused.
.google.protobuf.Timestamp last_pause_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getLastPauseTimeBuilder()
Output only. Timestamp when this Schedule was last paused. Unset if never paused.
.google.protobuf.Timestamp last_pause_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getLastPauseTimeOrBuilder()
Output only. Timestamp when this Schedule was last paused. Unset if never paused.
.google.protobuf.Timestamp last_pause_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastPauseTimeOrBuilder in interface ScheduleOrBuilderpublic boolean hasLastResumeTime()
Output only. Timestamp when this Schedule was last resumed. Unset if never resumed from pause.
.google.protobuf.Timestamp last_resume_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasLastResumeTime in interface ScheduleOrBuilderpublic com.google.protobuf.Timestamp getLastResumeTime()
Output only. Timestamp when this Schedule was last resumed. Unset if never resumed from pause.
.google.protobuf.Timestamp last_resume_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastResumeTime in interface ScheduleOrBuilderpublic Schedule.Builder setLastResumeTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when this Schedule was last resumed. Unset if never resumed from pause.
.google.protobuf.Timestamp last_resume_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder setLastResumeTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. Timestamp when this Schedule was last resumed. Unset if never resumed from pause.
.google.protobuf.Timestamp last_resume_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder mergeLastResumeTime(com.google.protobuf.Timestamp value)
Output only. Timestamp when this Schedule was last resumed. Unset if never resumed from pause.
.google.protobuf.Timestamp last_resume_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder clearLastResumeTime()
Output only. Timestamp when this Schedule was last resumed. Unset if never resumed from pause.
.google.protobuf.Timestamp last_resume_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getLastResumeTimeBuilder()
Output only. Timestamp when this Schedule was last resumed. Unset if never resumed from pause.
.google.protobuf.Timestamp last_resume_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getLastResumeTimeOrBuilder()
Output only. Timestamp when this Schedule was last resumed. Unset if never resumed from pause.
.google.protobuf.Timestamp last_resume_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastResumeTimeOrBuilder in interface ScheduleOrBuilderpublic long getMaxConcurrentRunCount()
Required. Maximum number of runs that can be started concurrently for this Schedule. This is the limit for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable).
int64 max_concurrent_run_count = 11 [(.google.api.field_behavior) = REQUIRED];getMaxConcurrentRunCount in interface ScheduleOrBuilderpublic Schedule.Builder setMaxConcurrentRunCount(long value)
Required. Maximum number of runs that can be started concurrently for this Schedule. This is the limit for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable).
int64 max_concurrent_run_count = 11 [(.google.api.field_behavior) = REQUIRED];value - The maxConcurrentRunCount to set.public Schedule.Builder clearMaxConcurrentRunCount()
Required. Maximum number of runs that can be started concurrently for this Schedule. This is the limit for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable).
int64 max_concurrent_run_count = 11 [(.google.api.field_behavior) = REQUIRED];public boolean getAllowQueueing()
Optional. Whether new scheduled runs can be queued when max_concurrent_runs limit is reached. If set to true, new runs will be queued instead of skipped. Default to false.
bool allow_queueing = 12 [(.google.api.field_behavior) = OPTIONAL];getAllowQueueing in interface ScheduleOrBuilderpublic Schedule.Builder setAllowQueueing(boolean value)
Optional. Whether new scheduled runs can be queued when max_concurrent_runs limit is reached. If set to true, new runs will be queued instead of skipped. Default to false.
bool allow_queueing = 12 [(.google.api.field_behavior) = OPTIONAL];value - The allowQueueing to set.public Schedule.Builder clearAllowQueueing()
Optional. Whether new scheduled runs can be queued when max_concurrent_runs limit is reached. If set to true, new runs will be queued instead of skipped. Default to false.
bool allow_queueing = 12 [(.google.api.field_behavior) = OPTIONAL];public boolean getCatchUp()
Output only. Whether to backfill missed runs when the schedule is resumed from PAUSED state. If set to true, all missed runs will be scheduled. New runs will be scheduled after the backfill is complete. Default to false.
bool catch_up = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];getCatchUp in interface ScheduleOrBuilderpublic Schedule.Builder setCatchUp(boolean value)
Output only. Whether to backfill missed runs when the schedule is resumed from PAUSED state. If set to true, all missed runs will be scheduled. New runs will be scheduled after the backfill is complete. Default to false.
bool catch_up = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The catchUp to set.public Schedule.Builder clearCatchUp()
Output only. Whether to backfill missed runs when the schedule is resumed from PAUSED state. If set to true, all missed runs will be scheduled. New runs will be scheduled after the backfill is complete. Default to false.
bool catch_up = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];public boolean hasLastScheduledRunResponse()
Output only. Response of the last scheduled run. This is the response for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable). Unset if no run has been scheduled yet.
.google.cloud.aiplatform.v1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasLastScheduledRunResponse in interface ScheduleOrBuilderpublic Schedule.RunResponse getLastScheduledRunResponse()
Output only. Response of the last scheduled run. This is the response for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable). Unset if no run has been scheduled yet.
.google.cloud.aiplatform.v1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastScheduledRunResponse in interface ScheduleOrBuilderpublic Schedule.Builder setLastScheduledRunResponse(Schedule.RunResponse value)
Output only. Response of the last scheduled run. This is the response for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable). Unset if no run has been scheduled yet.
.google.cloud.aiplatform.v1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder setLastScheduledRunResponse(Schedule.RunResponse.Builder builderForValue)
Output only. Response of the last scheduled run. This is the response for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable). Unset if no run has been scheduled yet.
.google.cloud.aiplatform.v1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder mergeLastScheduledRunResponse(Schedule.RunResponse value)
Output only. Response of the last scheduled run. This is the response for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable). Unset if no run has been scheduled yet.
.google.cloud.aiplatform.v1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.Builder clearLastScheduledRunResponse()
Output only. Response of the last scheduled run. This is the response for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable). Unset if no run has been scheduled yet.
.google.cloud.aiplatform.v1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.RunResponse.Builder getLastScheduledRunResponseBuilder()
Output only. Response of the last scheduled run. This is the response for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable). Unset if no run has been scheduled yet.
.google.cloud.aiplatform.v1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Schedule.RunResponseOrBuilder getLastScheduledRunResponseOrBuilder()
Output only. Response of the last scheduled run. This is the response for starting the scheduled requests and not the execution of the operations/jobs created by the requests (if applicable). Unset if no run has been scheduled yet.
.google.cloud.aiplatform.v1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
getLastScheduledRunResponseOrBuilder in interface ScheduleOrBuilderpublic final Schedule.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>public final Schedule.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>Copyright © 2024 Google LLC. All rights reserved.