public static final class DAGProtos.ACLInfo.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<DAGProtos.ACLInfo.Builder> implements DAGProtos.ACLInfoOrBuilder
ACLInfo| Modifier and Type | Method and Description |
|---|---|
DAGProtos.ACLInfo.Builder |
addAllGroupsWithModifyAccess(Iterable<String> values)
repeated string groupsWithModifyAccess = 4; |
DAGProtos.ACLInfo.Builder |
addAllGroupsWithViewAccess(Iterable<String> values)
repeated string groupsWithViewAccess = 3; |
DAGProtos.ACLInfo.Builder |
addAllUsersWithModifyAccess(Iterable<String> values)
repeated string usersWithModifyAccess = 2; |
DAGProtos.ACLInfo.Builder |
addAllUsersWithViewAccess(Iterable<String> values)
repeated string usersWithViewAccess = 1; |
DAGProtos.ACLInfo.Builder |
addGroupsWithModifyAccess(String value)
repeated string groupsWithModifyAccess = 4; |
DAGProtos.ACLInfo.Builder |
addGroupsWithModifyAccessBytes(com.google.protobuf.ByteString value)
repeated string groupsWithModifyAccess = 4; |
DAGProtos.ACLInfo.Builder |
addGroupsWithViewAccess(String value)
repeated string groupsWithViewAccess = 3; |
DAGProtos.ACLInfo.Builder |
addGroupsWithViewAccessBytes(com.google.protobuf.ByteString value)
repeated string groupsWithViewAccess = 3; |
DAGProtos.ACLInfo.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DAGProtos.ACLInfo.Builder |
addUsersWithModifyAccess(String value)
repeated string usersWithModifyAccess = 2; |
DAGProtos.ACLInfo.Builder |
addUsersWithModifyAccessBytes(com.google.protobuf.ByteString value)
repeated string usersWithModifyAccess = 2; |
DAGProtos.ACLInfo.Builder |
addUsersWithViewAccess(String value)
repeated string usersWithViewAccess = 1; |
DAGProtos.ACLInfo.Builder |
addUsersWithViewAccessBytes(com.google.protobuf.ByteString value)
repeated string usersWithViewAccess = 1; |
DAGProtos.ACLInfo |
build() |
DAGProtos.ACLInfo |
buildPartial() |
DAGProtos.ACLInfo.Builder |
clear() |
DAGProtos.ACLInfo.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DAGProtos.ACLInfo.Builder |
clearGroupsWithModifyAccess()
repeated string groupsWithModifyAccess = 4; |
DAGProtos.ACLInfo.Builder |
clearGroupsWithViewAccess()
repeated string groupsWithViewAccess = 3; |
DAGProtos.ACLInfo.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DAGProtos.ACLInfo.Builder |
clearUsersWithModifyAccess()
repeated string usersWithModifyAccess = 2; |
DAGProtos.ACLInfo.Builder |
clearUsersWithViewAccess()
repeated string usersWithViewAccess = 1; |
DAGProtos.ACLInfo.Builder |
clone() |
DAGProtos.ACLInfo |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
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; |
com.google.protobuf.ProtocolStringList |
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; |
com.google.protobuf.ProtocolStringList |
getGroupsWithViewAccessList()
repeated string groupsWithViewAccess = 3; |
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; |
com.google.protobuf.ProtocolStringList |
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; |
com.google.protobuf.ProtocolStringList |
getUsersWithViewAccessList()
repeated string usersWithViewAccess = 1; |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DAGProtos.ACLInfo.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DAGProtos.ACLInfo.Builder |
mergeFrom(DAGProtos.ACLInfo other) |
DAGProtos.ACLInfo.Builder |
mergeFrom(com.google.protobuf.Message other) |
DAGProtos.ACLInfo.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DAGProtos.ACLInfo.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DAGProtos.ACLInfo.Builder |
setGroupsWithModifyAccess(int index,
String value)
repeated string groupsWithModifyAccess = 4; |
DAGProtos.ACLInfo.Builder |
setGroupsWithViewAccess(int index,
String value)
repeated string groupsWithViewAccess = 3; |
DAGProtos.ACLInfo.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DAGProtos.ACLInfo.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DAGProtos.ACLInfo.Builder |
setUsersWithModifyAccess(int index,
String value)
repeated string usersWithModifyAccess = 2; |
DAGProtos.ACLInfo.Builder |
setUsersWithViewAccess(int index,
String value)
repeated string usersWithViewAccess = 1; |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<DAGProtos.ACLInfo.Builder>public DAGProtos.ACLInfo.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<DAGProtos.ACLInfo.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<DAGProtos.ACLInfo.Builder>public DAGProtos.ACLInfo getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic DAGProtos.ACLInfo build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic DAGProtos.ACLInfo buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic DAGProtos.ACLInfo.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<DAGProtos.ACLInfo.Builder>public DAGProtos.ACLInfo.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<DAGProtos.ACLInfo.Builder>public DAGProtos.ACLInfo.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<DAGProtos.ACLInfo.Builder>public DAGProtos.ACLInfo.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<DAGProtos.ACLInfo.Builder>public DAGProtos.ACLInfo.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DAGProtos.ACLInfo.Builder>public DAGProtos.ACLInfo.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<DAGProtos.ACLInfo.Builder>public DAGProtos.ACLInfo.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DAGProtos.ACLInfo.Builder>public DAGProtos.ACLInfo.Builder mergeFrom(DAGProtos.ACLInfo other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<DAGProtos.ACLInfo.Builder>public DAGProtos.ACLInfo.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<DAGProtos.ACLInfo.Builder>IOExceptionpublic com.google.protobuf.ProtocolStringList 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.ACLInfoOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getUsersWithViewAccessBytes(int index)
repeated string usersWithViewAccess = 1;getUsersWithViewAccessBytes in interface DAGProtos.ACLInfoOrBuilderindex - The index of the value to return.public DAGProtos.ACLInfo.Builder setUsersWithViewAccess(int index, String value)
repeated string usersWithViewAccess = 1;index - The index to set the value at.value - The usersWithViewAccess to set.public DAGProtos.ACLInfo.Builder addUsersWithViewAccess(String value)
repeated string usersWithViewAccess = 1;value - The usersWithViewAccess to add.public DAGProtos.ACLInfo.Builder addAllUsersWithViewAccess(Iterable<String> values)
repeated string usersWithViewAccess = 1;values - The usersWithViewAccess to add.public DAGProtos.ACLInfo.Builder clearUsersWithViewAccess()
repeated string usersWithViewAccess = 1;public DAGProtos.ACLInfo.Builder addUsersWithViewAccessBytes(com.google.protobuf.ByteString value)
repeated string usersWithViewAccess = 1;value - The bytes of the usersWithViewAccess to add.public com.google.protobuf.ProtocolStringList 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.ACLInfoOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getUsersWithModifyAccessBytes(int index)
repeated string usersWithModifyAccess = 2;getUsersWithModifyAccessBytes in interface DAGProtos.ACLInfoOrBuilderindex - The index of the value to return.public DAGProtos.ACLInfo.Builder setUsersWithModifyAccess(int index, String value)
repeated string usersWithModifyAccess = 2;index - The index to set the value at.value - The usersWithModifyAccess to set.public DAGProtos.ACLInfo.Builder addUsersWithModifyAccess(String value)
repeated string usersWithModifyAccess = 2;value - The usersWithModifyAccess to add.public DAGProtos.ACLInfo.Builder addAllUsersWithModifyAccess(Iterable<String> values)
repeated string usersWithModifyAccess = 2;values - The usersWithModifyAccess to add.public DAGProtos.ACLInfo.Builder clearUsersWithModifyAccess()
repeated string usersWithModifyAccess = 2;public DAGProtos.ACLInfo.Builder addUsersWithModifyAccessBytes(com.google.protobuf.ByteString value)
repeated string usersWithModifyAccess = 2;value - The bytes of the usersWithModifyAccess to add.public com.google.protobuf.ProtocolStringList 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.ACLInfoOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getGroupsWithViewAccessBytes(int index)
repeated string groupsWithViewAccess = 3;getGroupsWithViewAccessBytes in interface DAGProtos.ACLInfoOrBuilderindex - The index of the value to return.public DAGProtos.ACLInfo.Builder setGroupsWithViewAccess(int index, String value)
repeated string groupsWithViewAccess = 3;index - The index to set the value at.value - The groupsWithViewAccess to set.public DAGProtos.ACLInfo.Builder addGroupsWithViewAccess(String value)
repeated string groupsWithViewAccess = 3;value - The groupsWithViewAccess to add.public DAGProtos.ACLInfo.Builder addAllGroupsWithViewAccess(Iterable<String> values)
repeated string groupsWithViewAccess = 3;values - The groupsWithViewAccess to add.public DAGProtos.ACLInfo.Builder clearGroupsWithViewAccess()
repeated string groupsWithViewAccess = 3;public DAGProtos.ACLInfo.Builder addGroupsWithViewAccessBytes(com.google.protobuf.ByteString value)
repeated string groupsWithViewAccess = 3;value - The bytes of the groupsWithViewAccess to add.public com.google.protobuf.ProtocolStringList 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.ACLInfoOrBuilderindex - The index of the element to return.public com.google.protobuf.ByteString getGroupsWithModifyAccessBytes(int index)
repeated string groupsWithModifyAccess = 4;getGroupsWithModifyAccessBytes in interface DAGProtos.ACLInfoOrBuilderindex - The index of the value to return.public DAGProtos.ACLInfo.Builder setGroupsWithModifyAccess(int index, String value)
repeated string groupsWithModifyAccess = 4;index - The index to set the value at.value - The groupsWithModifyAccess to set.public DAGProtos.ACLInfo.Builder addGroupsWithModifyAccess(String value)
repeated string groupsWithModifyAccess = 4;value - The groupsWithModifyAccess to add.public DAGProtos.ACLInfo.Builder addAllGroupsWithModifyAccess(Iterable<String> values)
repeated string groupsWithModifyAccess = 4;values - The groupsWithModifyAccess to add.public DAGProtos.ACLInfo.Builder clearGroupsWithModifyAccess()
repeated string groupsWithModifyAccess = 4;public DAGProtos.ACLInfo.Builder addGroupsWithModifyAccessBytes(com.google.protobuf.ByteString value)
repeated string groupsWithModifyAccess = 4;value - The bytes of the groupsWithModifyAccess to add.public final DAGProtos.ACLInfo.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DAGProtos.ACLInfo.Builder>public final DAGProtos.ACLInfo.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<DAGProtos.ACLInfo.Builder>Copyright © 2024 Apache Software Foundation. All rights reserved.