Class Openapiv2.License.Builder

  • All Implemented Interfaces:
    com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Openapiv2.LicenseOrBuilder, java.lang.Cloneable
    Enclosing class:
    Openapiv2.License

    public static final class Openapiv2.License.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.License.Builder>
    implements Openapiv2.LicenseOrBuilder
     `License` is a representation of OpenAPI v2 specification's License object.
    
     See: https://github.com/OAI/OpenAPI-Specification/blob/3.0.0/versions/2.0.md#licenseObject
    
     Example:
    
      option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = {
        info: {
          ...
          license: {
            name: "BSD 3-Clause License";
            url: "https://github.com/grpc-ecosystem/grpc-gateway/blob/main/LICENSE.txt";
          };
          ...
        };
        ...
      };
     
    Protobuf type grpc.gateway.protoc_gen_openapiv2.options.License
    • Method Detail

      • getDescriptor

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

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

        public Openapiv2.License.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.GeneratedMessageV3.Builder<Openapiv2.License.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.License.Builder>
      • getDefaultInstanceForType

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

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

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

        public Openapiv2.License.Builder clone()
        Specified by:
        clone in interface com.google.protobuf.Message.Builder
        Specified by:
        clone in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        clone in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.License.Builder>
      • setField

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

        public Openapiv2.License.Builder clearField​(com.google.protobuf.Descriptors.FieldDescriptor field)
        Specified by:
        clearField in interface com.google.protobuf.Message.Builder
        Overrides:
        clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.License.Builder>
      • clearOneof

        public Openapiv2.License.Builder clearOneof​(com.google.protobuf.Descriptors.OneofDescriptor oneof)
        Specified by:
        clearOneof in interface com.google.protobuf.Message.Builder
        Overrides:
        clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.License.Builder>
      • setRepeatedField

        public Openapiv2.License.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.License.Builder>
      • addRepeatedField

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

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

        public Openapiv2.License.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.License.Builder>
        Throws:
        java.io.IOException
      • getName

        public java.lang.String getName()
         The license name used for the API.
         
        string name = 1;
        Specified by:
        getName in interface Openapiv2.LicenseOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The license name used for the API.
         
        string name = 1;
        Specified by:
        getNameBytes in interface Openapiv2.LicenseOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Openapiv2.License.Builder setName​(java.lang.String value)
         The license name used for the API.
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Openapiv2.License.Builder clearName()
         The license name used for the API.
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public Openapiv2.License.Builder setNameBytes​(com.google.protobuf.ByteString value)
         The license name used for the API.
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getUrl

        public java.lang.String getUrl()
         A URL to the license used for the API. MUST be in the format of a URL.
         
        string url = 2;
        Specified by:
        getUrl in interface Openapiv2.LicenseOrBuilder
        Returns:
        The url.
      • getUrlBytes

        public com.google.protobuf.ByteString getUrlBytes()
         A URL to the license used for the API. MUST be in the format of a URL.
         
        string url = 2;
        Specified by:
        getUrlBytes in interface Openapiv2.LicenseOrBuilder
        Returns:
        The bytes for url.
      • setUrl

        public Openapiv2.License.Builder setUrl​(java.lang.String value)
         A URL to the license used for the API. MUST be in the format of a URL.
         
        string url = 2;
        Parameters:
        value - The url to set.
        Returns:
        This builder for chaining.
      • clearUrl

        public Openapiv2.License.Builder clearUrl()
         A URL to the license used for the API. MUST be in the format of a URL.
         
        string url = 2;
        Returns:
        This builder for chaining.
      • setUrlBytes

        public Openapiv2.License.Builder setUrlBytes​(com.google.protobuf.ByteString value)
         A URL to the license used for the API. MUST be in the format of a URL.
         
        string url = 2;
        Parameters:
        value - The bytes for url to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Openapiv2.License.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.License.Builder>
      • mergeUnknownFields

        public final Openapiv2.License.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Openapiv2.License.Builder>