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
     The definition of a schedule.
     
    Protobuf type google.cloud.notebooks.v1.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
      • getName

        public String getName()
         Output only. The name of this schedule. Format:
         `projects/{project_id}/locations/{location}/schedules/{schedule_id}`
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getName in interface ScheduleOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Output only. The name of this schedule. Format:
         `projects/{project_id}/locations/{location}/schedules/{schedule_id}`
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getNameBytes in interface ScheduleOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Schedule.Builder setName​(String value)
         Output only. The name of this schedule. Format:
         `projects/{project_id}/locations/{location}/schedules/{schedule_id}`
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Schedule.Builder clearName()
         Output only. The name of this schedule. Format:
         `projects/{project_id}/locations/{location}/schedules/{schedule_id}`
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setNameBytes

        public Schedule.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Output only. The name of this schedule. Format:
         `projects/{project_id}/locations/{location}/schedules/{schedule_id}`
         
        string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getDisplayName

        public String getDisplayName()
         Output only. Display name used for UI purposes.
         Name can only contain alphanumeric characters, hyphens `-`,
         and underscores `_`.
         
        string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDisplayName in interface ScheduleOrBuilder
        Returns:
        The displayName.
      • getDisplayNameBytes

        public com.google.protobuf.ByteString getDisplayNameBytes()
         Output only. Display name used for UI purposes.
         Name can only contain alphanumeric characters, hyphens `-`,
         and underscores `_`.
         
        string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getDisplayNameBytes in interface ScheduleOrBuilder
        Returns:
        The bytes for displayName.
      • setDisplayName

        public Schedule.Builder setDisplayName​(String value)
         Output only. Display name used for UI purposes.
         Name can only contain alphanumeric characters, hyphens `-`,
         and underscores `_`.
         
        string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The displayName to set.
        Returns:
        This builder for chaining.
      • clearDisplayName

        public Schedule.Builder clearDisplayName()
         Output only. Display name used for UI purposes.
         Name can only contain alphanumeric characters, hyphens `-`,
         and underscores `_`.
         
        string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setDisplayNameBytes

        public Schedule.Builder setDisplayNameBytes​(com.google.protobuf.ByteString value)
         Output only. Display name used for UI purposes.
         Name can only contain alphanumeric characters, hyphens `-`,
         and underscores `_`.
         
        string display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for displayName to set.
        Returns:
        This builder for chaining.
      • getDescription

        public String getDescription()
         A brief description of this environment.
         
        string description = 3;
        Specified by:
        getDescription in interface ScheduleOrBuilder
        Returns:
        The description.
      • getDescriptionBytes

        public com.google.protobuf.ByteString getDescriptionBytes()
         A brief description of this environment.
         
        string description = 3;
        Specified by:
        getDescriptionBytes in interface ScheduleOrBuilder
        Returns:
        The bytes for description.
      • setDescription

        public Schedule.Builder setDescription​(String value)
         A brief description of this environment.
         
        string description = 3;
        Parameters:
        value - The description to set.
        Returns:
        This builder for chaining.
      • clearDescription

        public Schedule.Builder clearDescription()
         A brief description of this environment.
         
        string description = 3;
        Returns:
        This builder for chaining.
      • setDescriptionBytes

        public Schedule.Builder setDescriptionBytes​(com.google.protobuf.ByteString value)
         A brief description of this environment.
         
        string description = 3;
        Parameters:
        value - The bytes for description to set.
        Returns:
        This builder for chaining.
      • getStateValue

        public int getStateValue()
        .google.cloud.notebooks.v1.Schedule.State state = 4;
        Specified by:
        getStateValue in interface ScheduleOrBuilder
        Returns:
        The enum numeric value on the wire for state.
      • setStateValue

        public Schedule.Builder setStateValue​(int value)
        .google.cloud.notebooks.v1.Schedule.State state = 4;
        Parameters:
        value - The enum numeric value on the wire for state to set.
        Returns:
        This builder for chaining.
      • setState

        public Schedule.Builder setState​(Schedule.State value)
        .google.cloud.notebooks.v1.Schedule.State state = 4;
        Parameters:
        value - The state to set.
        Returns:
        This builder for chaining.
      • clearState

        public Schedule.Builder clearState()
        .google.cloud.notebooks.v1.Schedule.State state = 4;
        Returns:
        This builder for chaining.
      • getCronSchedule

        public String getCronSchedule()
         Cron-tab formatted schedule by which the job will execute.
         Format: minute, hour, day of month, month, day of week,
         e.g. `0 0 * * WED` = every Wednesday
         More examples: https://crontab.guru/examples.html
         
        string cron_schedule = 5;
        Specified by:
        getCronSchedule in interface ScheduleOrBuilder
        Returns:
        The cronSchedule.
      • getCronScheduleBytes

        public com.google.protobuf.ByteString getCronScheduleBytes()
         Cron-tab formatted schedule by which the job will execute.
         Format: minute, hour, day of month, month, day of week,
         e.g. `0 0 * * WED` = every Wednesday
         More examples: https://crontab.guru/examples.html
         
        string cron_schedule = 5;
        Specified by:
        getCronScheduleBytes in interface ScheduleOrBuilder
        Returns:
        The bytes for cronSchedule.
      • setCronSchedule

        public Schedule.Builder setCronSchedule​(String value)
         Cron-tab formatted schedule by which the job will execute.
         Format: minute, hour, day of month, month, day of week,
         e.g. `0 0 * * WED` = every Wednesday
         More examples: https://crontab.guru/examples.html
         
        string cron_schedule = 5;
        Parameters:
        value - The cronSchedule to set.
        Returns:
        This builder for chaining.
      • clearCronSchedule

        public Schedule.Builder clearCronSchedule()
         Cron-tab formatted schedule by which the job will execute.
         Format: minute, hour, day of month, month, day of week,
         e.g. `0 0 * * WED` = every Wednesday
         More examples: https://crontab.guru/examples.html
         
        string cron_schedule = 5;
        Returns:
        This builder for chaining.
      • setCronScheduleBytes

        public Schedule.Builder setCronScheduleBytes​(com.google.protobuf.ByteString value)
         Cron-tab formatted schedule by which the job will execute.
         Format: minute, hour, day of month, month, day of week,
         e.g. `0 0 * * WED` = every Wednesday
         More examples: https://crontab.guru/examples.html
         
        string cron_schedule = 5;
        Parameters:
        value - The bytes for cronSchedule to set.
        Returns:
        This builder for chaining.
      • getTimeZone

        public String getTimeZone()
         Timezone on which the cron_schedule.
         The value of this field must be a time zone name from the tz database.
         TZ Database: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
        
         Note that some time zones include a provision for daylight savings time.
         The rules for daylight saving time are determined by the chosen tz.
         For UTC use the string "utc". If a time zone is not specified,
         the default will be in UTC (also known as GMT).
         
        string time_zone = 6;
        Specified by:
        getTimeZone in interface ScheduleOrBuilder
        Returns:
        The timeZone.
      • getTimeZoneBytes

        public com.google.protobuf.ByteString getTimeZoneBytes()
         Timezone on which the cron_schedule.
         The value of this field must be a time zone name from the tz database.
         TZ Database: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
        
         Note that some time zones include a provision for daylight savings time.
         The rules for daylight saving time are determined by the chosen tz.
         For UTC use the string "utc". If a time zone is not specified,
         the default will be in UTC (also known as GMT).
         
        string time_zone = 6;
        Specified by:
        getTimeZoneBytes in interface ScheduleOrBuilder
        Returns:
        The bytes for timeZone.
      • setTimeZone

        public Schedule.Builder setTimeZone​(String value)
         Timezone on which the cron_schedule.
         The value of this field must be a time zone name from the tz database.
         TZ Database: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
        
         Note that some time zones include a provision for daylight savings time.
         The rules for daylight saving time are determined by the chosen tz.
         For UTC use the string "utc". If a time zone is not specified,
         the default will be in UTC (also known as GMT).
         
        string time_zone = 6;
        Parameters:
        value - The timeZone to set.
        Returns:
        This builder for chaining.
      • clearTimeZone

        public Schedule.Builder clearTimeZone()
         Timezone on which the cron_schedule.
         The value of this field must be a time zone name from the tz database.
         TZ Database: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
        
         Note that some time zones include a provision for daylight savings time.
         The rules for daylight saving time are determined by the chosen tz.
         For UTC use the string "utc". If a time zone is not specified,
         the default will be in UTC (also known as GMT).
         
        string time_zone = 6;
        Returns:
        This builder for chaining.
      • setTimeZoneBytes

        public Schedule.Builder setTimeZoneBytes​(com.google.protobuf.ByteString value)
         Timezone on which the cron_schedule.
         The value of this field must be a time zone name from the tz database.
         TZ Database: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
        
         Note that some time zones include a provision for daylight savings time.
         The rules for daylight saving time are determined by the chosen tz.
         For UTC use the string "utc". If a time zone is not specified,
         the default will be in UTC (also known as GMT).
         
        string time_zone = 6;
        Parameters:
        value - The bytes for timeZone to set.
        Returns:
        This builder for chaining.
      • hasCreateTime

        public boolean hasCreateTime()
         Output only. Time the schedule was created.
         
        .google.protobuf.Timestamp create_time = 7 [(.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. Time the schedule was created.
         
        .google.protobuf.Timestamp create_time = 7 [(.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. Time the schedule was created.
         
        .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCreateTime

        public Schedule.Builder setCreateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Time the schedule was created.
         
        .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCreateTime

        public Schedule.Builder mergeCreateTime​(com.google.protobuf.Timestamp value)
         Output only. Time the schedule was created.
         
        .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCreateTime

        public Schedule.Builder clearCreateTime()
         Output only. Time the schedule was created.
         
        .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
         Output only. Time the schedule was created.
         
        .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCreateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
         Output only. Time the schedule was created.
         
        .google.protobuf.Timestamp create_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCreateTimeOrBuilder in interface ScheduleOrBuilder
      • hasUpdateTime

        public boolean hasUpdateTime()
         Output only. Time the schedule was last updated.
         
        .google.protobuf.Timestamp update_time = 8 [(.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. Time the schedule was last updated.
         
        .google.protobuf.Timestamp update_time = 8 [(.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. Time the schedule was last updated.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setUpdateTime

        public Schedule.Builder setUpdateTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         Output only. Time the schedule was last updated.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeUpdateTime

        public Schedule.Builder mergeUpdateTime​(com.google.protobuf.Timestamp value)
         Output only. Time the schedule was last updated.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearUpdateTime

        public Schedule.Builder clearUpdateTime()
         Output only. Time the schedule was last updated.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeBuilder

        public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
         Output only. Time the schedule was last updated.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getUpdateTimeOrBuilder

        public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
         Output only. Time the schedule was last updated.
         
        .google.protobuf.Timestamp update_time = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getUpdateTimeOrBuilder in interface ScheduleOrBuilder
      • hasExecutionTemplate

        public boolean hasExecutionTemplate()
         Notebook Execution Template corresponding to this schedule.
         
        .google.cloud.notebooks.v1.ExecutionTemplate execution_template = 9;
        Specified by:
        hasExecutionTemplate in interface ScheduleOrBuilder
        Returns:
        Whether the executionTemplate field is set.
      • getExecutionTemplate

        public ExecutionTemplate getExecutionTemplate()
         Notebook Execution Template corresponding to this schedule.
         
        .google.cloud.notebooks.v1.ExecutionTemplate execution_template = 9;
        Specified by:
        getExecutionTemplate in interface ScheduleOrBuilder
        Returns:
        The executionTemplate.
      • setExecutionTemplate

        public Schedule.Builder setExecutionTemplate​(ExecutionTemplate value)
         Notebook Execution Template corresponding to this schedule.
         
        .google.cloud.notebooks.v1.ExecutionTemplate execution_template = 9;
      • setExecutionTemplate

        public Schedule.Builder setExecutionTemplate​(ExecutionTemplate.Builder builderForValue)
         Notebook Execution Template corresponding to this schedule.
         
        .google.cloud.notebooks.v1.ExecutionTemplate execution_template = 9;
      • mergeExecutionTemplate

        public Schedule.Builder mergeExecutionTemplate​(ExecutionTemplate value)
         Notebook Execution Template corresponding to this schedule.
         
        .google.cloud.notebooks.v1.ExecutionTemplate execution_template = 9;
      • clearExecutionTemplate

        public Schedule.Builder clearExecutionTemplate()
         Notebook Execution Template corresponding to this schedule.
         
        .google.cloud.notebooks.v1.ExecutionTemplate execution_template = 9;
      • getExecutionTemplateBuilder

        public ExecutionTemplate.Builder getExecutionTemplateBuilder()
         Notebook Execution Template corresponding to this schedule.
         
        .google.cloud.notebooks.v1.ExecutionTemplate execution_template = 9;
      • getRecentExecutionsList

        public List<Execution> getRecentExecutionsList()
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRecentExecutionsList in interface ScheduleOrBuilder
      • getRecentExecutionsCount

        public int getRecentExecutionsCount()
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRecentExecutionsCount in interface ScheduleOrBuilder
      • getRecentExecutions

        public Execution getRecentExecutions​(int index)
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRecentExecutions in interface ScheduleOrBuilder
      • setRecentExecutions

        public Schedule.Builder setRecentExecutions​(int index,
                                                    Execution value)
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setRecentExecutions

        public Schedule.Builder setRecentExecutions​(int index,
                                                    Execution.Builder builderForValue)
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addRecentExecutions

        public Schedule.Builder addRecentExecutions​(Execution value)
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addRecentExecutions

        public Schedule.Builder addRecentExecutions​(int index,
                                                    Execution value)
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addRecentExecutions

        public Schedule.Builder addRecentExecutions​(Execution.Builder builderForValue)
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addRecentExecutions

        public Schedule.Builder addRecentExecutions​(int index,
                                                    Execution.Builder builderForValue)
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addAllRecentExecutions

        public Schedule.Builder addAllRecentExecutions​(Iterable<? extends Execution> values)
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearRecentExecutions

        public Schedule.Builder clearRecentExecutions()
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • removeRecentExecutions

        public Schedule.Builder removeRecentExecutions​(int index)
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getRecentExecutionsBuilder

        public Execution.Builder getRecentExecutionsBuilder​(int index)
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getRecentExecutionsOrBuilder

        public ExecutionOrBuilder getRecentExecutionsOrBuilder​(int index)
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRecentExecutionsOrBuilder in interface ScheduleOrBuilder
      • getRecentExecutionsOrBuilderList

        public List<? extends ExecutionOrBuilder> getRecentExecutionsOrBuilderList()
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getRecentExecutionsOrBuilderList in interface ScheduleOrBuilder
      • addRecentExecutionsBuilder

        public Execution.Builder addRecentExecutionsBuilder()
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • addRecentExecutionsBuilder

        public Execution.Builder addRecentExecutionsBuilder​(int index)
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getRecentExecutionsBuilderList

        public List<Execution.Builder> getRecentExecutionsBuilderList()
         Output only. The most recent execution names triggered from this schedule and their
         corresponding states.
         
        repeated .google.cloud.notebooks.v1.Execution recent_executions = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • 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>