public interface ScopesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsScope(java.lang.String key)
Maps between a name of a scope to a short description of it (as the value
of the property).
|
java.util.Map<java.lang.String,java.lang.String> |
getScope()
Deprecated.
|
int |
getScopeCount()
Maps between a name of a scope to a short description of it (as the value
of the property).
|
java.util.Map<java.lang.String,java.lang.String> |
getScopeMap()
Maps between a name of a scope to a short description of it (as the value
of the property).
|
java.lang.String |
getScopeOrDefault(java.lang.String key,
java.lang.String defaultValue)
Maps between a name of a scope to a short description of it (as the value
of the property).
|
java.lang.String |
getScopeOrThrow(java.lang.String key)
Maps between a name of a scope to a short description of it (as the value
of the property).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
int getScopeCount()
Maps between a name of a scope to a short description of it (as the value of the property).
map<string, string> scope = 1 [json_name = "scope"];
boolean containsScope(java.lang.String key)
Maps between a name of a scope to a short description of it (as the value of the property).
map<string, string> scope = 1 [json_name = "scope"];
@Deprecated java.util.Map<java.lang.String,java.lang.String> getScope()
getScopeMap()
instead.java.util.Map<java.lang.String,java.lang.String> getScopeMap()
Maps between a name of a scope to a short description of it (as the value of the property).
map<string, string> scope = 1 [json_name = "scope"];
java.lang.String getScopeOrDefault(java.lang.String key, java.lang.String defaultValue)
Maps between a name of a scope to a short description of it (as the value of the property).
map<string, string> scope = 1 [json_name = "scope"];
java.lang.String getScopeOrThrow(java.lang.String key)
Maps between a name of a scope to a short description of it (as the value of the property).
map<string, string> scope = 1 [json_name = "scope"];