public class Transport extends Object
| Constructor and Description |
|---|
Transport() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.client.json.JsonFactory |
getJsonFactory() |
static com.google.api.client.http.HttpTransport |
getTransport() |
static com.google.api.services.bigquery.Bigquery.Builder |
newBigQueryClient(BigQueryOptions options)
Returns a BigQuery client builder.
|
static com.google.api.services.dataflow.Dataflow.Builder |
newDataflowClient(DataflowPipelineOptions options)
Returns a Google Cloud Dataflow client builder.
|
static com.google.api.services.pubsub.Pubsub.Builder |
newPubsubClient(DataflowPipelineOptions options)
Returns a Pubsub client builder.
|
static com.google.api.services.dataflow.Dataflow.Builder |
newRawDataflowClient(DataflowPipelineOptions options)
Returns a Dataflow client that does not automatically retry failed
requests.
|
static com.google.api.services.storage.Storage.Builder |
newStorageClient(GcsOptions options)
Returns a Cloud Storage client builder.
|
public static com.google.api.client.http.HttpTransport getTransport()
public static com.google.api.client.json.JsonFactory getJsonFactory()
public static com.google.api.services.bigquery.Bigquery.Builder newBigQueryClient(BigQueryOptions options)
Note: this client's endpoint is not modified by the
DataflowPipelineDebugOptions.getApiRootUrl() option.
public static com.google.api.services.pubsub.Pubsub.Builder newPubsubClient(DataflowPipelineOptions options)
Note: this client's endpoint is not modified by the
DataflowPipelineDebugOptions.getApiRootUrl() option.
public static com.google.api.services.dataflow.Dataflow.Builder newDataflowClient(DataflowPipelineOptions options)
public static com.google.api.services.dataflow.Dataflow.Builder newRawDataflowClient(DataflowPipelineOptions options)
public static com.google.api.services.storage.Storage.Builder newStorageClient(GcsOptions options)
Note: this client's endpoint is not modified by the
DataflowPipelineDebugOptions.getApiRootUrl() option.