public static final class DAGProtos.ACLInfo extends com.google.protobuf.GeneratedMessage implements DAGProtos.ACLInfoOrBuilder
ACLInfo| Modifier and Type | Class and Description |
|---|---|
static class |
DAGProtos.ACLInfo.Builder
Protobuf type
ACLInfo |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
GROUPSWITHMODIFYACCESS_FIELD_NUMBER |
static int |
GROUPSWITHVIEWACCESS_FIELD_NUMBER |
static com.google.protobuf.Parser<DAGProtos.ACLInfo> |
PARSER |
static int |
USERSWITHMODIFYACCESS_FIELD_NUMBER |
static int |
USERSWITHVIEWACCESS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static DAGProtos.ACLInfo |
getDefaultInstance() |
DAGProtos.ACLInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getGroupsWithModifyAccess(int index)
repeated string groupsWithModifyAccess = 4; |
com.google.protobuf.ByteString |
getGroupsWithModifyAccessBytes(int index)
repeated string groupsWithModifyAccess = 4; |
int |
getGroupsWithModifyAccessCount()
repeated string groupsWithModifyAccess = 4; |
List<String> |
getGroupsWithModifyAccessList()
repeated string groupsWithModifyAccess = 4; |
String |
getGroupsWithViewAccess(int index)
repeated string groupsWithViewAccess = 3; |
com.google.protobuf.ByteString |
getGroupsWithViewAccessBytes(int index)
repeated string groupsWithViewAccess = 3; |
int |
getGroupsWithViewAccessCount()
repeated string groupsWithViewAccess = 3; |
List<String> |
getGroupsWithViewAccessList()
repeated string groupsWithViewAccess = 3; |
com.google.protobuf.Parser<DAGProtos.ACLInfo> |
getParserForType() |
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getUsersWithModifyAccess(int index)
repeated string usersWithModifyAccess = 2; |
com.google.protobuf.ByteString |
getUsersWithModifyAccessBytes(int index)
repeated string usersWithModifyAccess = 2; |
int |
getUsersWithModifyAccessCount()
repeated string usersWithModifyAccess = 2; |
List<String> |
getUsersWithModifyAccessList()
repeated string usersWithModifyAccess = 2; |
String |
getUsersWithViewAccess(int index)
repeated string usersWithViewAccess = 1; |
com.google.protobuf.ByteString |
getUsersWithViewAccessBytes(int index)
repeated string usersWithViewAccess = 1; |
int |
getUsersWithViewAccessCount()
repeated string usersWithViewAccess = 1; |
List<String> |
getUsersWithViewAccessList()
repeated string usersWithViewAccess = 1; |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static DAGProtos.ACLInfo.Builder |
newBuilder() |
static DAGProtos.ACLInfo.Builder |
newBuilder(DAGProtos.ACLInfo prototype) |
DAGProtos.ACLInfo.Builder |
newBuilderForType() |
protected DAGProtos.ACLInfo.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static DAGProtos.ACLInfo |
parseDelimitedFrom(InputStream input) |
static DAGProtos.ACLInfo |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DAGProtos.ACLInfo |
parseFrom(byte[] data) |
static DAGProtos.ACLInfo |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DAGProtos.ACLInfo |
parseFrom(com.google.protobuf.ByteString data) |
static DAGProtos.ACLInfo |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DAGProtos.ACLInfo |
parseFrom(com.google.protobuf.CodedInputStream input) |
static DAGProtos.ACLInfo |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static DAGProtos.ACLInfo |
parseFrom(InputStream input) |
static DAGProtos.ACLInfo |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DAGProtos.ACLInfo.Builder |
toBuilder() |
protected Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<DAGProtos.ACLInfo> PARSER
public static final int USERSWITHVIEWACCESS_FIELD_NUMBER
public static final int USERSWITHMODIFYACCESS_FIELD_NUMBER
public static final int GROUPSWITHVIEWACCESS_FIELD_NUMBER
public static final int GROUPSWITHMODIFYACCESS_FIELD_NUMBER
public static DAGProtos.ACLInfo getDefaultInstance()
public DAGProtos.ACLInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<DAGProtos.ACLInfo> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic List<String> getUsersWithViewAccessList()
repeated string usersWithViewAccess = 1;getUsersWithViewAccessList in interface DAGProtos.ACLInfoOrBuilderpublic int getUsersWithViewAccessCount()
repeated string usersWithViewAccess = 1;getUsersWithViewAccessCount in interface DAGProtos.ACLInfoOrBuilderpublic String getUsersWithViewAccess(int index)
repeated string usersWithViewAccess = 1;getUsersWithViewAccess in interface DAGProtos.ACLInfoOrBuilderpublic com.google.protobuf.ByteString getUsersWithViewAccessBytes(int index)
repeated string usersWithViewAccess = 1;getUsersWithViewAccessBytes in interface DAGProtos.ACLInfoOrBuilderpublic List<String> getUsersWithModifyAccessList()
repeated string usersWithModifyAccess = 2;getUsersWithModifyAccessList in interface DAGProtos.ACLInfoOrBuilderpublic int getUsersWithModifyAccessCount()
repeated string usersWithModifyAccess = 2;getUsersWithModifyAccessCount in interface DAGProtos.ACLInfoOrBuilderpublic String getUsersWithModifyAccess(int index)
repeated string usersWithModifyAccess = 2;getUsersWithModifyAccess in interface DAGProtos.ACLInfoOrBuilderpublic com.google.protobuf.ByteString getUsersWithModifyAccessBytes(int index)
repeated string usersWithModifyAccess = 2;getUsersWithModifyAccessBytes in interface DAGProtos.ACLInfoOrBuilderpublic List<String> getGroupsWithViewAccessList()
repeated string groupsWithViewAccess = 3;getGroupsWithViewAccessList in interface DAGProtos.ACLInfoOrBuilderpublic int getGroupsWithViewAccessCount()
repeated string groupsWithViewAccess = 3;getGroupsWithViewAccessCount in interface DAGProtos.ACLInfoOrBuilderpublic String getGroupsWithViewAccess(int index)
repeated string groupsWithViewAccess = 3;getGroupsWithViewAccess in interface DAGProtos.ACLInfoOrBuilderpublic com.google.protobuf.ByteString getGroupsWithViewAccessBytes(int index)
repeated string groupsWithViewAccess = 3;getGroupsWithViewAccessBytes in interface DAGProtos.ACLInfoOrBuilderpublic List<String> getGroupsWithModifyAccessList()
repeated string groupsWithModifyAccess = 4;getGroupsWithModifyAccessList in interface DAGProtos.ACLInfoOrBuilderpublic int getGroupsWithModifyAccessCount()
repeated string groupsWithModifyAccess = 4;getGroupsWithModifyAccessCount in interface DAGProtos.ACLInfoOrBuilderpublic String getGroupsWithModifyAccess(int index)
repeated string groupsWithModifyAccess = 4;getGroupsWithModifyAccess in interface DAGProtos.ACLInfoOrBuilderpublic com.google.protobuf.ByteString getGroupsWithModifyAccessBytes(int index)
repeated string groupsWithModifyAccess = 4;getGroupsWithModifyAccessBytes in interface DAGProtos.ACLInfoOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessageIOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected Object writeReplace() throws ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessageObjectStreamExceptionpublic boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static DAGProtos.ACLInfo parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.ACLInfo parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.ACLInfo parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.ACLInfo parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static DAGProtos.ACLInfo parseFrom(InputStream input) throws IOException
IOExceptionpublic static DAGProtos.ACLInfo parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.ACLInfo parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static DAGProtos.ACLInfo parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.ACLInfo parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static DAGProtos.ACLInfo parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static DAGProtos.ACLInfo.Builder newBuilder()
public DAGProtos.ACLInfo.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static DAGProtos.ACLInfo.Builder newBuilder(DAGProtos.ACLInfo prototype)
public DAGProtos.ACLInfo.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected DAGProtos.ACLInfo.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageCopyright © 2020 Apache Software Foundation. All rights reserved.