Class ResourcePolicyHourlyCycle

  • All Implemented Interfaces:
    ResourcePolicyHourlyCycleOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class ResourcePolicyHourlyCycle
    extends com.google.protobuf.GeneratedMessageV3
    implements ResourcePolicyHourlyCycleOrBuilder
     Time window specified for hourly operations.
     
    Protobuf type google.cloud.compute.v1.ResourcePolicyHourlyCycle
    See Also:
    Serialized Form
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • 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.
      • 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.
      • 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.
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static ResourcePolicyHourlyCycle parseFrom​(ByteBuffer data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ResourcePolicyHourlyCycle parseFrom​(ByteBuffer data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ResourcePolicyHourlyCycle parseFrom​(com.google.protobuf.ByteString data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ResourcePolicyHourlyCycle parseFrom​(com.google.protobuf.ByteString data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ResourcePolicyHourlyCycle parseFrom​(byte[] data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static ResourcePolicyHourlyCycle parseFrom​(byte[] data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

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

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

        protected ResourcePolicyHourlyCycle.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<ResourcePolicyHourlyCycle> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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