Class ResourcePolicyWeeklyCycleDayOfWeek.Builder

    • 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<ResourcePolicyWeeklyCycleDayOfWeek.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<ResourcePolicyWeeklyCycleDayOfWeek.Builder>
      • getDefaultInstanceForType

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

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

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

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

        public boolean hasDay()
         Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
         Check the Day enum for the list of possible values.
         
        optional string day = 99228;
        Specified by:
        hasDay in interface ResourcePolicyWeeklyCycleDayOfWeekOrBuilder
        Returns:
        Whether the day field is set.
      • getDay

        public String getDay()
         Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
         Check the Day enum for the list of possible values.
         
        optional string day = 99228;
        Specified by:
        getDay in interface ResourcePolicyWeeklyCycleDayOfWeekOrBuilder
        Returns:
        The day.
      • getDayBytes

        public com.google.protobuf.ByteString getDayBytes()
         Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
         Check the Day enum for the list of possible values.
         
        optional string day = 99228;
        Specified by:
        getDayBytes in interface ResourcePolicyWeeklyCycleDayOfWeekOrBuilder
        Returns:
        The bytes for day.
      • setDay

        public ResourcePolicyWeeklyCycleDayOfWeek.Builder setDay​(String value)
         Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
         Check the Day enum for the list of possible values.
         
        optional string day = 99228;
        Parameters:
        value - The day to set.
        Returns:
        This builder for chaining.
      • clearDay

        public ResourcePolicyWeeklyCycleDayOfWeek.Builder clearDay()
         Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
         Check the Day enum for the list of possible values.
         
        optional string day = 99228;
        Returns:
        This builder for chaining.
      • setDayBytes

        public ResourcePolicyWeeklyCycleDayOfWeek.Builder setDayBytes​(com.google.protobuf.ByteString value)
         Defines a schedule that runs on specific days of the week. Specify one or more days. The following options are available: MONDAY, TUESDAY, WEDNESDAY, THURSDAY, FRIDAY, SATURDAY, SUNDAY.
         Check the Day enum for the list of possible values.
         
        optional string day = 99228;
        Parameters:
        value - The bytes for day to set.
        Returns:
        This builder for chaining.
      • hasDuration

        public boolean hasDuration()
         [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
         
        optional string duration = 155471252;
        Specified by:
        hasDuration in interface ResourcePolicyWeeklyCycleDayOfWeekOrBuilder
        Returns:
        Whether the duration field is set.
      • getDuration

        public String getDuration()
         [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
         
        optional string duration = 155471252;
        Specified by:
        getDuration in interface ResourcePolicyWeeklyCycleDayOfWeekOrBuilder
        Returns:
        The duration.
      • getDurationBytes

        public com.google.protobuf.ByteString getDurationBytes()
         [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
         
        optional string duration = 155471252;
        Specified by:
        getDurationBytes in interface ResourcePolicyWeeklyCycleDayOfWeekOrBuilder
        Returns:
        The bytes for duration.
      • setDuration

        public ResourcePolicyWeeklyCycleDayOfWeek.Builder setDuration​(String value)
         [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
         
        optional string duration = 155471252;
        Parameters:
        value - The duration to set.
        Returns:
        This builder for chaining.
      • clearDuration

        public ResourcePolicyWeeklyCycleDayOfWeek.Builder clearDuration()
         [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
         
        optional string duration = 155471252;
        Returns:
        This builder for chaining.
      • setDurationBytes

        public ResourcePolicyWeeklyCycleDayOfWeek.Builder setDurationBytes​(com.google.protobuf.ByteString value)
         [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
         
        optional string duration = 155471252;
        Parameters:
        value - The bytes for duration to set.
        Returns:
        This builder for chaining.
      • hasStartTime

        public boolean hasStartTime()
         Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
         
        optional string start_time = 37467274;
        Specified by:
        hasStartTime in interface ResourcePolicyWeeklyCycleDayOfWeekOrBuilder
        Returns:
        Whether the startTime field is set.
      • getStartTime

        public String getStartTime()
         Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
         
        optional string start_time = 37467274;
        Specified by:
        getStartTime in interface ResourcePolicyWeeklyCycleDayOfWeekOrBuilder
        Returns:
        The startTime.
      • getStartTimeBytes

        public com.google.protobuf.ByteString getStartTimeBytes()
         Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
         
        optional string start_time = 37467274;
        Specified by:
        getStartTimeBytes in interface ResourcePolicyWeeklyCycleDayOfWeekOrBuilder
        Returns:
        The bytes for startTime.
      • setStartTime

        public ResourcePolicyWeeklyCycleDayOfWeek.Builder setStartTime​(String value)
         Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
         
        optional string start_time = 37467274;
        Parameters:
        value - The startTime to set.
        Returns:
        This builder for chaining.
      • clearStartTime

        public ResourcePolicyWeeklyCycleDayOfWeek.Builder clearStartTime()
         Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
         
        optional string start_time = 37467274;
        Returns:
        This builder for chaining.
      • setStartTimeBytes

        public ResourcePolicyWeeklyCycleDayOfWeek.Builder setStartTimeBytes​(com.google.protobuf.ByteString value)
         Time within the window to start the operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-00] GMT.
         
        optional string start_time = 37467274;
        Parameters:
        value - The bytes for startTime to set.
        Returns:
        This builder for chaining.