Class Schedule.Builder

  • All Implemented Interfaces:
    ScheduleOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
    Enclosing class:
    Schedule

    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.v1beta1.Schedule
    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>
      • clear

        public Schedule.Builder clear()
        Specified by:
        clear in interface com.google.protobuf.Message.Builder
        Specified by:
        clear in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clear in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>
      • getDefaultInstanceForType

        public Schedule getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public Schedule build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public Schedule buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • clone

        public Schedule.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>
      • setField

        public Schedule.Builder setField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                         Object value)
        Specified by:
        setField in interface com.google.protobuf.Message.Builder
        Overrides:
        setField in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>
      • clearField

        public Schedule.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>
      • clearOneof

        public Schedule.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>
      • setRepeatedField

        public Schedule.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 int index,
                                                 Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>
      • addRepeatedField

        public Schedule.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                 Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>
      • mergeFrom

        public Schedule.Builder mergeFrom​(com.google.protobuf.Message other)
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Schedule.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>
      • mergeFrom

        public Schedule.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                   throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Schedule.Builder>
        Throws:
        IOException
      • hasCron

        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;
        Specified by:
        hasCron in interface ScheduleOrBuilder
        Returns:
        Whether the cron field is set.
      • getCron

        public 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;
        Specified by:
        getCron in interface ScheduleOrBuilder
        Returns:
        The cron.
      • getCronBytes

        public 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;
        Specified by:
        getCronBytes in interface ScheduleOrBuilder
        Returns:
        The bytes for cron.
      • setCron

        public 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;
        Parameters:
        value - The cron to set.
        Returns:
        This builder for chaining.
      • clearCron

        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;
        Returns:
        This builder for chaining.
      • setCronBytes

        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;
        Parameters:
        value - The bytes for cron to set.
        Returns:
        This builder for chaining.
      • hasCreatePipelineJobRequest

        public boolean hasCreatePipelineJobRequest()
         Request for
         [PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1beta1.PipelineService.CreatePipelineJob].
         CreatePipelineJobRequest.parent field is required (format:
         projects/{project}/locations/{location}).
         
        .google.cloud.aiplatform.v1beta1.CreatePipelineJobRequest create_pipeline_job_request = 14;
        Specified by:
        hasCreatePipelineJobRequest in interface ScheduleOrBuilder
        Returns:
        Whether the createPipelineJobRequest field is set.
      • getCreatePipelineJobRequest

        public CreatePipelineJobRequest getCreatePipelineJobRequest()
         Request for
         [PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1beta1.PipelineService.CreatePipelineJob].
         CreatePipelineJobRequest.parent field is required (format:
         projects/{project}/locations/{location}).
         
        .google.cloud.aiplatform.v1beta1.CreatePipelineJobRequest create_pipeline_job_request = 14;
        Specified by:
        getCreatePipelineJobRequest in interface ScheduleOrBuilder
        Returns:
        The createPipelineJobRequest.
      • setCreatePipelineJobRequest

        public Schedule.Builder setCreatePipelineJobRequest​(CreatePipelineJobRequest value)
         Request for
         [PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1beta1.PipelineService.CreatePipelineJob].
         CreatePipelineJobRequest.parent field is required (format:
         projects/{project}/locations/{location}).
         
        .google.cloud.aiplatform.v1beta1.CreatePipelineJobRequest create_pipeline_job_request = 14;
      • setCreatePipelineJobRequest

        public Schedule.Builder setCreatePipelineJobRequest​(CreatePipelineJobRequest.Builder builderForValue)
         Request for
         [PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1beta1.PipelineService.CreatePipelineJob].
         CreatePipelineJobRequest.parent field is required (format:
         projects/{project}/locations/{location}).
         
        .google.cloud.aiplatform.v1beta1.CreatePipelineJobRequest create_pipeline_job_request = 14;
      • mergeCreatePipelineJobRequest

        public Schedule.Builder mergeCreatePipelineJobRequest​(CreatePipelineJobRequest value)
         Request for
         [PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1beta1.PipelineService.CreatePipelineJob].
         CreatePipelineJobRequest.parent field is required (format:
         projects/{project}/locations/{location}).
         
        .google.cloud.aiplatform.v1beta1.CreatePipelineJobRequest create_pipeline_job_request = 14;
      • clearCreatePipelineJobRequest

        public Schedule.Builder clearCreatePipelineJobRequest()
         Request for
         [PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1beta1.PipelineService.CreatePipelineJob].
         CreatePipelineJobRequest.parent field is required (format:
         projects/{project}/locations/{location}).
         
        .google.cloud.aiplatform.v1beta1.CreatePipelineJobRequest create_pipeline_job_request = 14;
      • getCreatePipelineJobRequestBuilder

        public CreatePipelineJobRequest.Builder getCreatePipelineJobRequestBuilder()
         Request for
         [PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1beta1.PipelineService.CreatePipelineJob].
         CreatePipelineJobRequest.parent field is required (format:
         projects/{project}/locations/{location}).
         
        .google.cloud.aiplatform.v1beta1.CreatePipelineJobRequest create_pipeline_job_request = 14;
      • getCreatePipelineJobRequestOrBuilder

        public CreatePipelineJobRequestOrBuilder getCreatePipelineJobRequestOrBuilder()
         Request for
         [PipelineService.CreatePipelineJob][google.cloud.aiplatform.v1beta1.PipelineService.CreatePipelineJob].
         CreatePipelineJobRequest.parent field is required (format:
         projects/{project}/locations/{location}).
         
        .google.cloud.aiplatform.v1beta1.CreatePipelineJobRequest create_pipeline_job_request = 14;
        Specified by:
        getCreatePipelineJobRequestOrBuilder in interface ScheduleOrBuilder
      • getName

        public String getName()
         Immutable. The resource name of the Schedule.
         
        string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getName in interface ScheduleOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Immutable. The resource name of the Schedule.
         
        string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Specified by:
        getNameBytes in interface ScheduleOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Schedule.Builder setName​(String value)
         Immutable. The resource name of the Schedule.
         
        string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Schedule.Builder clearName()
         Immutable. The resource name of the Schedule.
         
        string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Returns:
        This builder for chaining.
      • setNameBytes

        public Schedule.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Immutable. The resource name of the Schedule.
         
        string name = 1 [(.google.api.field_behavior) = IMMUTABLE];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getDisplayName

        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];
        Specified by:
        getDisplayName in interface ScheduleOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public 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];
        Specified by:
        getDisplayNameBytes in interface ScheduleOrBuilder
        Returns:
        The bytes for displayName.
      • setDisplayName

        public 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];
        Parameters:
        value - The displayName to set.
        Returns:
        This builder for chaining.
      • clearDisplayName

        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];
        Returns:
        This builder for chaining.
      • setDisplayNameBytes

        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];
        Parameters:
        value - The bytes for displayName to set.
        Returns:
        This builder for chaining.
      • hasStartTime

        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];
        Specified by:
        hasStartTime in interface ScheduleOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public 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];
        Specified by:
        getStartTime in interface ScheduleOrBuilder
        Returns:
        The startTime.
      • setStartTime

        public 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];
      • setStartTime

        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];
      • mergeStartTime

        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];
      • clearStartTime

        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];
      • getStartTimeBuilder

        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];
      • getStartTimeOrBuilder

        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];
        Specified by:
        getStartTimeOrBuilder in interface ScheduleOrBuilder
      • hasEndTime

        public 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];
        Specified by:
        hasEndTime in interface ScheduleOrBuilder
        Returns:
        Whether the endTime field is set.
      • getEndTime

        public 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];
        Specified by:
        getEndTime in interface ScheduleOrBuilder
        Returns:
        The endTime.
      • setEndTime

        public 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];
      • setEndTime

        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];
      • mergeEndTime

        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];
      • clearEndTime

        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];
      • getEndTimeBuilder

        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];
      • getEndTimeOrBuilder

        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];
        Specified by:
        getEndTimeOrBuilder in interface ScheduleOrBuilder
      • getMaxRunCount

        public 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];
        Specified by:
        getMaxRunCount in interface ScheduleOrBuilder
        Returns:
        The maxRunCount.
      • setMaxRunCount

        public 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];
        Parameters:
        value - The maxRunCount to set.
        Returns:
        This builder for chaining.
      • clearMaxRunCount

        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];
        Returns:
        This builder for chaining.
      • getStartedRunCount

        public long getStartedRunCount()
         Output only. The number of runs started by this schedule.
         
        int64 started_run_count = 17 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStartedRunCount in interface ScheduleOrBuilder
        Returns:
        The startedRunCount.
      • setStartedRunCount

        public 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];
        Parameters:
        value - The startedRunCount to set.
        Returns:
        This builder for chaining.
      • clearStartedRunCount

        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];
        Returns:
        This builder for chaining.
      • getStateValue

        public int getStateValue()
         Output only. The state of this Schedule.
         
        .google.cloud.aiplatform.v1beta1.Schedule.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getStateValue in interface ScheduleOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • setStateValue

        public Schedule.Builder setStateValue​(int value)
         Output only. The state of this Schedule.
         
        .google.cloud.aiplatform.v1beta1.Schedule.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The enum numeric value on the wire for state to set.
        Returns:
        This builder for chaining.
      • getState

        public Schedule.State getState()
         Output only. The state of this Schedule.
         
        .google.cloud.aiplatform.v1beta1.Schedule.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getState in interface ScheduleOrBuilder
        Returns:
        The state.
      • setState

        public Schedule.Builder setState​(Schedule.State value)
         Output only. The state of this Schedule.
         
        .google.cloud.aiplatform.v1beta1.Schedule.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public Schedule.Builder clearState()
         Output only. The state of this Schedule.
         
        .google.cloud.aiplatform.v1beta1.Schedule.State state = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. Timestamp when this Schedule was created.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCreateTime in interface ScheduleOrBuilder
        Returns:
        Whether the createTime field is set.
      • getCreateTime

        public 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];
        Specified by:
        getCreateTime in interface ScheduleOrBuilder
        Returns:
        The createTime.
      • setCreateTime

        public 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];
      • setCreateTime

        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];
      • mergeCreateTime

        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];
      • clearCreateTime

        public Schedule.Builder clearCreateTime()
         Output only. Timestamp when this Schedule was created.
         
        .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        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];
      • getCreateTimeOrBuilder

        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];
        Specified by:
        getCreateTimeOrBuilder in interface ScheduleOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. Timestamp when this Schedule was updated.
         
        .google.protobuf.Timestamp update_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasUpdateTime in interface ScheduleOrBuilder
        Returns:
        Whether the updateTime field is set.
      • getUpdateTime

        public 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];
        Specified by:
        getUpdateTime in interface ScheduleOrBuilder
        Returns:
        The updateTime.
      • setUpdateTime

        public 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];
      • setUpdateTime

        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];
      • mergeUpdateTime

        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];
      • clearUpdateTime

        public Schedule.Builder clearUpdateTime()
         Output only. Timestamp when this Schedule was updated.
         
        .google.protobuf.Timestamp update_time = 19 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        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];
      • getUpdateTimeOrBuilder

        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];
        Specified by:
        getUpdateTimeOrBuilder in interface ScheduleOrBuilder
      • hasNextRunTime

        public 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];
        Specified by:
        hasNextRunTime in interface ScheduleOrBuilder
        Returns:
        Whether the nextRunTime field is set.
      • getNextRunTime

        public 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];
        Specified by:
        getNextRunTime in interface ScheduleOrBuilder
        Returns:
        The nextRunTime.
      • setNextRunTime

        public 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];
      • setNextRunTime

        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];
      • mergeNextRunTime

        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];
      • clearNextRunTime

        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];
      • getNextRunTimeBuilder

        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];
      • getNextRunTimeOrBuilder

        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];
        Specified by:
        getNextRunTimeOrBuilder in interface ScheduleOrBuilder
      • hasLastPauseTime

        public 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];
        Specified by:
        hasLastPauseTime in interface ScheduleOrBuilder
        Returns:
        Whether the lastPauseTime field is set.
      • getLastPauseTime

        public 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];
        Specified by:
        getLastPauseTime in interface ScheduleOrBuilder
        Returns:
        The lastPauseTime.
      • setLastPauseTime

        public 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];
      • setLastPauseTime

        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];
      • mergeLastPauseTime

        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];
      • clearLastPauseTime

        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];
      • getLastPauseTimeBuilder

        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];
      • getLastPauseTimeOrBuilder

        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];
        Specified by:
        getLastPauseTimeOrBuilder in interface ScheduleOrBuilder
      • hasLastResumeTime

        public 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];
        Specified by:
        hasLastResumeTime in interface ScheduleOrBuilder
        Returns:
        Whether the lastResumeTime field is set.
      • getLastResumeTime

        public 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];
        Specified by:
        getLastResumeTime in interface ScheduleOrBuilder
        Returns:
        The lastResumeTime.
      • setLastResumeTime

        public 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];
      • setLastResumeTime

        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];
      • mergeLastResumeTime

        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];
      • clearLastResumeTime

        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];
      • getLastResumeTimeBuilder

        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];
      • getLastResumeTimeOrBuilder

        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];
        Specified by:
        getLastResumeTimeOrBuilder in interface ScheduleOrBuilder
      • getMaxConcurrentRunCount

        public 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];
        Specified by:
        getMaxConcurrentRunCount in interface ScheduleOrBuilder
        Returns:
        The maxConcurrentRunCount.
      • setMaxConcurrentRunCount

        public 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];
        Parameters:
        value - The maxConcurrentRunCount to set.
        Returns:
        This builder for chaining.
      • clearMaxConcurrentRunCount

        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];
        Returns:
        This builder for chaining.
      • getAllowQueueing

        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];
        Specified by:
        getAllowQueueing in interface ScheduleOrBuilder
        Returns:
        The allowQueueing.
      • setAllowQueueing

        public 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];
        Parameters:
        value - The allowQueueing to set.
        Returns:
        This builder for chaining.
      • clearAllowQueueing

        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];
        Returns:
        This builder for chaining.
      • getCatchUp

        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];
        Specified by:
        getCatchUp in interface ScheduleOrBuilder
        Returns:
        The catchUp.
      • setCatchUp

        public 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];
        Parameters:
        value - The catchUp to set.
        Returns:
        This builder for chaining.
      • clearCatchUp

        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];
        Returns:
        This builder for chaining.
      • hasLastScheduledRunResponse

        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.v1beta1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasLastScheduledRunResponse in interface ScheduleOrBuilder
        Returns:
        Whether the lastScheduledRunResponse field is set.
      • getLastScheduledRunResponse

        public 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.v1beta1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLastScheduledRunResponse in interface ScheduleOrBuilder
        Returns:
        The lastScheduledRunResponse.
      • setLastScheduledRunResponse

        public 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.v1beta1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setLastScheduledRunResponse

        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.v1beta1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeLastScheduledRunResponse

        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.v1beta1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearLastScheduledRunResponse

        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.v1beta1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getLastScheduledRunResponseBuilder

        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.v1beta1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getLastScheduledRunResponseOrBuilder

        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.v1beta1.Schedule.RunResponse last_scheduled_run_response = 18 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getLastScheduledRunResponseOrBuilder in interface ScheduleOrBuilder
      • setUnknownFields

        public final Schedule.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>
      • mergeUnknownFields

        public final Schedule.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Schedule.Builder>