Skip to content

Commit 3d9e130

Browse files
authored
---
yaml --- r: 9781 b: refs/heads/spanner-gapic-migration c: fd6f29a h: refs/heads/master i: 9779: 2f59326
1 parent 775fa94 commit 3d9e130

17 files changed

Lines changed: 40 additions & 40 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ refs/tags/v0.34.0: bf31760a31a66acb239322a70dcd03dbe1d0c7ca
8080
refs/tags/v0.35.0: c28951c5f4cc97a1be07900d19df6984115a4bd6
8181
refs/tags/v0.36.0: 6b75c61f73e6827b3ca379bd54f88f750290162f
8282
refs/tags/v0.37.0: db2e142f92601709fdd48db159776f905742e30f
83-
refs/heads/spanner-gapic-migration: 89436180eb6dabd90bbc38c5600d00f5b262cc36
83+
refs/heads/spanner-gapic-migration: fd6f29a7cea3d07d494b923fd8f35f436995db79
8484
refs/tags/v0.38.0: c235ee4df5e1248e1769dae3f86a0d7ab7fd8301
8585
refs/tags/v0.39.0: ab231c9d22475242a43d6d9554aa4a3f736dab01
8686
refs/tags/v0.40.0: a1d5b05206cce7734365f1b910396a2c9d6605ec

branches/spanner-gapic-migration/google-cloud-clients/google-cloud-bigquery/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-bigquery" % "1.31.0"
3535

