Class Method.Builder

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

    public static final class Method.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<Method.Builder>
    implements MethodOrBuilder
     Method represents a method of an API interface.
     
    Protobuf type google.protobuf.Method
    • 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<Method.Builder>
      • clear

        public Method.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<Method.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<Method.Builder>
      • getDefaultInstanceForType

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

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

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

        public Method.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<Method.Builder>
      • setField

        public Method.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<Method.Builder>
      • clearField

        public Method.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<Method.Builder>
      • clearOneof

        public Method.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<Method.Builder>
      • setRepeatedField

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

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

        public Method.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<Method.Builder>
      • isInitialized

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

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

        public java.lang.String getName()
         The simple name of this method.
         
        string name = 1;
        Specified by:
        getName in interface MethodOrBuilder
        Returns:
        The name.
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         The simple name of this method.
         
        string name = 1;
        Specified by:
        getNameBytes in interface MethodOrBuilder
        Returns:
        The bytes for name.
      • setName

        public Method.Builder setName​(java.lang.String value)
         The simple name of this method.
         
        string name = 1;
        Parameters:
        value - The name to set.
        Returns:
        This builder for chaining.
      • clearName

        public Method.Builder clearName()
         The simple name of this method.
         
        string name = 1;
        Returns:
        This builder for chaining.
      • setNameBytes

        public Method.Builder setNameBytes​(com.google.protobuf.ByteString value)
         The simple name of this method.
         
        string name = 1;
        Parameters:
        value - The bytes for name to set.
        Returns:
        This builder for chaining.
      • getRequestTypeUrl

        public java.lang.String getRequestTypeUrl()
         A URL of the input message type.
         
        string request_type_url = 2;
        Specified by:
        getRequestTypeUrl in interface MethodOrBuilder
        Returns:
        The requestTypeUrl.
      • getRequestTypeUrlBytes

        public com.google.protobuf.ByteString getRequestTypeUrlBytes()
         A URL of the input message type.
         
        string request_type_url = 2;
        Specified by:
        getRequestTypeUrlBytes in interface MethodOrBuilder
        Returns:
        The bytes for requestTypeUrl.
      • setRequestTypeUrl

        public Method.Builder setRequestTypeUrl​(java.lang.String value)
         A URL of the input message type.
         
        string request_type_url = 2;
        Parameters:
        value - The requestTypeUrl to set.
        Returns:
        This builder for chaining.
      • clearRequestTypeUrl

        public Method.Builder clearRequestTypeUrl()
         A URL of the input message type.
         
        string request_type_url = 2;
        Returns:
        This builder for chaining.
      • setRequestTypeUrlBytes

        public Method.Builder setRequestTypeUrlBytes​(com.google.protobuf.ByteString value)
         A URL of the input message type.
         
        string request_type_url = 2;
        Parameters:
        value - The bytes for requestTypeUrl to set.
        Returns:
        This builder for chaining.
      • getRequestStreaming

        public boolean getRequestStreaming()
         If true, the request is streamed.
         
        bool request_streaming = 3;
        Specified by:
        getRequestStreaming in interface MethodOrBuilder
        Returns:
        The requestStreaming.
      • setRequestStreaming

        public Method.Builder setRequestStreaming​(boolean value)
         If true, the request is streamed.
         
        bool request_streaming = 3;
        Parameters:
        value - The requestStreaming to set.
        Returns:
        This builder for chaining.
      • clearRequestStreaming

        public Method.Builder clearRequestStreaming()
         If true, the request is streamed.
         
        bool request_streaming = 3;
        Returns:
        This builder for chaining.
      • getResponseTypeUrl

        public java.lang.String getResponseTypeUrl()
         The URL of the output message type.
         
        string response_type_url = 4;
        Specified by:
        getResponseTypeUrl in interface MethodOrBuilder
        Returns:
        The responseTypeUrl.
      • getResponseTypeUrlBytes

        public com.google.protobuf.ByteString getResponseTypeUrlBytes()
         The URL of the output message type.
         
        string response_type_url = 4;
        Specified by:
        getResponseTypeUrlBytes in interface MethodOrBuilder
        Returns:
        The bytes for responseTypeUrl.
      • setResponseTypeUrl

        public Method.Builder setResponseTypeUrl​(java.lang.String value)
         The URL of the output message type.
         
        string response_type_url = 4;
        Parameters:
        value - The responseTypeUrl to set.
        Returns:
        This builder for chaining.
      • clearResponseTypeUrl

        public Method.Builder clearResponseTypeUrl()
         The URL of the output message type.
         
        string response_type_url = 4;
        Returns:
        This builder for chaining.
      • setResponseTypeUrlBytes

        public Method.Builder setResponseTypeUrlBytes​(com.google.protobuf.ByteString value)
         The URL of the output message type.
         
        string response_type_url = 4;
        Parameters:
        value - The bytes for responseTypeUrl to set.
        Returns:
        This builder for chaining.
      • getResponseStreaming

        public boolean getResponseStreaming()
         If true, the response is streamed.
         
        bool response_streaming = 5;
        Specified by:
        getResponseStreaming in interface MethodOrBuilder
        Returns:
        The responseStreaming.
      • setResponseStreaming

        public Method.Builder setResponseStreaming​(boolean value)
         If true, the response is streamed.
         
        bool response_streaming = 5;
        Parameters:
        value - The responseStreaming to set.
        Returns:
        This builder for chaining.
      • clearResponseStreaming

        public Method.Builder clearResponseStreaming()
         If true, the response is streamed.
         
        bool response_streaming = 5;
        Returns:
        This builder for chaining.
      • getOptionsList

        public java.util.List<Option> getOptionsList()
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
        Specified by:
        getOptionsList in interface MethodOrBuilder
      • getOptionsCount

        public int getOptionsCount()
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
        Specified by:
        getOptionsCount in interface MethodOrBuilder
      • getOptions

        public Option getOptions​(int index)
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
        Specified by:
        getOptions in interface MethodOrBuilder
      • setOptions

        public Method.Builder setOptions​(int index,
                                         Option value)
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
      • setOptions

        public Method.Builder setOptions​(int index,
                                         Option.Builder builderForValue)
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
      • addOptions

        public Method.Builder addOptions​(Option value)
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
      • addOptions

        public Method.Builder addOptions​(int index,
                                         Option value)
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
      • addOptions

        public Method.Builder addOptions​(Option.Builder builderForValue)
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
      • addOptions

        public Method.Builder addOptions​(int index,
                                         Option.Builder builderForValue)
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
      • addAllOptions

        public Method.Builder addAllOptions​(java.lang.Iterable<? extends Option> values)
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
      • clearOptions

        public Method.Builder clearOptions()
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
      • removeOptions

        public Method.Builder removeOptions​(int index)
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
      • getOptionsBuilder

        public Option.Builder getOptionsBuilder​(int index)
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
      • addOptionsBuilder

        public Option.Builder addOptionsBuilder()
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
      • addOptionsBuilder

        public Option.Builder addOptionsBuilder​(int index)
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
      • getOptionsBuilderList

        public java.util.List<Option.Builder> getOptionsBuilderList()
         Any metadata attached to the method.
         
        repeated .google.protobuf.Option options = 6;
      • getSyntaxValue

        public int getSyntaxValue()
         The source syntax of this method.
         
        .google.protobuf.Syntax syntax = 7;
        Specified by:
        getSyntaxValue in interface MethodOrBuilder
        Returns:
        The enum numeric value on the wire for syntax.
      • setSyntaxValue

        public Method.Builder setSyntaxValue​(int value)
         The source syntax of this method.
         
        .google.protobuf.Syntax syntax = 7;
        Parameters:
        value - The enum numeric value on the wire for syntax to set.
        Returns:
        This builder for chaining.
      • getSyntax

        public Syntax getSyntax()
         The source syntax of this method.
         
        .google.protobuf.Syntax syntax = 7;
        Specified by:
        getSyntax in interface MethodOrBuilder
        Returns:
        The syntax.
      • setSyntax

        public Method.Builder setSyntax​(Syntax value)
         The source syntax of this method.
         
        .google.protobuf.Syntax syntax = 7;
        Parameters:
        value - The syntax to set.
        Returns:
        This builder for chaining.
      • clearSyntax

        public Method.Builder clearSyntax()
         The source syntax of this method.
         
        .google.protobuf.Syntax syntax = 7;
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final Method.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<Method.Builder>
      • mergeUnknownFields

        public final Method.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<Method.Builder>