public static final class ClientPB.Authorizations.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ClientPB.Authorizations,ClientPB.Authorizations.Builder> implements ClientPB.AuthorizationsOrBuilder
The protocol buffer version of Authorizations.Protobuf type
Authorizations
Modifier and Type | Method and Description |
---|---|
ClientPB.Authorizations.Builder |
addAllLabel(Iterable<String> values)
repeated string label = 1; |
ClientPB.Authorizations.Builder |
addLabel(String value)
repeated string label = 1; |
ClientPB.Authorizations.Builder |
addLabelBytes(com.google.protobuf.ByteString value)
repeated string label = 1; |
ClientPB.Authorizations.Builder |
clearLabel()
repeated string label = 1; |
String |
getLabel(int index)
repeated string label = 1; |
com.google.protobuf.ByteString |
getLabelBytes(int index)
repeated string label = 1; |
int |
getLabelCount()
repeated string label = 1; |
List<String> |
getLabelList()
repeated string label = 1; |
ClientPB.Authorizations.Builder |
setLabel(int index,
String value)
repeated string label = 1; |
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
public List<String> getLabelList()
repeated string label = 1;
getLabelList
in interface ClientPB.AuthorizationsOrBuilder
public int getLabelCount()
repeated string label = 1;
getLabelCount
in interface ClientPB.AuthorizationsOrBuilder
public String getLabel(int index)
repeated string label = 1;
getLabel
in interface ClientPB.AuthorizationsOrBuilder
public com.google.protobuf.ByteString getLabelBytes(int index)
repeated string label = 1;
getLabelBytes
in interface ClientPB.AuthorizationsOrBuilder
public ClientPB.Authorizations.Builder setLabel(int index, String value)
repeated string label = 1;
public ClientPB.Authorizations.Builder addLabel(String value)
repeated string label = 1;
public ClientPB.Authorizations.Builder addAllLabel(Iterable<String> values)
repeated string label = 1;
public ClientPB.Authorizations.Builder clearLabel()
repeated string label = 1;
public ClientPB.Authorizations.Builder addLabelBytes(com.google.protobuf.ByteString value)
repeated string label = 1;
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.