Class RunPipelineRequest.Builder

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

    public static final class RunPipelineRequest.Builder
    extends com.google.protobuf.GeneratedMessageV3.Builder<RunPipelineRequest.Builder>
    implements RunPipelineRequestOrBuilder
    Protobuf type arg_services.mining.v1beta.RunPipelineRequest
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      RunPipelineRequest.Builder addAllTexts​(java.lang.Iterable<java.lang.String> values)
      repeated string texts = 1 [json_name = "texts"];
      RunPipelineRequest.Builder addTexts​(java.lang.String value)
      repeated string texts = 1 [json_name = "texts"];
      RunPipelineRequest.Builder addTextsBytes​(com.google.protobuf.ByteString value)
      repeated string texts = 1 [json_name = "texts"];
      RunPipelineRequest build()  
      RunPipelineRequest buildPartial()  
      RunPipelineRequest.Builder clear()  
      RunPipelineRequest.Builder clearExtras()
      Implementation-specific information can be encoded here
      RunPipelineRequest.Builder clearTexts()
      repeated string texts = 1 [json_name = "texts"];
      RunPipelineRequest getDefaultInstanceForType()  
      static com.google.protobuf.Descriptors.Descriptor getDescriptor()  
      com.google.protobuf.Descriptors.Descriptor getDescriptorForType()  
      com.google.protobuf.Struct getExtras()
      Implementation-specific information can be encoded here
      com.google.protobuf.Struct.Builder getExtrasBuilder()
      Implementation-specific information can be encoded here
      com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
      Implementation-specific information can be encoded here
      java.lang.String getTexts​(int index)
      repeated string texts = 1 [json_name = "texts"];
      com.google.protobuf.ByteString getTextsBytes​(int index)
      repeated string texts = 1 [json_name = "texts"];
      int getTextsCount()
      repeated string texts = 1 [json_name = "texts"];
      com.google.protobuf.ProtocolStringList getTextsList()
      repeated string texts = 1 [json_name = "texts"];
      boolean hasExtras()
      Implementation-specific information can be encoded here
      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()  
      boolean isInitialized()  
      RunPipelineRequest.Builder mergeExtras​(com.google.protobuf.Struct value)
      Implementation-specific information can be encoded here
      RunPipelineRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      RunPipelineRequest.Builder mergeFrom​(com.google.protobuf.Message other)  
      RunPipelineRequest.Builder mergeFrom​(RunPipelineRequest other)  
      RunPipelineRequest.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)  
      RunPipelineRequest.Builder setExtras​(com.google.protobuf.Struct value)
      Implementation-specific information can be encoded here
      RunPipelineRequest.Builder setExtras​(com.google.protobuf.Struct.Builder builderForValue)
      Implementation-specific information can be encoded here
      RunPipelineRequest.Builder setTexts​(int index, java.lang.String value)
      repeated string texts = 1 [json_name = "texts"];
      RunPipelineRequest.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)  
      • Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder

        addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
      • Methods inherited from class com.google.protobuf.AbstractMessage.Builder

        findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.Message.Builder

        mergeDelimitedFrom, mergeDelimitedFrom
      • Methods inherited from interface com.google.protobuf.MessageLite.Builder

        mergeFrom
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • 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<RunPipelineRequest.Builder>
      • clear

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

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

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

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

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

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

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

        public com.google.protobuf.ProtocolStringList getTextsList()
        repeated string texts = 1 [json_name = "texts"];
        Specified by:
        getTextsList in interface RunPipelineRequestOrBuilder
        Returns:
        A list containing the texts.
      • getTexts

        public java.lang.String getTexts​(int index)
        repeated string texts = 1 [json_name = "texts"];
        Specified by:
        getTexts in interface RunPipelineRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The texts at the given index.
      • getTextsBytes

        public com.google.protobuf.ByteString getTextsBytes​(int index)
        repeated string texts = 1 [json_name = "texts"];
        Specified by:
        getTextsBytes in interface RunPipelineRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the texts at the given index.
      • setTexts

        public RunPipelineRequest.Builder setTexts​(int index,
                                                   java.lang.String value)
        repeated string texts = 1 [json_name = "texts"];
        Parameters:
        index - The index to set the value at.
        value - The texts to set.
        Returns:
        This builder for chaining.
      • addTexts

        public RunPipelineRequest.Builder addTexts​(java.lang.String value)
        repeated string texts = 1 [json_name = "texts"];
        Parameters:
        value - The texts to add.
        Returns:
        This builder for chaining.
      • addAllTexts

        public RunPipelineRequest.Builder addAllTexts​(java.lang.Iterable<java.lang.String> values)
        repeated string texts = 1 [json_name = "texts"];
        Parameters:
        values - The texts to add.
        Returns:
        This builder for chaining.
      • clearTexts

        public RunPipelineRequest.Builder clearTexts()
        repeated string texts = 1 [json_name = "texts"];
        Returns:
        This builder for chaining.
      • addTextsBytes

        public RunPipelineRequest.Builder addTextsBytes​(com.google.protobuf.ByteString value)
        repeated string texts = 1 [json_name = "texts"];
        Parameters:
        value - The bytes of the texts to add.
        Returns:
        This builder for chaining.
      • hasExtras

        public boolean hasExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Specified by:
        hasExtras in interface RunPipelineRequestOrBuilder
        Returns:
        Whether the extras field is set.
      • getExtras

        public com.google.protobuf.Struct getExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Specified by:
        getExtras in interface RunPipelineRequestOrBuilder
        Returns:
        The extras.
      • setExtras

        public RunPipelineRequest.Builder setExtras​(com.google.protobuf.Struct value)
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • setExtras

        public RunPipelineRequest.Builder setExtras​(com.google.protobuf.Struct.Builder builderForValue)
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • mergeExtras

        public RunPipelineRequest.Builder mergeExtras​(com.google.protobuf.Struct value)
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • clearExtras

        public RunPipelineRequest.Builder clearExtras()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • getExtrasBuilder

        public com.google.protobuf.Struct.Builder getExtrasBuilder()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
      • getExtrasOrBuilder

        public com.google.protobuf.StructOrBuilder getExtrasOrBuilder()
         Implementation-specific information can be encoded here
         
        .google.protobuf.Struct extras = 15 [json_name = "extras"];
        Specified by:
        getExtrasOrBuilder in interface RunPipelineRequestOrBuilder
      • setUnknownFields

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

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