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

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

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

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

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

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

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

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

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

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

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

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

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

        public BigQueryDestination.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<BigQueryDestination.Builder>
        Throws:
        IOException
      • getOutputUri

        public String getOutputUri()
         Required. BigQuery URI to a project or table, up to 2000 characters long.
        
         When only the project is specified, the Dataset and Table is created.
         When the full table reference is specified, the Dataset must exist and
         table must not exist.
        
         Accepted forms:
        
         *  BigQuery path. For example:
         `bq://projectId` or `bq://projectId.bqDatasetId` or
         `bq://projectId.bqDatasetId.bqTableId`.
         
        string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getOutputUri in interface BigQueryDestinationOrBuilder
        Returns:
        The outputUri.
      • getOutputUriBytes

        public com.google.protobuf.ByteString getOutputUriBytes()
         Required. BigQuery URI to a project or table, up to 2000 characters long.
        
         When only the project is specified, the Dataset and Table is created.
         When the full table reference is specified, the Dataset must exist and
         table must not exist.
        
         Accepted forms:
        
         *  BigQuery path. For example:
         `bq://projectId` or `bq://projectId.bqDatasetId` or
         `bq://projectId.bqDatasetId.bqTableId`.
         
        string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getOutputUriBytes in interface BigQueryDestinationOrBuilder
        Returns:
        The bytes for outputUri.
      • setOutputUri

        public BigQueryDestination.Builder setOutputUri​(String value)
         Required. BigQuery URI to a project or table, up to 2000 characters long.
        
         When only the project is specified, the Dataset and Table is created.
         When the full table reference is specified, the Dataset must exist and
         table must not exist.
        
         Accepted forms:
        
         *  BigQuery path. For example:
         `bq://projectId` or `bq://projectId.bqDatasetId` or
         `bq://projectId.bqDatasetId.bqTableId`.
         
        string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The outputUri to set.
        Returns:
        This builder for chaining.
      • clearOutputUri

        public BigQueryDestination.Builder clearOutputUri()
         Required. BigQuery URI to a project or table, up to 2000 characters long.
        
         When only the project is specified, the Dataset and Table is created.
         When the full table reference is specified, the Dataset must exist and
         table must not exist.
        
         Accepted forms:
        
         *  BigQuery path. For example:
         `bq://projectId` or `bq://projectId.bqDatasetId` or
         `bq://projectId.bqDatasetId.bqTableId`.
         
        string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        This builder for chaining.
      • setOutputUriBytes

        public BigQueryDestination.Builder setOutputUriBytes​(com.google.protobuf.ByteString value)
         Required. BigQuery URI to a project or table, up to 2000 characters long.
        
         When only the project is specified, the Dataset and Table is created.
         When the full table reference is specified, the Dataset must exist and
         table must not exist.
        
         Accepted forms:
        
         *  BigQuery path. For example:
         `bq://projectId` or `bq://projectId.bqDatasetId` or
         `bq://projectId.bqDatasetId.bqTableId`.
         
        string output_uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Parameters:
        value - The bytes for outputUri to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

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

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