public static final class Protos.CgroupInfo.NetCls.Builder extends <any> implements Protos.CgroupInfo.NetClsOrBuilder
Configuration of a net_cls cgroup subsystem.Protobuf type
mesos.CgroupInfo.NetCls
Modifier and Type | Method and Description |
---|---|
Protos.CgroupInfo.NetCls.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.CgroupInfo.NetCls |
build() |
Protos.CgroupInfo.NetCls |
buildPartial() |
Protos.CgroupInfo.NetCls.Builder |
clear() |
Protos.CgroupInfo.NetCls.Builder |
clearClassid()
The 32-bit classid consists of two parts, a 16 bit major handle
and a 16-bit minor handle.
|
Protos.CgroupInfo.NetCls.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Protos.CgroupInfo.NetCls.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Protos.CgroupInfo.NetCls.Builder |
clone() |
int |
getClassid()
The 32-bit classid consists of two parts, a 16 bit major handle
and a 16-bit minor handle.
|
Protos.CgroupInfo.NetCls |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
boolean |
hasClassid()
The 32-bit classid consists of two parts, a 16 bit major handle
and a 16-bit minor handle.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Protos.CgroupInfo.NetCls.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Protos.CgroupInfo.NetCls.Builder |
mergeFrom(com.google.protobuf.Message other) |
Protos.CgroupInfo.NetCls.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Protos.CgroupInfo.NetCls.Builder |
setClassid(int value)
The 32-bit classid consists of two parts, a 16 bit major handle
and a 16-bit minor handle.
|
Protos.CgroupInfo.NetCls.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
Protos.CgroupInfo.NetCls.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
Protos.CgroupInfo.NetCls.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.CgroupInfo.NetCls.Builder clear()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
public Protos.CgroupInfo.NetCls getDefaultInstanceForType()
public Protos.CgroupInfo.NetCls build()
public Protos.CgroupInfo.NetCls buildPartial()
public Protos.CgroupInfo.NetCls.Builder clone()
public Protos.CgroupInfo.NetCls.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CgroupInfo.NetCls.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
public Protos.CgroupInfo.NetCls.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
public Protos.CgroupInfo.NetCls.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
public Protos.CgroupInfo.NetCls.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
public Protos.CgroupInfo.NetCls.Builder mergeFrom(com.google.protobuf.Message other)
public final boolean isInitialized()
public Protos.CgroupInfo.NetCls.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public boolean hasClassid()
The 32-bit classid consists of two parts, a 16 bit major handle and a 16-bit minor handle. The major and minor handle are represented using the format 0xAAAABBBB, where 0xAAAA is the 16-bit major handle and 0xBBBB is the 16-bit minor handle.
optional uint32 classid = 1;
hasClassid
in interface Protos.CgroupInfo.NetClsOrBuilder
public int getClassid()
The 32-bit classid consists of two parts, a 16 bit major handle and a 16-bit minor handle. The major and minor handle are represented using the format 0xAAAABBBB, where 0xAAAA is the 16-bit major handle and 0xBBBB is the 16-bit minor handle.
optional uint32 classid = 1;
getClassid
in interface Protos.CgroupInfo.NetClsOrBuilder
public Protos.CgroupInfo.NetCls.Builder setClassid(int value)
The 32-bit classid consists of two parts, a 16 bit major handle and a 16-bit minor handle. The major and minor handle are represented using the format 0xAAAABBBB, where 0xAAAA is the 16-bit major handle and 0xBBBB is the 16-bit minor handle.
optional uint32 classid = 1;
public Protos.CgroupInfo.NetCls.Builder clearClassid()
The 32-bit classid consists of two parts, a 16 bit major handle and a 16-bit minor handle. The major and minor handle are represented using the format 0xAAAABBBB, where 0xAAAA is the 16-bit major handle and 0xBBBB is the 16-bit minor handle.
optional uint32 classid = 1;
public final Protos.CgroupInfo.NetCls.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
public final Protos.CgroupInfo.NetCls.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)