All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.bigquerydatatransfer.v1.BigQueryDataTransfer.Projects.TransferConfigs.Runs.html Maven / Gradle / Ivy

There is a newer version: v1-rev20240922-2.0.0
Show newest version






BigQueryDataTransfer.Projects.TransferConfigs.Runs (BigQuery Data Transfer API v1-rev20240914-2.0.0)












com.google.api.services.bigquerydatatransfer.v1

Class BigQueryDataTransfer.Projects.TransferConfigs.Runs

  • java.lang.Object
    • com.google.api.services.bigquerydatatransfer.v1.BigQueryDataTransfer.Projects.TransferConfigs.Runs
    • Constructor Detail

      • Runs

        public Runs()
    • Method Detail

      • delete

        public BigQueryDataTransfer.Projects.TransferConfigs.Runs.Delete delete(String name)
                                                                         throws IOException
        Deletes the specified transfer run. Create a request for the method "runs.delete". This request holds the parameters needed by the bigquerydatatransfer server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
        Returns:
        the request
        Throws:
        IOException
      • get

        public BigQueryDataTransfer.Projects.TransferConfigs.Runs.Get get(String name)
                                                                   throws IOException
        Returns information about the particular transfer run. Create a request for the method "runs.get". This request holds the parameters needed by the bigquerydatatransfer server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        name - Required. The field will contain name of the resource requested, for example: `projects/{project_id}/transferConfigs/{config_id}/runs/{run_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}/runs/{run_id}`
        Returns:
        the request
        Throws:
        IOException
      • list

        public BigQueryDataTransfer.Projects.TransferConfigs.Runs.List list(String parent)
                                                                     throws IOException
        Returns information about running and completed transfer runs. Create a request for the method "runs.list". This request holds the parameters needed by the bigquerydatatransfer server. After setting any optional parameters, call the AbstractGoogleClientRequest.execute() method to invoke the remote operation.
        Parameters:
        parent - Required. Name of transfer configuration for which transfer runs should be retrieved. Format of transfer configuration resource name is: `projects/{project_id}/transferConfigs/{config_id}` or `projects/{project_id}/locations/{location_id}/transferConfigs/{config_id}`.
        Returns:
        the request
        Throws:
        IOException
      • transferLogs

        public BigQueryDataTransfer.Projects.TransferConfigs.Runs.TransferLogs transferLogs()
        An accessor for creating requests from the TransferLogs collection.

        The typical use is:

            BigQueryDataTransfer bigquerydatatransfer = new BigQueryDataTransfer(...);
            BigQueryDataTransfer.TransferLogs.List request = bigquerydatatransfer.transferLogs().list(parameters ...)
         
        Returns:
        the resource collection

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy