Class TranslationFileMapping.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<TranslationFileMapping.Builder>
      • clear

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

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

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

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

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

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

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

        public TranslationFileMapping.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               int index,
                                                               Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
      • addRepeatedField

        public TranslationFileMapping.Builder addRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                               Object value)
        Specified by:
        addRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<TranslationFileMapping.Builder>
      • isInitialized

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

        public TranslationFileMapping.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<TranslationFileMapping.Builder>
        Throws:
        IOException
      • getInputPathBytes

        public com.google.protobuf.ByteString getInputPathBytes()
         The Cloud Storage path for a file to translation in a subtask.
         
        string input_path = 1;
        Specified by:
        getInputPathBytes in interface TranslationFileMappingOrBuilder
        Returns:
        The bytes for inputPath.
      • setInputPath

        public TranslationFileMapping.Builder setInputPath​(String value)
         The Cloud Storage path for a file to translation in a subtask.
         
        string input_path = 1;
        Parameters:
        value - The inputPath to set.
        Returns:
        This builder for chaining.
      • clearInputPath

        public TranslationFileMapping.Builder clearInputPath()
         The Cloud Storage path for a file to translation in a subtask.
         
        string input_path = 1;
        Returns:
        This builder for chaining.
      • setInputPathBytes

        public TranslationFileMapping.Builder setInputPathBytes​(com.google.protobuf.ByteString value)
         The Cloud Storage path for a file to translation in a subtask.
         
        string input_path = 1;
        Parameters:
        value - The bytes for inputPath to set.
        Returns:
        This builder for chaining.
      • getOutputPathBytes

        public com.google.protobuf.ByteString getOutputPathBytes()
         The Cloud Storage path to write back the corresponding input file to.
         
        string output_path = 2;
        Specified by:
        getOutputPathBytes in interface TranslationFileMappingOrBuilder
        Returns:
        The bytes for outputPath.
      • setOutputPath

        public TranslationFileMapping.Builder setOutputPath​(String value)
         The Cloud Storage path to write back the corresponding input file to.
         
        string output_path = 2;
        Parameters:
        value - The outputPath to set.
        Returns:
        This builder for chaining.
      • clearOutputPath

        public TranslationFileMapping.Builder clearOutputPath()
         The Cloud Storage path to write back the corresponding input file to.
         
        string output_path = 2;
        Returns:
        This builder for chaining.
      • setOutputPathBytes

        public TranslationFileMapping.Builder setOutputPathBytes​(com.google.protobuf.ByteString value)
         The Cloud Storage path to write back the corresponding input file to.
         
        string output_path = 2;
        Parameters:
        value - The bytes for outputPath to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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