public static final class Duration.Builder extends GeneratedMessageV3.Builder<Duration.Builder> implements DurationOrBuilder
A Duration represents a fixed-length span of time represented as a count of seconds and fractions of seconds at nanosecond resolution. It is independent of any calendar and concepts like "day" or "month". Range is approximately 10,000 years.
Protobuf type google.cloud.compute.v1.Duration
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Duration.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
buildPartial()
public Duration buildPartial()
clear()
public Duration.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Duration.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearNanos()
public Duration.Builder clearNanos()
Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds
field and a positive nanos
field. Must be from 0 to 999,999,999 inclusive.
optional int32 nanos = 104586303;
clearOneof(Descriptors.OneofDescriptor oneof)
public Duration.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSeconds()
public Duration.Builder clearSeconds()
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
optional int64 seconds = 359484031;
clone()
public Duration.Builder clone()
Overrides
getDefaultInstanceForType()
public Duration getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getNanos()
Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds
field and a positive nanos
field. Must be from 0 to 999,999,999 inclusive.
optional int32 nanos = 104586303;
Returns |
---|
Type | Description |
int | The nanos.
|
getSeconds()
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
optional int64 seconds = 359484031;
Returns |
---|
Type | Description |
long | The seconds.
|
hasNanos()
public boolean hasNanos()
Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds
field and a positive nanos
field. Must be from 0 to 999,999,999 inclusive.
optional int32 nanos = 104586303;
Returns |
---|
Type | Description |
boolean | Whether the nanos field is set.
|
hasSeconds()
public boolean hasSeconds()
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
optional int64 seconds = 359484031;
Returns |
---|
Type | Description |
boolean | Whether the seconds field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(Duration other)
public Duration.Builder mergeFrom(Duration other)
public Duration.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public Duration.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Duration.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Duration.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setNanos(int value)
public Duration.Builder setNanos(int value)
Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds
field and a positive nanos
field. Must be from 0 to 999,999,999 inclusive.
optional int32 nanos = 104586303;
Parameter |
---|
Name | Description |
value | int
The nanos to set.
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Duration.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSeconds(long value)
public Duration.Builder setSeconds(long value)
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
optional int64 seconds = 359484031;
Parameter |
---|
Name | Description |
value | long
The seconds to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final Duration.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides