Skip to content

Commit 563dc6c

Browse files
Regenerate spanner client
1 parent 2aa9d80 commit 563dc6c

4 files changed

Lines changed: 37 additions & 15 deletions

File tree

google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/v1/SpannerClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
* </pre>
128128
*/
129129
@Generated("by gapic-generator")
130-
@BetaApi
131130
public class SpannerClient implements BackgroundResource {
132131
private final SpannerSettings settings;
133132
private final SpannerStub stub;

google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/v1/SpannerSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@
8080
* </pre>
8181
*/
8282
@Generated("by gapic-generator")
83-
@BetaApi
8483
public class SpannerSettings extends ClientSettings<SpannerSettings> {
8584
/** Returns the object with the settings used for calls to createSession. */
8685
public UnaryCallSettings<CreateSessionRequest, Session> createSessionSettings() {

google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/v1/stub/SpannerStubSettings.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@
9595
* </pre>
9696
*/
9797
@Generated("by gapic-generator")
98-
@BetaApi
9998
public class SpannerStubSettings extends StubSettings<SpannerStubSettings> {
10099
/** The default scopes of the service. */
101100
private static final ImmutableList<String> DEFAULT_SERVICE_SCOPES =
Lines changed: 37 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,52 @@
11
{
2+
"updateTime": "2019-01-12T08:49:01.135927Z",
23
"sources": [
4+
{
5+
"generator": {
6+
"name": "artman",
7+
"version": "0.16.5",
8+
"dockerImage": "googleapis/artman@sha256:5a96c2c5c6f9570cc9556b63dc9ce1838777fd9166b5b64e43ad8e0ecee2fe2c"
9+
}
10+
},
311
{
412
"git": {
513
"name": "googleapis",
614
"remote": "https://github.com/googleapis/googleapis.git",
7-
"sha": "5a57f0c13a358b2b15452bf2d67453774a5f6d4f",
8-
"internalRef": "221837528"
15+
"sha": "2156b3490f9fe4d79bcb34754a3aaed7ea52114d",
16+
"internalRef": "228970571"
17+
}
18+
}
19+
],
20+
"destinations": [
21+
{
22+
"client": {
23+
"source": "googleapis",
24+
"apiName": "spanner",
25+
"apiVersion": "v1",
26+
"language": "java",
27+
"generator": "gapic",
28+
"config": "google/spanner/artman_spanner.yaml"
929
}
1030
},
1131
{
12-
"git": {
13-
"name": "googleapis-private",
14-
"remote": "https://github.com/googleapis/googleapis-private.git",
15-
"sha": "6aa8e1a447bb8d0367150356a28cb4d3f2332641",
16-
"internalRef": "221340946"
32+
"client": {
33+
"source": "googleapis",
34+
"apiName": "spanner",
35+
"apiVersion": "v1",
36+
"language": "java",
37+
"generator": "gapic",
38+
"config": "google/spanner/admin/database/artman_spanner_admin_database.yaml"
1739
}
1840
},
1941
{
20-
"generator": {
21-
"name": "artman",
22-
"version": "0.16.0",
23-
"dockerImage": "googleapis/artman@sha256:90f9d15e9bad675aeecd586725bce48f5667ffe7d5fc4d1e96d51ff34304815b"
42+
"client": {
43+
"source": "googleapis",
44+
"apiName": "spanner",
45+
"apiVersion": "v1",
46+
"language": "java",
47+
"generator": "gapic",
48+
"config": "google/spanner/admin/instance/artman_spanner_admin_instance.yaml"
2449
}
2550
}
2651
]
27-
}
52+
}

0 commit comments

Comments
 (0)