Skip to content

Commit 3181e89

Browse files
yoshi-automationkolea2
authored andcommitted
Regenerate spanner client (#6068)
1 parent 93bd41c commit 3181e89

10 files changed

Lines changed: 38 additions & 20 deletions

File tree

google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/DatabaseAdminSettings.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@
6565
* </ul>
6666
*
6767
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
68-
* build() is called, the tree of builders is called to create the complete settings object. For
69-
* example, to set the total timeout of getDatabase to 30 seconds:
68+
* build() is called, the tree of builders is called to create the complete settings object.
69+
*
70+
* <p>For example, to set the total timeout of getDatabase to 30 seconds:
7071
*
7172
* <pre>
7273
* <code>

google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/package-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@
3737
* </code>
3838
* </pre>
3939
*/
40+
@Generated("by gapic-generator")
4041
package com.google.cloud.spanner.admin.database.v1;
42+
43+
import javax.annotation.Generated;

google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/database/v1/stub/DatabaseAdminStubSettings.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@
8383
* </ul>
8484
*
8585
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
86-
* build() is called, the tree of builders is called to create the complete settings object. For
87-
* example, to set the total timeout of getDatabase to 30 seconds:
86+
* build() is called, the tree of builders is called to create the complete settings object.
87+
*
88+
* <p>For example, to set the total timeout of getDatabase to 30 seconds:
8889
*
8990
* <pre>
9091
* <code>
@@ -219,7 +220,8 @@ public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilde
219220

220221
/** Returns a builder for the default ChannelProvider for this service. */
221222
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder() {
222-
return InstantiatingGrpcChannelProvider.newBuilder();
223+
return InstantiatingGrpcChannelProvider.newBuilder()
224+
.setMaxInboundMessageSize(Integer.MAX_VALUE);
223225
}
224226

225227
public static TransportChannelProvider defaultTransportChannelProvider() {

google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/instance/v1/InstanceAdminSettings.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@
6868
* </ul>
6969
*
7070
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
71-
* build() is called, the tree of builders is called to create the complete settings object. For
72-
* example, to set the total timeout of getInstanceConfig to 30 seconds:
71+
* build() is called, the tree of builders is called to create the complete settings object.
72+
*
73+
* <p>For example, to set the total timeout of getInstanceConfig to 30 seconds:
7374
*
7475
* <pre>
7576
* <code>

google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/instance/v1/package-info.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,7 @@
5050
* </code>
5151
* </pre>
5252
*/
53+
@Generated("by gapic-generator")
5354
package com.google.cloud.spanner.admin.instance.v1;
55+
56+
import javax.annotation.Generated;

google-cloud-clients/google-cloud-spanner/src/main/java/com/google/cloud/spanner/admin/instance/v1/stub/InstanceAdminStubSettings.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@
8686
* </ul>
8787
*
8888
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
89-
* build() is called, the tree of builders is called to create the complete settings object. For
90-
* example, to set the total timeout of getInstanceConfig to 30 seconds:
89+
* build() is called, the tree of builders is called to create the complete settings object.
90+
*
91+
* <p>For example, to set the total timeout of getInstanceConfig to 30 seconds:
9192
*
9293
* <pre>
9394
* <code>
@@ -232,7 +233,8 @@ public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilde
232233

233234
/** Returns a builder for the default ChannelProvider for this service. */
234235
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder() {
235-
return InstantiatingGrpcChannelProvider.newBuilder();
236+
return InstantiatingGrpcChannelProvider.newBuilder()
237+
.setMaxInboundMessageSize(Integer.MAX_VALUE);
236238
}
237239

238240
public static TransportChannelProvider defaultTransportChannelProvider() {

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@
6868
* </ul>
6969
*
7070
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
71-
* build() is called, the tree of builders is called to create the complete settings object. For
72-
* example, to set the total timeout of createSession to 30 seconds:
71+
* build() is called, the tree of builders is called to create the complete settings object.
72+
*
73+
* <p>For example, to set the total timeout of createSession to 30 seconds:
7374
*
7475
* <pre>
7576
* <code>

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,7 @@
3737
* </code>
3838
* </pre>
3939
*/
40+
@Generated("by gapic-generator")
4041
package com.google.cloud.spanner.v1;
42+
43+
import javax.annotation.Generated;

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,9 @@
8383
* </ul>
8484
*
8585
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
86-
* build() is called, the tree of builders is called to create the complete settings object. For
87-
* example, to set the total timeout of createSession to 30 seconds:
86+
* build() is called, the tree of builders is called to create the complete settings object.
87+
*
88+
* <p>For example, to set the total timeout of createSession to 30 seconds:
8889
*
8990
* <pre>
9091
* <code>
@@ -231,7 +232,8 @@ public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilde
231232

232233
/** Returns a builder for the default ChannelProvider for this service. */
233234
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder() {
234-
return InstantiatingGrpcChannelProvider.newBuilder();
235+
return InstantiatingGrpcChannelProvider.newBuilder()
236+
.setMaxInboundMessageSize(Integer.MAX_VALUE);
235237
}
236238

237239
public static TransportChannelProvider defaultTransportChannelProvider() {

google-cloud-clients/google-cloud-spanner/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-07-19T07:57:14.434325Z",
2+
"updateTime": "2019-08-13T07:56:28.091034Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.30.1",
8-
"dockerImage": "googleapis/artman@sha256:f1a2e851e5e012c59e1da4125480bb19878f86a4e7fac4f375f2e819956b5aa3"
7+
"version": "0.33.0",
8+
"dockerImage": "googleapis/artman@sha256:c6231efb525569736226b1f7af7565dbc84248efafb3692a5bb1d2d8a7975d53"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "f78612e8d008b9678252da84c035da12e92c0093",
16-
"internalRef": "258869625"
15+
"sha": "db02bc9c107268372f256dd72ebeecfa20c06007",
16+
"internalRef": "263073419"
1717
}
1818
}
1919
],

0 commit comments

Comments
 (0)