You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
See the [Authentication](https://github.com/googleapis/google-cloud-java#authentication) section in the base directory's README.
59
+
## Authentication
62
60
63
-
About Google Cloud Bigquery Data Transfer
64
-
--------------------------
61
+
See the [Authentication][authentication] section in the base directory's README.
65
62
66
-
[Google Cloud Bigquery Data Transfer API][cloud-bigquerydatatransfer] transfers data from partner
67
-
SaaS applications to Google BigQuery on a scheduled, managed basis.
63
+
## Getting Started
68
64
69
-
See the [Bigquery Data Transfer client library docs][bigquerydatatransfer-client-lib-docs] to learn how to interact with the
70
-
Cloud Bigquery Data Transfer using this Client Library.
65
+
### Prerequisites
71
66
72
-
Getting Started
73
-
---------------
74
-
#### Prerequisites
75
-
For this tutorial, you will need a
76
-
[Google Developers Console](https://console.developers.google.com/) project with the Bigquery Data Transfer API
77
-
enabled. You will need to [enable billing](https://support.google.com/cloud/answer/6158867?hl=en) to
78
-
use Google Cloud Bigquery Data Transfer.
79
-
[Follow these instructions](https://cloud.google.com/resource-manager/docs/creating-managing-projects) to get your
80
-
project set up. You will also need to set up the local development environment by [installing the
81
-
Google Cloud SDK](https://cloud.google.com/sdk/) and running the following commands in command line:
67
+
You will need a [Google Cloud Platform Console][developer-console] project with the Google BigQuery Data Transfer Service [API enabled][enable-api].
68
+
You will need to [enable billing][enable-billing] to use Google Google BigQuery Data Transfer Service.
69
+
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
70
+
[installing the Google Cloud SDK][cloud-sdk] and running the following commands in command line:
82
71
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
83
72
84
-
#### Installation and setup
73
+
### Installation and setup
74
+
85
75
You'll need to obtain the `google-cloud-bigquerydatatransfer` library. See the [Quickstart](#quickstart) section
86
76
to add `google-cloud-bigquerydatatransfer` as a dependency in your code.
87
77
88
-
Transport
89
-
---------
90
-
Bigquery Data Transfer uses gRPC for the transport layer.
78
+
## About Google BigQuery Data Transfer Service
91
79
92
-
Java Versions
93
-
-------------
94
80
95
-
Java 7 or above is required for using this client.
81
+
[Google BigQuery Data Transfer Service][product-docs] transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.
96
82
97
-
Testing
98
-
-------
83
+
See the [Google BigQuery Data Transfer Service client library docs][javadocs] to learn how to
84
+
use this Google BigQuery Data Transfer Service Client Library.
99
85
100
-
This library has tools to help make tests for code using Cloud Bigquery Data Transfer.
101
86
102
-
See [TESTING] to read more about testing.
103
87
104
-
Versioning
105
-
----------
106
88
107
-
This library follows [Semantic Versioning](http://semver.org/).
108
89
109
-
It is currently in major version zero (``0.y.z``), which means that anything
110
-
may change at any time and the public API should not be considered
111
-
stable.
112
90
113
-
Contributing
114
-
------------
91
+
## Troubleshooting
115
92
116
-
Contributions to this library are always welcome and highly encouraged.
93
+
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
94
+
95
+
## Transport
96
+
97
+
Google BigQuery Data Transfer Service uses gRPC for the transport layer.
98
+
99
+
## Java Versions
100
+
101
+
Java 7 or above is required for using this client.
102
+
103
+
## Versioning
104
+
105
+
This library follows [Semantic Versioning](http://semver.org/).
117
106
118
-
See `google-cloud`'s [CONTRIBUTING] documentation and the [shared documentation](https://github.com/googleapis/google-cloud-common/blob/master/contributing/readme.md#how-to-contribute-to-gcloud) for more information on how to get started.
119
107
120
-
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms. See [Code of Conduct][code-of-conduct] for more information.
108
+
It is currently in major version zero (``0.y.z``), which means that anything may change at any time
109
+
and the public API should not be considered stable.
0 commit comments