Class 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, java.lang.Cloneable
    Enclosing class:
    Openapiv2.SecurityRequirement

    public static final class Openapiv2.SecurityRequirement.Builder
    extends com.google.protobuf.GeneratedMessageV3.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 Detail

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

        protected com.google.protobuf.MapField internalGetMutableMapField​(int number)
        Overrides:
        internalGetMutableMapField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.SecurityRequirement.Builder>
      • internalGetFieldAccessorTable

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

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

        public Openapiv2.SecurityRequirement.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      int index,
                                                                      java.lang.Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.SecurityRequirement.Builder>
      • addRepeatedField

        public Openapiv2.SecurityRequirement.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                      java.lang.Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.SecurityRequirement.Builder>
      • isInitialized

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

        public Openapiv2.SecurityRequirement.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws java.io.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:
        java.io.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​(java.lang.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
      • getSecurityRequirementMap

        public java.util.Map<java.lang.String,​Openapiv2.SecurityRequirement.SecurityRequirementValue> 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
      • getSecurityRequirementOrThrow

        public Openapiv2.SecurityRequirement.SecurityRequirementValue getSecurityRequirementOrThrow​(java.lang.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
      • removeSecurityRequirement

        public Openapiv2.SecurityRequirement.Builder removeSecurityRequirement​(java.lang.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;
      • putSecurityRequirement

        public Openapiv2.SecurityRequirement.Builder putSecurityRequirement​(java.lang.String key,
                                                                            Openapiv2.SecurityRequirement.SecurityRequirementValue value)
         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

        public Openapiv2.SecurityRequirement.Builder putAllSecurityRequirement​(java.util.Map<java.lang.String,​Openapiv2.SecurityRequirement.SecurityRequirementValue> values)
         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;