public static final class Protos.DurationInfo.Builder extends <any> implements Protos.DurationInfoOrBuilder
Represents duration in nanoseconds.Protobuf type
mesos.DurationInfo| Modifier and Type | Method and Description | 
|---|---|
Protos.DurationInfo.Builder | 
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
                java.lang.Object value)  | 
Protos.DurationInfo | 
build()  | 
Protos.DurationInfo | 
buildPartial()  | 
Protos.DurationInfo.Builder | 
clear()  | 
Protos.DurationInfo.Builder | 
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)  | 
Protos.DurationInfo.Builder | 
clearNanoseconds()
required int64 nanoseconds = 1; | 
Protos.DurationInfo.Builder | 
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)  | 
Protos.DurationInfo.Builder | 
clone()  | 
Protos.DurationInfo | 
getDefaultInstanceForType()  | 
static com.google.protobuf.Descriptors.Descriptor | 
getDescriptor()  | 
com.google.protobuf.Descriptors.Descriptor | 
getDescriptorForType()  | 
long | 
getNanoseconds()
required int64 nanoseconds = 1; | 
boolean | 
hasNanoseconds()
required int64 nanoseconds = 1; | 
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable | 
internalGetFieldAccessorTable()  | 
boolean | 
isInitialized()  | 
Protos.DurationInfo.Builder | 
mergeFrom(com.google.protobuf.CodedInputStream input,
         com.google.protobuf.ExtensionRegistryLite extensionRegistry)  | 
Protos.DurationInfo.Builder | 
mergeFrom(com.google.protobuf.Message other)  | 
Protos.DurationInfo.Builder | 
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)  | 
Protos.DurationInfo.Builder | 
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
        java.lang.Object value)  | 
Protos.DurationInfo.Builder | 
setNanoseconds(long value)
required int64 nanoseconds = 1; | 
Protos.DurationInfo.Builder | 
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
                int index,
                java.lang.Object value)  | 
Protos.DurationInfo.Builder | 
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)  | 
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.DurationInfo.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.DurationInfo getDefaultInstanceForType()
public Protos.DurationInfo build()
public Protos.DurationInfo buildPartial()
public Protos.DurationInfo.Builder clone()
public Protos.DurationInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.DurationInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.DurationInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.DurationInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.DurationInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.DurationInfo.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.DurationInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic boolean hasNanoseconds()
required int64 nanoseconds = 1;hasNanoseconds in interface Protos.DurationInfoOrBuilderpublic long getNanoseconds()
required int64 nanoseconds = 1;getNanoseconds in interface Protos.DurationInfoOrBuilderpublic Protos.DurationInfo.Builder setNanoseconds(long value)
required int64 nanoseconds = 1;public Protos.DurationInfo.Builder clearNanoseconds()
required int64 nanoseconds = 1;public final Protos.DurationInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.DurationInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)