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

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

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

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

        public ResourcePolicyHourlyCycle.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<ResourcePolicyHourlyCycle.Builder>
      • isInitialized

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

        public ResourcePolicyHourlyCycle.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<ResourcePolicyHourlyCycle.Builder>
        Throws:
        IOException
      • 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 ResourcePolicyHourlyCycleOrBuilder
        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 ResourcePolicyHourlyCycleOrBuilder
        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 ResourcePolicyHourlyCycleOrBuilder
        Returns:
        The bytes for duration.
      • setDuration

        public ResourcePolicyHourlyCycle.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 ResourcePolicyHourlyCycle.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 ResourcePolicyHourlyCycle.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.
      • hasHoursInCycle

        public boolean hasHoursInCycle()
         Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.
         
        optional int32 hours_in_cycle = 526763132;
        Specified by:
        hasHoursInCycle in interface ResourcePolicyHourlyCycleOrBuilder
        Returns:
        Whether the hoursInCycle field is set.
      • getHoursInCycle

        public int getHoursInCycle()
         Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.
         
        optional int32 hours_in_cycle = 526763132;
        Specified by:
        getHoursInCycle in interface ResourcePolicyHourlyCycleOrBuilder
        Returns:
        The hoursInCycle.
      • setHoursInCycle

        public ResourcePolicyHourlyCycle.Builder setHoursInCycle​(int value)
         Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.
         
        optional int32 hours_in_cycle = 526763132;
        Parameters:
        value - The hoursInCycle to set.
        Returns:
        This builder for chaining.
      • clearHoursInCycle

        public ResourcePolicyHourlyCycle.Builder clearHoursInCycle()
         Defines a schedule with units measured in hours. The value determines how many hours pass between the start of each cycle.
         
        optional int32 hours_in_cycle = 526763132;
        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 ResourcePolicyHourlyCycleOrBuilder
        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 ResourcePolicyHourlyCycleOrBuilder
        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 ResourcePolicyHourlyCycleOrBuilder
        Returns:
        The bytes for startTime.
      • setStartTime

        public ResourcePolicyHourlyCycle.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 ResourcePolicyHourlyCycle.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 ResourcePolicyHourlyCycle.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.
      • setUnknownFields

        public final ResourcePolicyHourlyCycle.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<ResourcePolicyHourlyCycle.Builder>
      • mergeUnknownFields

        public final ResourcePolicyHourlyCycle.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<ResourcePolicyHourlyCycle.Builder>