public interface AuthorizationScopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsClusters(String key)
map<string, string> clusters = 2; |
Map<String,String> |
getClusters()
Deprecated.
|
int |
getClustersCount()
map<string, string> clusters = 2; |
Map<String,String> |
getClustersMap()
map<string, string> clusters = 2; |
String |
getClustersOrDefault(String key,
String defaultValue)
map<string, string> clusters = 2; |
String |
getClustersOrThrow(String key)
map<string, string> clusters = 2; |
String |
getOuterScope(int index)
Path elements in the outer scopes, outermost first
|
com.google.protobuf.ByteString |
getOuterScopeBytes(int index)
Path elements in the outer scopes, outermost first
|
int |
getOuterScopeCount()
Path elements in the outer scopes, outermost first
|
List<String> |
getOuterScopeList()
Path elements in the outer scopes, outermost first
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
List<String> getOuterScopeList()
Path elements in the outer scopes, outermost first
repeated string outer_scope = 1;
int getOuterScopeCount()
Path elements in the outer scopes, outermost first
repeated string outer_scope = 1;
String getOuterScope(int index)
Path elements in the outer scopes, outermost first
repeated string outer_scope = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getOuterScopeBytes(int index)
Path elements in the outer scopes, outermost first
repeated string outer_scope = 1;
index
- The index of the value to return.int getClustersCount()
map<string, string> clusters = 2;
boolean containsClusters(String key)
map<string, string> clusters = 2;
@Deprecated Map<String,String> getClusters()
getClustersMap()
instead.String getClustersOrDefault(String key, String defaultValue)
map<string, string> clusters = 2;