public static interface VisibilityLabelsProtos.SetAuthsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
com.google.protobuf.ByteString |
getAuth(int index)
repeated bytes auth = 2; |
int |
getAuthCount()
repeated bytes auth = 2; |
List<com.google.protobuf.ByteString> |
getAuthList()
repeated bytes auth = 2; |
com.google.protobuf.ByteString |
getUser()
required bytes user = 1; |
boolean |
hasUser()
required bytes user = 1; |
boolean hasUser()
required bytes user = 1;
com.google.protobuf.ByteString getUser()
required bytes user = 1;
List<com.google.protobuf.ByteString> getAuthList()
repeated bytes auth = 2;
int getAuthCount()
repeated bytes auth = 2;
com.google.protobuf.ByteString getAuth(int index)
repeated bytes auth = 2;
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.