Class StartBigQueryJobsRequest.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<StartBigQueryJobsRequest.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<StartBigQueryJobsRequest.Builder>
      • getDefaultInstanceForType

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

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

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

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

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

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

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

        public String getName()
         Name of the resource in the form:
         "projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
         
        string name = 1;
        Specified by:
        getName in interface StartBigQueryJobsRequestOrBuilder
      • getNameBytes

        public com.google.protobuf.ByteString getNameBytes()
         Name of the resource in the form:
         "projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
         
        string name = 1;
        Specified by:
        getNameBytes in interface StartBigQueryJobsRequestOrBuilder
      • setName

        public StartBigQueryJobsRequest.Builder setName​(String value)
         Name of the resource in the form:
         "projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
         
        string name = 1;
      • clearName

        public StartBigQueryJobsRequest.Builder clearName()
         Name of the resource in the form:
         "projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
         
        string name = 1;
      • setNameBytes

        public StartBigQueryJobsRequest.Builder setNameBytes​(com.google.protobuf.ByteString value)
         Name of the resource in the form:
         "projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}"
         
        string name = 1;
      • getImportedDataCount

        public int getImportedDataCount()
         Import jobs which should be started and monitored.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
        Specified by:
        getImportedDataCount in interface StartBigQueryJobsRequestOrBuilder
      • setImportedData

        public StartBigQueryJobsRequest.Builder setImportedData​(int index,
                                                                ImportedDataInfo value)
         Import jobs which should be started and monitored.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
      • addImportedData

        public StartBigQueryJobsRequest.Builder addImportedData​(int index,
                                                                ImportedDataInfo value)
         Import jobs which should be started and monitored.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
      • clearImportedData

        public StartBigQueryJobsRequest.Builder clearImportedData()
         Import jobs which should be started and monitored.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
      • removeImportedData

        public StartBigQueryJobsRequest.Builder removeImportedData​(int index)
         Import jobs which should be started and monitored.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
      • getImportedDataBuilder

        public ImportedDataInfo.Builder getImportedDataBuilder​(int index)
         Import jobs which should be started and monitored.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
      • addImportedDataBuilder

        public ImportedDataInfo.Builder addImportedDataBuilder()
         Import jobs which should be started and monitored.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
      • addImportedDataBuilder

        public ImportedDataInfo.Builder addImportedDataBuilder​(int index)
         Import jobs which should be started and monitored.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
      • getImportedDataBuilderList

        public List<ImportedDataInfo.Builder> getImportedDataBuilderList()
         Import jobs which should be started and monitored.
         
        repeated .google.cloud.bigquery.datatransfer.v1.ImportedDataInfo imported_data = 2;
      • getUserCredentials

        public com.google.protobuf.ByteString getUserCredentials()
         User credentials which should be used to start/monitor
         BigQuery jobs. If not specified, then jobs
         are started using data source service account credentials.
         This may be OAuth token or JWT token.
         
        bytes user_credentials = 3;
        Specified by:
        getUserCredentials in interface StartBigQueryJobsRequestOrBuilder
      • setUserCredentials

        public StartBigQueryJobsRequest.Builder setUserCredentials​(com.google.protobuf.ByteString value)
         User credentials which should be used to start/monitor
         BigQuery jobs. If not specified, then jobs
         are started using data source service account credentials.
         This may be OAuth token or JWT token.
         
        bytes user_credentials = 3;
      • clearUserCredentials

        public StartBigQueryJobsRequest.Builder clearUserCredentials()
         User credentials which should be used to start/monitor
         BigQuery jobs. If not specified, then jobs
         are started using data source service account credentials.
         This may be OAuth token or JWT token.
         
        bytes user_credentials = 3;
      • setMaxParallelism

        public StartBigQueryJobsRequest.Builder setMaxParallelism​(int value)
         The number of BQ Jobs that can run in parallel.
         
        int32 max_parallelism = 8;
      • clearMaxParallelism

        public StartBigQueryJobsRequest.Builder clearMaxParallelism()
         The number of BQ Jobs that can run in parallel.
         
        int32 max_parallelism = 8;
      • setUnknownFields

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

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