public static final class Protos.CgroupInfo.Blkio.Value.Builder extends <any> implements Protos.CgroupInfo.Blkio.ValueOrBuilder
Describes a stat value without the device descriptor part.Protobuf type
mesos.CgroupInfo.Blkio.Value
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public Protos.CgroupInfo.Blkio.Value.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.CgroupInfo.Blkio.Value getDefaultInstanceForType()
public Protos.CgroupInfo.Blkio.Value build()
public Protos.CgroupInfo.Blkio.Value buildPartial()
public Protos.CgroupInfo.Blkio.Value.Builder clone()
public Protos.CgroupInfo.Blkio.Value.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CgroupInfo.Blkio.Value.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.CgroupInfo.Blkio.Value.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.CgroupInfo.Blkio.Value.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.CgroupInfo.Blkio.Value.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CgroupInfo.Blkio.Value.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.CgroupInfo.Blkio.Value.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public boolean hasOp()
Required.
optional .mesos.CgroupInfo.Blkio.Operation op = 1;
hasOp
in interface Protos.CgroupInfo.Blkio.ValueOrBuilder
public Protos.CgroupInfo.Blkio.Operation getOp()
Required.
optional .mesos.CgroupInfo.Blkio.Operation op = 1;
getOp
in interface Protos.CgroupInfo.Blkio.ValueOrBuilder
public Protos.CgroupInfo.Blkio.Value.Builder setOp(Protos.CgroupInfo.Blkio.Operation value)
Required.
optional .mesos.CgroupInfo.Blkio.Operation op = 1;
public Protos.CgroupInfo.Blkio.Value.Builder clearOp()
Required.
optional .mesos.CgroupInfo.Blkio.Operation op = 1;
public boolean hasValue()
Required.
optional uint64 value = 2;
hasValue
in interface Protos.CgroupInfo.Blkio.ValueOrBuilder
public long getValue()
Required.
optional uint64 value = 2;
getValue
in interface Protos.CgroupInfo.Blkio.ValueOrBuilder
public Protos.CgroupInfo.Blkio.Value.Builder setValue(long value)
Required.
optional uint64 value = 2;
public Protos.CgroupInfo.Blkio.Value.Builder clearValue()
Required.
optional uint64 value = 2;
public final Protos.CgroupInfo.Blkio.Value.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.CgroupInfo.Blkio.Value.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)