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, 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 type grpc.gateway.protoc_gen_openapiv2.options.Scopes
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     
     
    boolean
    Maps between a name of a scope to a short description of it (as the value of the property).
     
    static final com.google.protobuf.Descriptors.Descriptor
     
    com.google.protobuf.Descriptors.Descriptor
     
    Deprecated.
    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).
    Maps between a name of a scope to a short description of it (as the value of the property).
    protected com.google.protobuf.GeneratedMessage.FieldAccessorTable
     
    protected com.google.protobuf.MapFieldReflectionAccessor
     
    protected com.google.protobuf.MapFieldReflectionAccessor
     
    final boolean
     
    mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
     
    mergeFrom(com.google.protobuf.Message other)
     
     
    Maps between a name of a scope to a short description of it (as the value of the property).
    putScope(String key, String value)
    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).

    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

    Methods inherited from interface com.google.protobuf.Message.Builder

    mergeDelimitedFrom, mergeDelimitedFrom

    Methods inherited from interface com.google.protobuf.MessageLite.Builder

    mergeFrom

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
      Overrides:
      internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder>
    • internalGetMutableMapFieldReflection

      protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
      Overrides:
      internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder>
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder>
    • clear

      public Openapiv2.Scopes.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder>
    • getDefaultInstanceForType

      public Openapiv2.Scopes getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Openapiv2.Scopes build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Openapiv2.Scopes buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public Openapiv2.Scopes.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Openapiv2.Scopes.Builder>
    • mergeFrom

      public Openapiv2.Scopes.Builder mergeFrom(Openapiv2.Scopes other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<Openapiv2.Scopes.Builder>
    • mergeFrom

      public Openapiv2.Scopes.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Openapiv2.Scopes.Builder>
      Throws:
      IOException
    • getScopeCount

      public int getScopeCount()
      Description copied from interface: Openapiv2.ScopesOrBuilder
       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:
      getScopeCount in interface Openapiv2.ScopesOrBuilder
    • containsScope

      public boolean containsScope(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:
      containsScope in interface Openapiv2.ScopesOrBuilder
    • getScope

      @Deprecated public Map<String,String> getScope()
      Deprecated.
      Use getScopeMap() instead.
      Specified by:
      getScope in interface Openapiv2.ScopesOrBuilder
    • getScopeMap

      public Map<String,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:
      getScopeMap in interface Openapiv2.ScopesOrBuilder
    • getScopeOrDefault

      public String getScopeOrDefault(String key, 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:
      getScopeOrDefault in interface Openapiv2.ScopesOrBuilder
    • getScopeOrThrow

      public String getScopeOrThrow(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:
      getScopeOrThrow in interface Openapiv2.ScopesOrBuilder
    • clearScope

      public Openapiv2.Scopes.Builder clearScope()
    • removeScope

      public Openapiv2.Scopes.Builder removeScope(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 Map<String,String> getMutableScope()
      Deprecated.
      Use alternate mutation accessors instead.
    • putScope

      public Openapiv2.Scopes.Builder putScope(String key, 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(Map<String,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;