Skip to content

Commit

Permalink
Regenerate spanner client
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Jan 12, 2019
1 parent 2aa9d80 commit 563dc6c
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@
* </pre>
*/
@Generated("by gapic-generator")
@BetaApi
public class SpannerClient implements BackgroundResource {
private final SpannerSettings settings;
private final SpannerStub stub;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@
* </pre>
*/
@Generated("by gapic-generator")
@BetaApi
public class SpannerSettings extends ClientSettings<SpannerSettings> {
/** Returns the object with the settings used for calls to createSession. */
public UnaryCallSettings<CreateSessionRequest, Session> createSessionSettings() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
* </pre>
*/
@Generated("by gapic-generator")
@BetaApi
public class SpannerStubSettings extends StubSettings<SpannerStubSettings> {
/** The default scopes of the service. */
private static final ImmutableList<String> DEFAULT_SERVICE_SCOPES =
Expand Down
49 changes: 37 additions & 12 deletions google-cloud-clients/google-cloud-spanner/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,27 +1,52 @@
{
"updateTime": "2019-01-12T08:49:01.135927Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.16.5",
"dockerImage": "googleapis/artman@sha256:5a96c2c5c6f9570cc9556b63dc9ce1838777fd9166b5b64e43ad8e0ecee2fe2c"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "5a57f0c13a358b2b15452bf2d67453774a5f6d4f",
"internalRef": "221837528"
"sha": "2156b3490f9fe4d79bcb34754a3aaed7ea52114d",
"internalRef": "228970571"
}
}
],
"destinations": [
{
"client": {
"source": "googleapis",
"apiName": "spanner",
"apiVersion": "v1",
"language": "java",
"generator": "gapic",
"config": "google/spanner/artman_spanner.yaml"
}
},
{
"git": {
"name": "googleapis-private",
"remote": "https://github.com/googleapis/googleapis-private.git",
"sha": "6aa8e1a447bb8d0367150356a28cb4d3f2332641",
"internalRef": "221340946"
"client": {
"source": "googleapis",
"apiName": "spanner",
"apiVersion": "v1",
"language": "java",
"generator": "gapic",
"config": "google/spanner/admin/database/artman_spanner_admin_database.yaml"
}
},
{
"generator": {
"name": "artman",
"version": "0.16.0",
"dockerImage": "googleapis/artman@sha256:90f9d15e9bad675aeecd586725bce48f5667ffe7d5fc4d1e96d51ff34304815b"
"client": {
"source": "googleapis",
"apiName": "spanner",
"apiVersion": "v1",
"language": "java",
"generator": "gapic",
"config": "google/spanner/admin/instance/artman_spanner_admin_instance.yaml"
}
}
]
}
}

0 comments on commit 563dc6c

Please sign in to comment.