Class Openapiv2.Swagger

  • All Implemented Interfaces:
    com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Openapiv2.SwaggerOrBuilder, java.io.Serializable
    Enclosing class:
    Openapiv2

    public static final class Openapiv2.Swagger
    extends com.google.protobuf.GeneratedMessage
    implements Openapiv2.SwaggerOrBuilder
     `Swagger` is a representation of OpenAPI v2 specification's Swagger object.
    
     See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#swaggerObject
    
     Example:
    
     option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
     info: {
     title: "Echo API";
     version: "1.0";
     description: "";
     contact: {
     name: "gRPC-Gateway project";
     url: "https://github.com/grpc-ecosystem/grpc-gateway";
     email: "none@example.com";
     };
     license: {
     name: "BSD 3-Clause License";
     url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE";
     };
     };
     schemes: HTTPS;
     consumes: "application/json";
     produces: "application/json";
     };
     
    Protobuf type grpc.gateway.protoc_gen_openapiv2.options.Swagger
    See Also:
    Serialized Form
    • Method Detail

      • 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
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
      • getSwagger

        public java.lang.String getSwagger()
         Specifies the OpenAPI Specification version being used. It can be
         used by the OpenAPI UI and other clients to interpret the API listing. The
         value MUST be "2.0".
         
        string swagger = 1;
        Specified by:
        getSwagger in interface Openapiv2.SwaggerOrBuilder
        Returns:
        The swagger.
      • getSwaggerBytes

        public com.google.protobuf.ByteString getSwaggerBytes()
         Specifies the OpenAPI Specification version being used. It can be
         used by the OpenAPI UI and other clients to interpret the API listing. The
         value MUST be "2.0".
         
        string swagger = 1;
        Specified by:
        getSwaggerBytes in interface Openapiv2.SwaggerOrBuilder
        Returns:
        The bytes for swagger.
      • hasInfo

        public boolean hasInfo()
         Provides metadata about the API. The metadata can be used by the
         clients if needed.
         
        .grpc.gateway.protoc_gen_openapiv2.options.Info info = 2;
        Specified by:
        hasInfo in interface Openapiv2.SwaggerOrBuilder
        Returns:
        Whether the info field is set.
      • getInfo

        public Openapiv2.Info getInfo()
         Provides metadata about the API. The metadata can be used by the
         clients if needed.
         
        .grpc.gateway.protoc_gen_openapiv2.options.Info info = 2;
        Specified by:
        getInfo in interface Openapiv2.SwaggerOrBuilder
        Returns:
        The info.
      • getHost

        public java.lang.String getHost()
         The host (name or ip) serving the API. This MUST be the host only and does
         not include the scheme nor sub-paths. It MAY include a port. If the host is
         not included, the host serving the documentation is to be used (including
         the port). The host does not support path templating.
         
        string host = 3;
        Specified by:
        getHost in interface Openapiv2.SwaggerOrBuilder
        Returns:
        The host.
      • getHostBytes

        public com.google.protobuf.ByteString getHostBytes()
         The host (name or ip) serving the API. This MUST be the host only and does
         not include the scheme nor sub-paths. It MAY include a port. If the host is
         not included, the host serving the documentation is to be used (including
         the port). The host does not support path templating.
         
        string host = 3;
        Specified by:
        getHostBytes in interface Openapiv2.SwaggerOrBuilder
        Returns:
        The bytes for host.
      • getBasePath

        public java.lang.String getBasePath()
         The base path on which the API is served, which is relative to the host. If
         it is not included, the API is served directly under the host. The value
         MUST start with a leading slash (/). The basePath does not support path
         templating.
         Note that using `base_path` does not change the endpoint paths that are
         generated in the resulting OpenAPI file. If you wish to use `base_path`
         with relatively generated OpenAPI paths, the `base_path` prefix must be
         manually removed from your `google.api.http` paths and your code changed to
         serve the API from the `base_path`.
         
        string base_path = 4;
        Specified by:
        getBasePath in interface Openapiv2.SwaggerOrBuilder
        Returns:
        The basePath.
      • getBasePathBytes

        public com.google.protobuf.ByteString getBasePathBytes()
         The base path on which the API is served, which is relative to the host. If
         it is not included, the API is served directly under the host. The value
         MUST start with a leading slash (/). The basePath does not support path
         templating.
         Note that using `base_path` does not change the endpoint paths that are
         generated in the resulting OpenAPI file. If you wish to use `base_path`
         with relatively generated OpenAPI paths, the `base_path` prefix must be
         manually removed from your `google.api.http` paths and your code changed to
         serve the API from the `base_path`.
         
        string base_path = 4;
        Specified by:
        getBasePathBytes in interface Openapiv2.SwaggerOrBuilder
        Returns:
        The bytes for basePath.
      • getSchemesList

        public java.util.List<Openapiv2.Scheme> getSchemesList()
         The transfer protocol of the API. Values MUST be from the list: "http",
         "https", "ws", "wss". If the schemes is not included, the default scheme to
         be used is the one used to access the OpenAPI definition itself.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 5;
        Specified by:
        getSchemesList in interface Openapiv2.SwaggerOrBuilder
        Returns:
        A list containing the schemes.
      • getSchemesCount

        public int getSchemesCount()
         The transfer protocol of the API. Values MUST be from the list: "http",
         "https", "ws", "wss". If the schemes is not included, the default scheme to
         be used is the one used to access the OpenAPI definition itself.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 5;
        Specified by:
        getSchemesCount in interface Openapiv2.SwaggerOrBuilder
        Returns:
        The count of schemes.
      • getSchemes

        public Openapiv2.Scheme getSchemes​(int index)
         The transfer protocol of the API. Values MUST be from the list: "http",
         "https", "ws", "wss". If the schemes is not included, the default scheme to
         be used is the one used to access the OpenAPI definition itself.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 5;
        Specified by:
        getSchemes in interface Openapiv2.SwaggerOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The schemes at the given index.
      • getSchemesValueList

        public java.util.List<java.lang.Integer> getSchemesValueList()
         The transfer protocol of the API. Values MUST be from the list: "http",
         "https", "ws", "wss". If the schemes is not included, the default scheme to
         be used is the one used to access the OpenAPI definition itself.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 5;
        Specified by:
        getSchemesValueList in interface Openapiv2.SwaggerOrBuilder
        Returns:
        A list containing the enum numeric values on the wire for schemes.
      • getSchemesValue

        public int getSchemesValue​(int index)
         The transfer protocol of the API. Values MUST be from the list: "http",
         "https", "ws", "wss". If the schemes is not included, the default scheme to
         be used is the one used to access the OpenAPI definition itself.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 5;
        Specified by:
        getSchemesValue in interface Openapiv2.SwaggerOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The enum numeric value on the wire of schemes at the given index.
      • getConsumesList

        public com.google.protobuf.ProtocolStringList getConsumesList()
         A list of MIME types the APIs can consume. This is global to all APIs but
         can be overridden on specific API calls. Value MUST be as described under
         Mime Types.
         
        repeated string consumes = 6;
        Specified by:
        getConsumesList in interface Openapiv2.SwaggerOrBuilder
        Returns:
        A list containing the consumes.
      • getConsumesCount

        public int getConsumesCount()
         A list of MIME types the APIs can consume. This is global to all APIs but
         can be overridden on specific API calls. Value MUST be as described under
         Mime Types.
         
        repeated string consumes = 6;
        Specified by:
        getConsumesCount in interface Openapiv2.SwaggerOrBuilder
        Returns:
        The count of consumes.
      • getConsumes

        public java.lang.String getConsumes​(int index)
         A list of MIME types the APIs can consume. This is global to all APIs but
         can be overridden on specific API calls. Value MUST be as described under
         Mime Types.
         
        repeated string consumes = 6;
        Specified by:
        getConsumes in interface Openapiv2.SwaggerOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The consumes at the given index.
      • getConsumesBytes

        public com.google.protobuf.ByteString getConsumesBytes​(int index)
         A list of MIME types the APIs can consume. This is global to all APIs but
         can be overridden on specific API calls. Value MUST be as described under
         Mime Types.
         
        repeated string consumes = 6;
        Specified by:
        getConsumesBytes in interface Openapiv2.SwaggerOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the consumes at the given index.
      • getProducesList

        public com.google.protobuf.ProtocolStringList getProducesList()
         A list of MIME types the APIs can produce. This is global to all APIs but
         can be overridden on specific API calls. Value MUST be as described under
         Mime Types.
         
        repeated string produces = 7;
        Specified by:
        getProducesList in interface Openapiv2.SwaggerOrBuilder
        Returns:
        A list containing the produces.
      • getProducesCount

        public int getProducesCount()
         A list of MIME types the APIs can produce. This is global to all APIs but
         can be overridden on specific API calls. Value MUST be as described under
         Mime Types.
         
        repeated string produces = 7;
        Specified by:
        getProducesCount in interface Openapiv2.SwaggerOrBuilder
        Returns:
        The count of produces.
      • getProduces

        public java.lang.String getProduces​(int index)
         A list of MIME types the APIs can produce. This is global to all APIs but
         can be overridden on specific API calls. Value MUST be as described under
         Mime Types.
         
        repeated string produces = 7;
        Specified by:
        getProduces in interface Openapiv2.SwaggerOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The produces at the given index.
      • getProducesBytes

        public com.google.protobuf.ByteString getProducesBytes​(int index)
         A list of MIME types the APIs can produce. This is global to all APIs but
         can be overridden on specific API calls. Value MUST be as described under
         Mime Types.
         
        repeated string produces = 7;
        Specified by:
        getProducesBytes in interface Openapiv2.SwaggerOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the produces at the given index.
      • getResponsesCount

        public int getResponsesCount()
        Description copied from interface: Openapiv2.SwaggerOrBuilder
         An object to hold responses that can be used across operations. This
         property does not define global responses for all operations.
         
        map<string, .grpc.gateway.protoc_gen_openapiv2.options.Response> responses = 10;
        Specified by:
        getResponsesCount in interface Openapiv2.SwaggerOrBuilder
      • containsResponses

        public boolean containsResponses​(java.lang.String key)
         An object to hold responses that can be used across operations. This
         property does not define global responses for all operations.
         
        map<string, .grpc.gateway.protoc_gen_openapiv2.options.Response> responses = 10;
        Specified by:
        containsResponses in interface Openapiv2.SwaggerOrBuilder
      • getResponsesMap

        public java.util.Map<java.lang.String,​Openapiv2.Response> getResponsesMap()
         An object to hold responses that can be used across operations. This
         property does not define global responses for all operations.
         
        map<string, .grpc.gateway.protoc_gen_openapiv2.options.Response> responses = 10;
        Specified by:
        getResponsesMap in interface Openapiv2.SwaggerOrBuilder
      • getResponsesOrDefault

        public Openapiv2.Response getResponsesOrDefault​(java.lang.String key,
                                                        Openapiv2.Response defaultValue)
         An object to hold responses that can be used across operations. This
         property does not define global responses for all operations.
         
        map<string, .grpc.gateway.protoc_gen_openapiv2.options.Response> responses = 10;
        Specified by:
        getResponsesOrDefault in interface Openapiv2.SwaggerOrBuilder
      • getResponsesOrThrow

        public Openapiv2.Response getResponsesOrThrow​(java.lang.String key)
         An object to hold responses that can be used across operations. This
         property does not define global responses for all operations.
         
        map<string, .grpc.gateway.protoc_gen_openapiv2.options.Response> responses = 10;
        Specified by:
        getResponsesOrThrow in interface Openapiv2.SwaggerOrBuilder
      • hasSecurityDefinitions

        public boolean hasSecurityDefinitions()
         Security scheme definitions that can be used across the specification.
         
        .grpc.gateway.protoc_gen_openapiv2.options.SecurityDefinitions security_definitions = 11;
        Specified by:
        hasSecurityDefinitions in interface Openapiv2.SwaggerOrBuilder
        Returns:
        Whether the securityDefinitions field is set.
      • getSecurityList

        public java.util.List<Openapiv2.SecurityRequirement> getSecurityList()
         A declaration of which security schemes are applied for the API as a whole.
         The list of values describes alternative security schemes that can be used
         (that is, there is a logical OR between the security requirements).
         Individual operations can override this definition.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
        Specified by:
        getSecurityList in interface Openapiv2.SwaggerOrBuilder
      • getSecurityOrBuilderList

        public java.util.List<? extends Openapiv2.SecurityRequirementOrBuilder> getSecurityOrBuilderList()
         A declaration of which security schemes are applied for the API as a whole.
         The list of values describes alternative security schemes that can be used
         (that is, there is a logical OR between the security requirements).
         Individual operations can override this definition.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
        Specified by:
        getSecurityOrBuilderList in interface Openapiv2.SwaggerOrBuilder
      • getSecurityCount

        public int getSecurityCount()
         A declaration of which security schemes are applied for the API as a whole.
         The list of values describes alternative security schemes that can be used
         (that is, there is a logical OR between the security requirements).
         Individual operations can override this definition.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
        Specified by:
        getSecurityCount in interface Openapiv2.SwaggerOrBuilder
      • getSecurity

        public Openapiv2.SecurityRequirement getSecurity​(int index)
         A declaration of which security schemes are applied for the API as a whole.
         The list of values describes alternative security schemes that can be used
         (that is, there is a logical OR between the security requirements).
         Individual operations can override this definition.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
        Specified by:
        getSecurity in interface Openapiv2.SwaggerOrBuilder
      • getSecurityOrBuilder

        public Openapiv2.SecurityRequirementOrBuilder getSecurityOrBuilder​(int index)
         A declaration of which security schemes are applied for the API as a whole.
         The list of values describes alternative security schemes that can be used
         (that is, there is a logical OR between the security requirements).
         Individual operations can override this definition.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
        Specified by:
        getSecurityOrBuilder in interface Openapiv2.SwaggerOrBuilder
      • getTagsList

        public java.util.List<Openapiv2.Tag> getTagsList()
         A list of tags for API documentation control. Tags can be used for logical
         grouping of operations by resources or any other qualifier.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.Tag tags = 13;
        Specified by:
        getTagsList in interface Openapiv2.SwaggerOrBuilder
      • getTagsOrBuilderList

        public java.util.List<? extends Openapiv2.TagOrBuilder> getTagsOrBuilderList()
         A list of tags for API documentation control. Tags can be used for logical
         grouping of operations by resources or any other qualifier.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.Tag tags = 13;
        Specified by:
        getTagsOrBuilderList in interface Openapiv2.SwaggerOrBuilder
      • getTagsCount

        public int getTagsCount()
         A list of tags for API documentation control. Tags can be used for logical
         grouping of operations by resources or any other qualifier.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.Tag tags = 13;
        Specified by:
        getTagsCount in interface Openapiv2.SwaggerOrBuilder
      • getTags

        public Openapiv2.Tag getTags​(int index)
         A list of tags for API documentation control. Tags can be used for logical
         grouping of operations by resources or any other qualifier.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.Tag tags = 13;
        Specified by:
        getTags in interface Openapiv2.SwaggerOrBuilder
      • getTagsOrBuilder

        public Openapiv2.TagOrBuilder getTagsOrBuilder​(int index)
         A list of tags for API documentation control. Tags can be used for logical
         grouping of operations by resources or any other qualifier.
         
        repeated .grpc.gateway.protoc_gen_openapiv2.options.Tag tags = 13;
        Specified by:
        getTagsOrBuilder in interface Openapiv2.SwaggerOrBuilder
      • hasExternalDocs

        public boolean hasExternalDocs()
         Additional external documentation.
         
        .grpc.gateway.protoc_gen_openapiv2.options.ExternalDocumentation external_docs = 14;
        Specified by:
        hasExternalDocs in interface Openapiv2.SwaggerOrBuilder
        Returns:
        Whether the externalDocs field is set.
      • getExtensionsCount

        public int getExtensionsCount()
        Description copied from interface: Openapiv2.SwaggerOrBuilder
         Custom properties that start with "x-" such as "x-foo" used to describe
         extra functionality that is not covered by the standard OpenAPI Specification.
         See: https://swagger.io/docs/specification/2-0/swagger-extensions/
         
        map<string, .google.protobuf.Value> extensions = 15;
        Specified by:
        getExtensionsCount in interface Openapiv2.SwaggerOrBuilder
      • containsExtensions

        public boolean containsExtensions​(java.lang.String key)
         Custom properties that start with "x-" such as "x-foo" used to describe
         extra functionality that is not covered by the standard OpenAPI Specification.
         See: https://swagger.io/docs/specification/2-0/swagger-extensions/
         
        map<string, .google.protobuf.Value> extensions = 15;
        Specified by:
        containsExtensions in interface Openapiv2.SwaggerOrBuilder
      • getExtensionsMap

        public java.util.Map<java.lang.String,​com.google.protobuf.Value> getExtensionsMap()
         Custom properties that start with "x-" such as "x-foo" used to describe
         extra functionality that is not covered by the standard OpenAPI Specification.
         See: https://swagger.io/docs/specification/2-0/swagger-extensions/
         
        map<string, .google.protobuf.Value> extensions = 15;
        Specified by:
        getExtensionsMap in interface Openapiv2.SwaggerOrBuilder
      • getExtensionsOrDefault

        public com.google.protobuf.Value getExtensionsOrDefault​(java.lang.String key,
                                                                com.google.protobuf.Value defaultValue)
         Custom properties that start with "x-" such as "x-foo" used to describe
         extra functionality that is not covered by the standard OpenAPI Specification.
         See: https://swagger.io/docs/specification/2-0/swagger-extensions/
         
        map<string, .google.protobuf.Value> extensions = 15;
        Specified by:
        getExtensionsOrDefault in interface Openapiv2.SwaggerOrBuilder
      • getExtensionsOrThrow

        public com.google.protobuf.Value getExtensionsOrThrow​(java.lang.String key)
         Custom properties that start with "x-" such as "x-foo" used to describe
         extra functionality that is not covered by the standard OpenAPI Specification.
         See: https://swagger.io/docs/specification/2-0/swagger-extensions/
         
        map<string, .google.protobuf.Value> extensions = 15;
        Specified by:
        getExtensionsOrThrow in interface Openapiv2.SwaggerOrBuilder
      • isInitialized

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

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

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

        public boolean equals​(java.lang.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.Swagger parseFrom​(java.nio.ByteBuffer data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

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

        public static Openapiv2.Swagger 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.Swagger parseFrom​(byte[] data)
                                           throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

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

        public static Openapiv2.Swagger parseFrom​(java.io.InputStream input)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

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

        public static Openapiv2.Swagger parseDelimitedFrom​(java.io.InputStream input)
                                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

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

        public static Openapiv2.Swagger parseFrom​(com.google.protobuf.CodedInputStream input)
                                           throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

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

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

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

        protected Openapiv2.Swagger.Builder newBuilderForType​(com.google.protobuf.AbstractMessage.BuilderParent parent)
        Overrides:
        newBuilderForType in class com.google.protobuf.AbstractMessage
      • getParserForType

        public com.google.protobuf.Parser<Openapiv2.Swagger> 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.GeneratedMessage
      • getDefaultInstanceForType

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