Class Openapiv2.Scopes.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder>
-
- grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Scopes.Builder
-
- All Implemented Interfaces:
com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Openapiv2.ScopesOrBuilder,java.lang.Cloneable
- Enclosing class:
- Openapiv2.Scopes
public static final class Openapiv2.Scopes.Builder extends com.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder> implements Openapiv2.ScopesOrBuilder
`Scopes` is a representation of OpenAPI v2 specification's Scopes object. See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#scopesObject Lists the available scopes for an OAuth2 security scheme.
Protobuf typegrpc.gateway.protoc_gen_openapiv2.options.Scopes
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Openapiv2.Scopesbuild()Openapiv2.ScopesbuildPartial()Openapiv2.Scopes.Builderclear()Openapiv2.Scopes.BuilderclearScope()booleancontainsScope(java.lang.String key)Maps between a name of a scope to a short description of it (as the value of the property).Openapiv2.ScopesgetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()java.util.Map<java.lang.String,java.lang.String>getMutableScope()Deprecated.java.util.Map<java.lang.String,java.lang.String>getScope()Deprecated.intgetScopeCount()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.StringgetScopeOrDefault(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.StringgetScopeOrThrow(java.lang.String key)Maps between a name of a scope to a short description of it (as the value of the property).protected com.google.protobuf.GeneratedMessage.FieldAccessorTableinternalGetFieldAccessorTable()protected com.google.protobuf.MapFieldReflectionAccessorinternalGetMapFieldReflection(int number)protected com.google.protobuf.MapFieldReflectionAccessorinternalGetMutableMapFieldReflection(int number)booleanisInitialized()Openapiv2.Scopes.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Openapiv2.Scopes.BuildermergeFrom(com.google.protobuf.Message other)Openapiv2.Scopes.BuildermergeFrom(Openapiv2.Scopes other)Openapiv2.Scopes.BuilderputAllScope(java.util.Map<java.lang.String,java.lang.String> values)Maps between a name of a scope to a short description of it (as the value of the property).Openapiv2.Scopes.BuilderputScope(java.lang.String key, java.lang.String value)Maps between a name of a scope to a short description of it (as the value of the property).Openapiv2.Scopes.BuilderremoveScope(java.lang.String key)Maps between a name of a scope to a short description of it (as the value of the property).-
Methods inherited from class com.google.protobuf.GeneratedMessage.Builder
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
- Overrides:
internalGetMapFieldReflectionin classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder>
-
internalGetMutableMapFieldReflection
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
- Overrides:
internalGetMutableMapFieldReflectionin classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder>
-
clear
public Openapiv2.Scopes.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder>
-
getDefaultInstanceForType
public Openapiv2.Scopes getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public Openapiv2.Scopes build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public Openapiv2.Scopes buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
mergeFrom
public Openapiv2.Scopes.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Openapiv2.Scopes.Builder>
-
mergeFrom
public Openapiv2.Scopes.Builder mergeFrom(Openapiv2.Scopes other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder>
-
mergeFrom
public Openapiv2.Scopes.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<Openapiv2.Scopes.Builder>- Throws:
java.io.IOException
-
getScopeCount
public int getScopeCount()
Description copied from interface:Openapiv2.ScopesOrBuilderMaps between a name of a scope to a short description of it (as the value of the property).
map<string, string> scope = 1;- Specified by:
getScopeCountin interfaceOpenapiv2.ScopesOrBuilder
-
containsScope
public 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;- Specified by:
containsScopein interfaceOpenapiv2.ScopesOrBuilder
-
getScope
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getScope()
Deprecated.UsegetScopeMap()instead.- Specified by:
getScopein interfaceOpenapiv2.ScopesOrBuilder
-
getScopeMap
public 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;- Specified by:
getScopeMapin interfaceOpenapiv2.ScopesOrBuilder
-
getScopeOrDefault
public 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;- Specified by:
getScopeOrDefaultin interfaceOpenapiv2.ScopesOrBuilder
-
getScopeOrThrow
public 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;- Specified by:
getScopeOrThrowin interfaceOpenapiv2.ScopesOrBuilder
-
clearScope
public Openapiv2.Scopes.Builder clearScope()
-
removeScope
public Openapiv2.Scopes.Builder removeScope(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;
-
getMutableScope
@Deprecated public java.util.Map<java.lang.String,java.lang.String> getMutableScope()
Deprecated.Use alternate mutation accessors instead.
-
putScope
public Openapiv2.Scopes.Builder putScope(java.lang.String key, java.lang.String value)
Maps between a name of a scope to a short description of it (as the value of the property).
map<string, string> scope = 1;
-
putAllScope
public Openapiv2.Scopes.Builder putAllScope(java.util.Map<java.lang.String,java.lang.String> values)
Maps between a name of a scope to a short description of it (as the value of the property).
map<string, string> scope = 1;
-
-