Class Openapiv2.SecurityRequirement.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<Openapiv2.SecurityRequirement.Builder>
grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.SecurityRequirement.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Openapiv2.SecurityRequirementOrBuilder, Cloneable
Enclosing class:
Openapiv2.SecurityRequirement

public static final class Openapiv2.SecurityRequirement.Builder extends com.google.protobuf.GeneratedMessage.Builder<Openapiv2.SecurityRequirement.Builder> implements Openapiv2.SecurityRequirementOrBuilder
 `SecurityRequirement` is a representation of OpenAPI v2 specification's
 Security Requirement object.

 See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#securityRequirementObject

 Lists the required security schemes to execute this operation. The object can
 have multiple security schemes declared in it which are all required (that
 is, there is a logical AND between the schemes).

 The name used for each property MUST correspond to a security scheme
 declared in the Security Definitions.
 
Protobuf type grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement
  • 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.SecurityRequirement.Builder>
    • internalGetMutableMapFieldReflection

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<Openapiv2.SecurityRequirement.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.SecurityRequirement.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.SecurityRequirement.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

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

      public Openapiv2.SecurityRequirement.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.SecurityRequirement.Builder>
    • mergeFrom

    • isInitialized

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

      public Openapiv2.SecurityRequirement.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.SecurityRequirement.Builder>
      Throws:
      IOException
    • getSecurityRequirementCount

      public int getSecurityRequirementCount()
      Description copied from interface: Openapiv2.SecurityRequirementOrBuilder
       Each name must correspond to a security scheme which is declared in
       the Security Definitions. If the security scheme is of type "oauth2",
       then the value is a list of scope names required for the execution.
       For other security scheme types, the array MUST be empty.
       
      map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue> security_requirement = 1;
      Specified by:
      getSecurityRequirementCount in interface Openapiv2.SecurityRequirementOrBuilder
    • containsSecurityRequirement

      public boolean containsSecurityRequirement(String key)
       Each name must correspond to a security scheme which is declared in
       the Security Definitions. If the security scheme is of type "oauth2",
       then the value is a list of scope names required for the execution.
       For other security scheme types, the array MUST be empty.
       
      map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue> security_requirement = 1;
      Specified by:
      containsSecurityRequirement in interface Openapiv2.SecurityRequirementOrBuilder
    • getSecurityRequirement

      Deprecated.
      Specified by:
      getSecurityRequirement in interface Openapiv2.SecurityRequirementOrBuilder
    • getSecurityRequirementMap

       Each name must correspond to a security scheme which is declared in
       the Security Definitions. If the security scheme is of type "oauth2",
       then the value is a list of scope names required for the execution.
       For other security scheme types, the array MUST be empty.
       
      map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue> security_requirement = 1;
      Specified by:
      getSecurityRequirementMap in interface Openapiv2.SecurityRequirementOrBuilder
    • getSecurityRequirementOrDefault

       Each name must correspond to a security scheme which is declared in
       the Security Definitions. If the security scheme is of type "oauth2",
       then the value is a list of scope names required for the execution.
       For other security scheme types, the array MUST be empty.
       
      map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue> security_requirement = 1;
      Specified by:
      getSecurityRequirementOrDefault in interface Openapiv2.SecurityRequirementOrBuilder
    • getSecurityRequirementOrThrow

      public Openapiv2.SecurityRequirement.SecurityRequirementValue getSecurityRequirementOrThrow(String key)
       Each name must correspond to a security scheme which is declared in
       the Security Definitions. If the security scheme is of type "oauth2",
       then the value is a list of scope names required for the execution.
       For other security scheme types, the array MUST be empty.
       
      map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue> security_requirement = 1;
      Specified by:
      getSecurityRequirementOrThrow in interface Openapiv2.SecurityRequirementOrBuilder
    • clearSecurityRequirement

      public Openapiv2.SecurityRequirement.Builder clearSecurityRequirement()
    • removeSecurityRequirement

      public Openapiv2.SecurityRequirement.Builder removeSecurityRequirement(String key)
       Each name must correspond to a security scheme which is declared in
       the Security Definitions. If the security scheme is of type "oauth2",
       then the value is a list of scope names required for the execution.
       For other security scheme types, the array MUST be empty.
       
      map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue> security_requirement = 1;
    • getMutableSecurityRequirement

      Deprecated.
      Use alternate mutation accessors instead.
    • putSecurityRequirement

       Each name must correspond to a security scheme which is declared in
       the Security Definitions. If the security scheme is of type "oauth2",
       then the value is a list of scope names required for the execution.
       For other security scheme types, the array MUST be empty.
       
      map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue> security_requirement = 1;
    • putAllSecurityRequirement

       Each name must correspond to a security scheme which is declared in
       the Security Definitions. If the security scheme is of type "oauth2",
       then the value is a list of scope names required for the execution.
       For other security scheme types, the array MUST be empty.
       
      map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue> security_requirement = 1;
    • putSecurityRequirementBuilderIfAbsent

      public Openapiv2.SecurityRequirement.SecurityRequirementValue.Builder putSecurityRequirementBuilderIfAbsent(String key)
       Each name must correspond to a security scheme which is declared in
       the Security Definitions. If the security scheme is of type "oauth2",
       then the value is a list of scope names required for the execution.
       For other security scheme types, the array MUST be empty.
       
      map<string, .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement.SecurityRequirementValue> security_requirement = 1;