3636
Example Application
3737
-------------------
38-
- [`BigQueryExample`](../google-cloud-examples/src/main/java/com/google/cloud/examples/bigquery/BigQueryExample.java) - A simple command line interface providing some of Cloud BigQuery's functionality.
38+
- [`BigQueryExample`](../../google-cloud-examples/src/main/java/com/google/cloud/examples/bigquery/BigQueryExample.java) - A simple command line interface providing some of Cloud BigQuery's functionality.
3939
Read more about using this application on the [`BigQueryExample` docs page](https://googlecloudplatform.github.io/google-cloud-java/apidocs/?com/google/cloud/examples/bigquery/BigQueryExample.html).
4040

4141
Authentication
@@ -188,7 +188,7 @@ for (FieldValueList row : bigquery.query(queryConfig).iterateAll()) {
188188
#### Complete source code
189189

190190
In
191-
[InsertDataAndQueryTable.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/bigquery/snippets/InsertDataAndQueryTable.java)
191+
[InsertDataAndQueryTable.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/bigquery/snippets/InsertDataAndQueryTable.java)
192192
we put together all the code shown above into one program. The program assumes that you are
193193
running on Compute Engine or from your own desktop. To run the example on App Engine, simply move
194194
the code from the main method to your application's servlet class and change the print statements to

branches/spanner-gapic-migration/google-cloud-clients/google-cloud-compute/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-compute" % "0.49.0-alp
4141
Example Application
4242
-------------------
4343

44-
[`ComputeExample`](../google-cloud-examples/src/main/java/com/google/cloud/examples/compute/ComputeExample.java)
44+
[`ComputeExample`](../../google-cloud-examples/src/main/java/com/google/cloud/examples/compute/ComputeExample.java)
4545
is a simple command line interface that provides some of Google Cloud Compute Engine's
4646
functionality. Read more about using the application on the
4747
[`ComputeExample` docs page](https://googlecloudplatform.github.io/google-cloud-java/apidocs/?com/google/cloud/examples/compute/ComputeExample.html).
@@ -211,7 +211,7 @@ if (operation.getErrors() == null) {
211211
#### Complete source code
212212

213213
In
214-
[CreateAddressDiskAndInstance.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/compute/snippets/CreateAddressDiskAndInstance.java)
214+
[CreateAddressDiskAndInstance.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/compute/snippets/CreateAddressDiskAndInstance.java)
215215
we put together all the code shown above into one program. The program assumes that you are
216216
running on Compute Engine or from your own desktop. To run the example on App Engine, simply move
217217
the code from the main method to your application's servlet class and change the print statements to
@@ -221,9 +221,9 @@ display on your webpage.
221221

222222
Other examples are available too:
223223

224-
- [CreateSnapshot.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/compute/snippets/CreateSnapshot.java) shows
224+
- [CreateSnapshot.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/compute/snippets/CreateSnapshot.java) shows
225225
how to create a snapshot from an existing disk
226-
- [CreateInstance.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/compute/snippets/CreateInstance.java) shows
226+
- [CreateInstance.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/compute/snippets/CreateInstance.java) shows
227227
how to create a virtual machine instance (shorter sample than the one above)
228228

229229
Troubleshooting

branches/spanner-gapic-migration/google-cloud-clients/google-cloud-contrib/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ stable.
6060
See also
6161
--------
6262

63-
* [google-cloud-examples](../google-cloud-examples) for an example of how to use NIO normally.
63+
* [google-cloud-examples](../../google-cloud-examples) for an example of how to use NIO normally.
6464

6565
Contributing
6666
------------

branches/spanner-gapic-migration/google-cloud-clients/google-cloud-contrib/google-cloud-nio-examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ application that uses Java NIO without the need to recompile.
66

77
Note that whenever possible, you instead want to recompile the app and use the normal
88
dependency mechanism to add a dependency to google-cloud-nio. You can see examples of
9-
this in the [google-cloud-examples](../../google-cloud-examples) project.
9+
this in the [google-cloud-examples](../../../google-cloud-examples) project.
1010

1111
To run this example:
1212

branches/spanner-gapic-migration/google-cloud-clients/google-cloud-contrib/google-cloud-nio/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ libraryDependencies += "com.google.cloud" % "google-cloud-nio" % "0.49.0-alpha"
4444
Example Applications
4545
-------------------
4646

47-
* [`Stat`](../../google-cloud-examples/src/main/java/com/google/cloud/examples/nio/Stat.java)
47+
* [`Stat`](../../../google-cloud-examples/src/main/java/com/google/cloud/examples/nio/Stat.java)
4848
shows how to get started with NIO.
4949

50-
* [`ParallelCountBytes`](../../google-cloud-examples/src/main/java/com/google/cloud/examples/nio/ParallelCountBytes.java)
50+
* [`ParallelCountBytes`](../../../google-cloud-examples/src/main/java/com/google/cloud/examples/nio/ParallelCountBytes.java)
5151
efficiently downloads a file from Google Cloud Storage.
5252

5353
* [`ListFileSystems`](../google-cloud-nio-examples/README.md) illustrates how
@@ -162,7 +162,7 @@ system implementation. You can disable this feature with
162162

163163
#### Complete source code
164164

165-
There are examples in [google-cloud-examples](../google-cloud-examples/src/main/java/com/google/cloud/examples/nio/)
165+
There are examples in [google-cloud-examples](../../google-cloud-examples/src/main/java/com/google/cloud/examples/nio/)
166166
for your perusal.
167167

168168
Java Versions

branches/spanner-gapic-migration/google-cloud-clients/google-cloud-datastore/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-datastore" % "1.31.0"
3636

3737
Example Applications
3838
--------------------
39-
- [`DatastoreExample`](../google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/DatastoreExample.java) is a simple command line interface for the Cloud Datastore. Read more about using the application on the [`DatastoreExample` docs page](https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/?com/google/cloud/examples/datastore/DatastoreExample.html).
39+
- [`DatastoreExample`](../../google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/DatastoreExample.java) is a simple command line interface for the Cloud Datastore. Read more about using the application on the [`DatastoreExample` docs page](https://googlecloudplatform.github.io/google-cloud-java/google-cloud-clients/apidocs/?com/google/cloud/examples/datastore/DatastoreExample.html).
4040
- [`Bookshelf`](https://github.com/GoogleCloudPlatform/getting-started-java/tree/master/bookshelf) - An App Engine app that manages a virtual bookshelf.
4141
- This app uses `google-cloud` to interface with Cloud Datastore and Cloud Storage. It also uses Cloud SQL, another Google Cloud Platform service.
4242
- [`Flexible Environment/Datastore example`](https://github.com/GoogleCloudPlatform/java-docs-samples/tree/master/flexible/datastore) - A simple app that uses Cloud Datastore to list the last 10 IP addresses that visited your site.
@@ -164,12 +164,12 @@ if (entity != null) {
164164
```
165165

166166
The complete source code can be found at
167-
[UpdateEntity.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/UpdateEntity.java).
167+
[UpdateEntity.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/UpdateEntity.java).
168168

169169
#### Complete source code
170170

171171
In
172-
[AddEntitiesAndRunQuery.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/AddEntitiesAndRunQuery.java)
172+
[AddEntitiesAndRunQuery.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/datastore/snippets/AddEntitiesAndRunQuery.java)
173173
we put together all the code to store data and run queries into one program. The program assumes that you are
174174
running on Compute Engine or from your own desktop. To run the example on App Engine, simply move
175175
the code from the main method to your application's servlet class and change the print statements to

branches/spanner-gapic-migration/google-cloud-clients/google-cloud-dns/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-dns" % "0.49.0-alpha"
4040
Example Application
4141
-------------------
4242

43-
[`DnsExample`](../google-cloud-examples/src/main/java/com/google/cloud/examples/dns/DnsExample.java)
43+
[`DnsExample`](../../google-cloud-examples/src/main/java/com/google/cloud/examples/dns/DnsExample.java)
4444
is a simple command line interface that provides some of Google Cloud DNS's functionality. Read
4545
more about using the application on the
4646
[`DnsExample` docs page](https://googlecloudplatform.github.io/google-cloud-java/apidocs/?com/google/cloud/examples/dns/DnsExample.html).
@@ -330,11 +330,11 @@ if (result) {
330330
#### Complete Source Code
331331

332332
We composed some of the aforementioned snippets into complete executable code samples. In
333-
[CreateZone.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/dns/snippets/CreateZone.java)
334-
we create a zone. In [CreateOrUpdateRecordSets.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/dns/snippets/CreateOrUpdateRecordSets.java)
333+
[CreateZone.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/dns/snippets/CreateZone.java)
334+
we create a zone. In [CreateOrUpdateRecordSets.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/dns/snippets/CreateOrUpdateRecordSets.java)
335335
we create a type A record set for a zone, or update an existing type A record set to a new IP address. We
336-
demonstrate how to delete a zone in [DeleteZone.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/dns/snippets/DeleteZone.java).
337-
Finally, in [ManipulateZonesAndRecordSets.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/dns/snippets/ManipulateZonesAndRecordSets.java)
336+
demonstrate how to delete a zone in [DeleteZone.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/dns/snippets/DeleteZone.java).
337+
Finally, in [ManipulateZonesAndRecordSets.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/dns/snippets/ManipulateZonesAndRecordSets.java)
338338
we assemble all the code snippets together and create zone, create or update a record set, list zones, list record sets, list changes, and
339339
delete a zone. The applications assume that they are running on Compute Engine or from your own desktop. To run any of these examples on App
340340
Engine, simply move the code from the main method to your application's servlet class and change the

branches/spanner-gapic-migration/google-cloud-clients/google-cloud-language/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ for (String text : texts) {
8585

8686
#### Complete source code
8787

88-
In [AnalyzeSentiment.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/language/snippets/AnalyzeSentiment.java) we put the code shown above into a complete program.
88+
In [AnalyzeSentiment.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/language/snippets/AnalyzeSentiment.java) we put the code shown above into a complete program.
8989

9090
Troubleshooting
9191
---------------

branches/spanner-gapic-migration/google-cloud-clients/google-cloud-logging/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ libraryDependencies += "com.google.cloud" % "google-cloud-logging" % "1.31.0"
3636

3737
Example Application
3838
-------------------
39-
[`LoggingExample`](../google-cloud-examples/src/main/java/com/google/cloud/examples/logging/LoggingExample.java)
39+
[`LoggingExample`](../../google-cloud-examples/src/main/java/com/google/cloud/examples/logging/LoggingExample.java)
4040
is a simple command line interface that provides some of Stackdriver Logging's functionality. Read
4141
more about using the application on the
4242
[`LoggingExample` docs page](https://googlecloudplatform.github.io/google-cloud-java/apidocs/?com/google/cloud/examples/logging/LoggingExample.html).
@@ -175,10 +175,10 @@ com.google.cloud.examples.logging.snippets.AddLoggingHandler.handlers=com.google
175175
#### Complete source code
176176

177177
In
178-
[CreateAndListMetrics.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/logging/snippets/CreateAndListMetrics.java),
179-
[WriteAndListLogEntries.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/logging/snippets/WriteAndListLogEntries.java)
178+
[CreateAndListMetrics.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/logging/snippets/CreateAndListMetrics.java),
179+
[WriteAndListLogEntries.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/logging/snippets/WriteAndListLogEntries.java)
180180
and
181-
[AddLoggingHandler.java](../google-cloud-examples/src/main/java/com/google/cloud/examples/logging/snippets/AddLoggingHandler.java)
181+
[AddLoggingHandler.java](../../google-cloud-examples/src/main/java/com/google/cloud/examples/logging/snippets/AddLoggingHandler.java)
182182
we put together all the code shown above into three programs. The programs assume that you are
183183
running on Compute Engine or from your own desktop.
184184

0 commit comments

Comments
 (0)