Interface Openapiv2.ScopesOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Openapiv2.Scopes
,Openapiv2.Scopes.Builder
- Enclosing class:
- Openapiv2
public static interface Openapiv2.ScopesOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsScope
(String key) Maps between a name of a scope to a short description of it (as the value of the property).getScope()
Deprecated.int
Maps between a name of a scope to a short description of it (as the value of the property).Maps between a name of a scope to a short description of it (as the value of the property).getScopeOrDefault
(String key, String defaultValue) Maps between a name of a scope to a short description of it (as the value of the property).getScopeOrThrow
(String key) Maps between a name of a scope to a short description of it (as the value of the property).Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getScopeCount
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;
-
containsScope
Maps between a name of a scope to a short description of it (as the value of the property).
map<string, string> scope = 1;
-
getScope
Deprecated.UsegetScopeMap()
instead. -
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;
-
getScopeOrDefault
Maps between a name of a scope to a short description of it (as the value of the property).
map<string, string> scope = 1;
-
getScopeOrThrow
Maps between a name of a scope to a short description of it (as the value of the property).
map<string, string> scope = 1;
-