public interface AuthorizationScopeOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsClusters(java.lang.String key)
map<string, string> clusters = 2; |
java.util.Map<java.lang.String,java.lang.String> |
getClusters()
Deprecated.
|
int |
getClustersCount()
map<string, string> clusters = 2; |
java.util.Map<java.lang.String,java.lang.String> |
getClustersMap()
map<string, string> clusters = 2; |
java.lang.String |
getClustersOrDefault(java.lang.String key,
java.lang.String defaultValue)
map<string, string> clusters = 2; |
java.lang.String |
getClustersOrThrow(java.lang.String key)
map<string, string> clusters = 2; |
java.lang.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
|
java.util.List<java.lang.String> |
getOuterScopeList()
Path elements in the outer scopes, outermost first
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<java.lang.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;
java.lang.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(java.lang.String key)
map<string, string> clusters = 2;
@Deprecated java.util.Map<java.lang.String,java.lang.String> getClusters()
getClustersMap()
instead.java.util.Map<java.lang.String,java.lang.String> getClustersMap()
map<string, string> clusters = 2;
java.lang.String getClustersOrDefault(java.lang.String key, java.lang.String defaultValue)
map<string, string> clusters = 2;
java.lang.String getClustersOrThrow(java.lang.String key)
map<string, string> clusters = 2;