public static final class Protos.DeviceAccess.Access extends com.google.protobuf.GeneratedMessageV3 implements Protos.DeviceAccess.AccessOrBuilder
mesos.DeviceAccess.Access
Modifier and Type | Class and Description |
---|---|
static class |
Protos.DeviceAccess.Access.Builder
Protobuf type
mesos.DeviceAccess.Access |
Modifier and Type | Field and Description |
---|---|
static int |
MKNOD_FIELD_NUMBER |
static <any> |
PARSER
Deprecated.
|
static int |
READ_FIELD_NUMBER |
static int |
WRITE_FIELD_NUMBER |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
static Protos.DeviceAccess.Access |
getDefaultInstance() |
Protos.DeviceAccess.Access |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getMknod()
optional bool mknod = 3; |
<any> |
getParserForType() |
boolean |
getRead()
optional bool read = 1; |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
getWrite()
optional bool write = 2; |
int |
hashCode() |
boolean |
hasMknod()
optional bool mknod = 3; |
boolean |
hasRead()
optional bool read = 1; |
boolean |
hasWrite()
optional bool write = 2; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.DeviceAccess.Access.Builder |
newBuilder() |
static Protos.DeviceAccess.Access.Builder |
newBuilder(Protos.DeviceAccess.Access prototype) |
Protos.DeviceAccess.Access.Builder |
newBuilderForType() |
protected Protos.DeviceAccess.Access.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.DeviceAccess.Access |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.DeviceAccess.Access |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.DeviceAccess.Access |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.DeviceAccess.Access |
parseFrom(java.nio.ByteBuffer data) |
static Protos.DeviceAccess.Access |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.DeviceAccess.Access |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.DeviceAccess.Access |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.DeviceAccess.Access |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.DeviceAccess.Access |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.DeviceAccess.Access |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.DeviceAccess.Access.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int READ_FIELD_NUMBER
public static final int WRITE_FIELD_NUMBER
public static final int MKNOD_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasRead()
optional bool read = 1;
hasRead
in interface Protos.DeviceAccess.AccessOrBuilder
public boolean getRead()
optional bool read = 1;
getRead
in interface Protos.DeviceAccess.AccessOrBuilder
public boolean hasWrite()
optional bool write = 2;
hasWrite
in interface Protos.DeviceAccess.AccessOrBuilder
public boolean getWrite()
optional bool write = 2;
getWrite
in interface Protos.DeviceAccess.AccessOrBuilder
public boolean hasMknod()
optional bool mknod = 3;
hasMknod
in interface Protos.DeviceAccess.AccessOrBuilder
public boolean getMknod()
optional bool mknod = 3;
getMknod
in interface Protos.DeviceAccess.AccessOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.DeviceAccess.Access parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.DeviceAccess.Access parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.DeviceAccess.Access parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.DeviceAccess.Access parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.DeviceAccess.Access parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.DeviceAccess.Access parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.DeviceAccess.Access parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.DeviceAccess.Access parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.DeviceAccess.Access parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.DeviceAccess.Access parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.DeviceAccess.Access.Builder newBuilderForType()
public static Protos.DeviceAccess.Access.Builder newBuilder()
public static Protos.DeviceAccess.Access.Builder newBuilder(Protos.DeviceAccess.Access prototype)
public Protos.DeviceAccess.Access.Builder toBuilder()
protected Protos.DeviceAccess.Access.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.DeviceAccess.Access getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.DeviceAccess.Access getDefaultInstanceForType()