public static final class ResourcePolicyHourlyCycle.Builder extends GeneratedMessageV3.Builder<ResourcePolicyHourlyCycle.Builder> implements ResourcePolicyHourlyCycleOrBuilder
Time window specified for hourly operations.
Protobuf type google.cloud.compute.v1.ResourcePolicyHourlyCycle
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ResourcePolicyHourlyCycle.BuilderImplements
ResourcePolicyHourlyCycleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ResourcePolicyHourlyCycle.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
build()
public ResourcePolicyHourlyCycle build()
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle |
buildPartial()
public ResourcePolicyHourlyCycle buildPartial()
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle |
clear()
public ResourcePolicyHourlyCycle.Builder clear()
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
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 | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public ResourcePolicyHourlyCycle.Builder clearField(Descriptors.FieldDescriptor field)
Parameter | |
---|---|
Name | Description |
field |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
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 | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public ResourcePolicyHourlyCycle.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter | |
---|---|
Name | Description |
oneof |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
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 | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
This builder for chaining. |
clone()
public ResourcePolicyHourlyCycle.Builder clone()
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
getDefaultInstanceForType()
public ResourcePolicyHourlyCycle getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
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;
Returns | |
---|---|
Type | Description |
String |
The duration. |
getDurationBytes()
public ByteString getDurationBytes()
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
optional string duration = 155471252;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for duration. |
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;
Returns | |
---|---|
Type | Description |
int |
The hoursInCycle. |
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;
Returns | |
---|---|
Type | Description |
String |
The startTime. |
getStartTimeBytes()
public 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;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for startTime. |
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the duration field is set. |
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the hoursInCycle field is set. |
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;
Returns | |
---|---|
Type | Description |
boolean |
Whether the startTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeFrom(ResourcePolicyHourlyCycle other)
public ResourcePolicyHourlyCycle.Builder mergeFrom(ResourcePolicyHourlyCycle other)
Parameter | |
---|---|
Name | Description |
other |
ResourcePolicyHourlyCycle |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ResourcePolicyHourlyCycle.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters | |
---|---|
Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message other)
public ResourcePolicyHourlyCycle.Builder mergeFrom(Message other)
Parameter | |
---|---|
Name | Description |
other |
Message |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ResourcePolicyHourlyCycle.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
setDuration(String value)
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;
Parameter | |
---|---|
Name | Description |
value |
String The duration to set. |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
This builder for chaining. |
setDurationBytes(ByteString value)
public ResourcePolicyHourlyCycle.Builder setDurationBytes(ByteString value)
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
optional string duration = 155471252;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for duration to set. |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public ResourcePolicyHourlyCycle.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
value |
Object |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
setHoursInCycle(int value)
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;
Parameter | |
---|---|
Name | Description |
value |
int The hoursInCycle to set. |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ResourcePolicyHourlyCycle.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters | |
---|---|
Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
setStartTime(String value)
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;
Parameter | |
---|---|
Name | Description |
value |
String The startTime to set. |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
This builder for chaining. |
setStartTimeBytes(ByteString value)
public ResourcePolicyHourlyCycle.Builder setStartTimeBytes(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;
Parameter | |
---|---|
Name | Description |
value |
ByteString The bytes for startTime to set. |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ResourcePolicyHourlyCycle.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter | |
---|---|
Name | Description |
unknownFields |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
ResourcePolicyHourlyCycle.Builder |