Class Reflection.ExtensionRequest.Builder

    • 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<Reflection.ExtensionRequest.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<Reflection.ExtensionRequest.Builder>
      • getDefaultInstanceForType

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

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

        public Reflection.ExtensionRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

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

        public Reflection.ExtensionRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                             com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                      throws 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<Reflection.ExtensionRequest.Builder>
        Throws:
        IOException
      • getContainingTypeBytes

        public com.google.protobuf.ByteString getContainingTypeBytes()
         Fully-qualified type name. The format should be <package>.<type>
         
        string containing_type = 1;
        Specified by:
        getContainingTypeBytes in interface Reflection.ExtensionRequestOrBuilder
        Returns:
        The bytes for containingType.
      • setContainingType

        public Reflection.ExtensionRequest.Builder setContainingType​(String value)
         Fully-qualified type name. The format should be <package>.<type>
         
        string containing_type = 1;
        Parameters:
        value - The containingType to set.
        Returns:
        This builder for chaining.
      • clearContainingType

        public Reflection.ExtensionRequest.Builder clearContainingType()
         Fully-qualified type name. The format should be <package>.<type>
         
        string containing_type = 1;
        Returns:
        This builder for chaining.
      • setContainingTypeBytes

        public Reflection.ExtensionRequest.Builder setContainingTypeBytes​(com.google.protobuf.ByteString value)
         Fully-qualified type name. The format should be <package>.<type>
         
        string containing_type = 1;
        Parameters:
        value - The bytes for containingType to set.
        Returns:
        This builder for chaining.
      • setExtensionNumber

        public Reflection.ExtensionRequest.Builder setExtensionNumber​(int value)
        int32 extension_number = 2;
        Parameters:
        value - The extensionNumber to set.
        Returns:
        This builder for chaining.
      • mergeUnknownFields

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