Class Openapiv2.SecurityRequirement

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.SecurityRequirement
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Openapiv2.SecurityRequirementOrBuilder, Serializable
Enclosing class:
Openapiv2

public static final class Openapiv2.SecurityRequirement extends com.google.protobuf.GeneratedMessageV3 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
See Also:
  • Field Details

    • SECURITY_REQUIREMENT_FIELD_NUMBER

      public static final int SECURITY_REQUIREMENT_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getUnknownFields

      public final com.google.protobuf.UnknownFieldSet getUnknownFields()
      Specified by:
      getUnknownFields in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getUnknownFields in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

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

      protected com.google.protobuf.MapField internalGetMapField(int number)
      Overrides:
      internalGetMapField in class com.google.protobuf.GeneratedMessageV3
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • 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
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Openapiv2.SecurityRequirement parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Openapiv2.SecurityRequirement parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Openapiv2.SecurityRequirement parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Openapiv2.SecurityRequirement parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Openapiv2.SecurityRequirement parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Openapiv2.SecurityRequirement parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Openapiv2.SecurityRequirement parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Openapiv2.SecurityRequirement parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Openapiv2.SecurityRequirement parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Openapiv2.SecurityRequirement parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Openapiv2.SecurityRequirement parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Openapiv2.SecurityRequirement parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

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

      public static Openapiv2.SecurityRequirement.Builder newBuilder()
    • newBuilder

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Openapiv2.SecurityRequirement.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Openapiv2.SecurityRequirement getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Openapiv2.SecurityRequirement> parser()
    • getParserForType

      public com.google.protobuf.Parser<Openapiv2.SecurityRequirement> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

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