Skip to content

Commit 99aee05

Browse files
Regenerate bigquerystorage client
1 parent e53621b commit 99aee05

15 files changed

Lines changed: 6316 additions & 3960 deletions

File tree

google-api-grpc/grpc-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/BigQueryStorageGrpc.java

Lines changed: 480 additions & 251 deletions
Large diffs are not rendered by default.

google-api-grpc/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/AvroProto.java

Lines changed: 391 additions & 307 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-api-grpc/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/ReadOptions.java

Lines changed: 292 additions & 220 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-api-grpc/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/Storage.java

Lines changed: 4488 additions & 2677 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-api-grpc/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/TableReferenceProto.java

Lines changed: 613 additions & 442 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-cloud-clients/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/BaseBigQueryStorageClient.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
* methods:
6666
*
6767
* <ol>
68-
* <li> A "flattened" method. With this type of method, the fields of the request type have been
68+
* <li>A "flattened" method. With this type of method, the fields of the request type have been
6969
* converted into function parameters. It may be the case that not all fields are available as
7070
* parameters, and not every API method will have a flattened method entry point.
71-
* <li> A "request object" method. This type of method only takes one parameter, a request object,
71+
* <li>A "request object" method. This type of method only takes one parameter, a request object,
7272
* which must be constructed before the call. Not every API method will have a request object
7373
* method.
74-
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
74+
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
7575
* callable object, which can be used to initiate calls to the service.
7676
* </ol>
7777
*

google-cloud-clients/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/BigQueryStorageClient.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,13 +62,13 @@
6262
* methods:
6363
*
6464
* <ol>
65-
* <li> A "flattened" method. With this type of method, the fields of the request type have been
65+
* <li>A "flattened" method. With this type of method, the fields of the request type have been
6666
* converted into function parameters. It may be the case that not all fields are available as
6767
* parameters, and not every API method will have a flattened method entry point.
68-
* <li> A "request object" method. This type of method only takes one parameter, a request object,
68+
* <li>A "request object" method. This type of method only takes one parameter, a request object,
6969
* which must be constructed before the call. Not every API method will have a request object
7070
* method.
71-
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
71+
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
7272
* callable object, which can be used to initiate calls to the service.
7373
* </ol>
7474
*
@@ -382,8 +382,8 @@ public final BatchCreateReadSessionStreamsResponse batchCreateReadSessionStreams
382382
* </code></pre>
383383
*/
384384
public final UnaryCallable<
385-
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
386-
batchCreateReadSessionStreamsCallable() {
385+
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
386+
batchCreateReadSessionStreamsCallable() {
387387
return stub.batchCreateReadSessionStreamsCallable();
388388
}
389389

@@ -577,7 +577,7 @@ public final SplitReadStreamResponse splitReadStream(SplitReadStreamRequest requ
577577
* </code></pre>
578578
*/
579579
public final UnaryCallable<SplitReadStreamRequest, SplitReadStreamResponse>
580-
splitReadStreamCallable() {
580+
splitReadStreamCallable() {
581581
return stub.splitReadStreamCallable();
582582
}
583583

google-cloud-clients/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/BigQueryStorageSettings.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ public ServerStreamingCallSettings<ReadRowsRequest, ReadRowsResponse> readRowsSe
8080

8181
/** Returns the object with the settings used for calls to batchCreateReadSessionStreams. */
8282
public UnaryCallSettings<
83-
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
84-
batchCreateReadSessionStreamsSettings() {
83+
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
84+
batchCreateReadSessionStreamsSettings() {
8585
return getTypedStubSettings().batchCreateReadSessionStreamsSettings();
8686
}
8787

@@ -92,7 +92,7 @@ public UnaryCallSettings<FinalizeStreamRequest, Empty> finalizeStreamSettings()
9292

9393
/** Returns the object with the settings used for calls to splitReadStream. */
9494
public UnaryCallSettings<SplitReadStreamRequest, SplitReadStreamResponse>
95-
splitReadStreamSettings() {
95+
splitReadStreamSettings() {
9696
return getTypedStubSettings().splitReadStreamSettings();
9797
}
9898

@@ -199,20 +199,20 @@ public Builder applyToAllUnaryMethods(
199199

200200
/** Returns the builder for the settings used for calls to createReadSession. */
201201
public UnaryCallSettings.Builder<CreateReadSessionRequest, ReadSession>
202-
createReadSessionSettings() {
202+
createReadSessionSettings() {
203203
return getStubSettingsBuilder().createReadSessionSettings();
204204
}
205205

206206
/** Returns the builder for the settings used for calls to readRows. */
207207
public ServerStreamingCallSettings.Builder<ReadRowsRequest, ReadRowsResponse>
208-
readRowsSettings() {
208+
readRowsSettings() {
209209
return getStubSettingsBuilder().readRowsSettings();
210210
}
211211

212212
/** Returns the builder for the settings used for calls to batchCreateReadSessionStreams. */
213213
public UnaryCallSettings.Builder<
214-
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
215-
batchCreateReadSessionStreamsSettings() {
214+
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
215+
batchCreateReadSessionStreamsSettings() {
216216
return getStubSettingsBuilder().batchCreateReadSessionStreamsSettings();
217217
}
218218

@@ -223,7 +223,7 @@ public UnaryCallSettings.Builder<FinalizeStreamRequest, Empty> finalizeStreamSet
223223

224224
/** Returns the builder for the settings used for calls to splitReadStream. */
225225
public UnaryCallSettings.Builder<SplitReadStreamRequest, SplitReadStreamResponse>
226-
splitReadStreamSettings() {
226+
splitReadStreamSettings() {
227227
return getStubSettingsBuilder().splitReadStreamSettings();
228228
}
229229

google-cloud-clients/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/stub/EnhancedBigQueryStorageStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public ServerStreamingCallable<ReadRowsRequest, ReadRowsResponse> readRowsCallab
105105
}
106106

107107
public UnaryCallable<BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
108-
batchCreateReadSessionStreamsCallable() {
108+
batchCreateReadSessionStreamsCallable() {
109109
return stub.batchCreateReadSessionStreamsCallable();
110110
}
111111

google-cloud-clients/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/stub/EnhancedBigQueryStorageStubSettings.java

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545
/**
4646
* Settings class to configure an instance of {@link EnhancedBigQueryStorageStub}.
4747
*
48-
* <p>The default instance dynamically reads and applies the default values used by
49-
* {@link BigQueryStorageStub}.
48+
* <p>The default instance dynamically reads and applies the default values used by {@link
49+
* BigQueryStorageStub}.
5050
*
5151
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
5252
* build() is called, the tree of builders is called to create the complete settings object. For
@@ -71,7 +71,7 @@ public class EnhancedBigQueryStorageStubSettings
7171
private final UnaryCallSettings<CreateReadSessionRequest, ReadSession> createReadSessionSettings;
7272
private final ServerStreamingCallSettings<ReadRowsRequest, ReadRowsResponse> readRowsSettings;
7373
private final UnaryCallSettings<
74-
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
74+
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
7575
batchCreateReadSessionStreamsSettings;
7676
private final UnaryCallSettings<FinalizeStreamRequest, Empty> finalizeStreamSettings;
7777
private final UnaryCallSettings<SplitReadStreamRequest, SplitReadStreamResponse>
@@ -89,8 +89,8 @@ public ServerStreamingCallSettings<ReadRowsRequest, ReadRowsResponse> readRowsSe
8989

9090
/** Returns the object with the settings used for calls to batchCreateReadSessionStreams. */
9191
public UnaryCallSettings<
92-
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
93-
batchCreateReadSessionStreamsSettings() {
92+
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
93+
batchCreateReadSessionStreamsSettings() {
9494
return batchCreateReadSessionStreamsSettings;
9595
}
9696

@@ -101,7 +101,7 @@ public UnaryCallSettings<FinalizeStreamRequest, Empty> finalizeStreamSettings()
101101

102102
/** Returns the object with the settings used for calls to splitReadStream. */
103103
public UnaryCallSettings<SplitReadStreamRequest, SplitReadStreamResponse>
104-
splitReadStreamSettings() {
104+
splitReadStreamSettings() {
105105
return splitReadStreamSettings;
106106
}
107107

@@ -127,8 +127,7 @@ public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilde
127127

128128
/** Returns a builder for the default ChannelProvider for this service. */
129129
public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder() {
130-
return BigQueryStorageStubSettings
131-
.defaultGrpcTransportProviderBuilder()
130+
return BigQueryStorageStubSettings.defaultGrpcTransportProviderBuilder()
132131
.setChannelsPerCpu(2.0)
133132
.setMaxInboundMessageSize(MAX_INBOUND_MESSAGE_SIZE);
134133
}
@@ -190,7 +189,7 @@ public static class Builder
190189
private final ServerStreamingCallSettings.Builder<ReadRowsRequest, ReadRowsResponse>
191190
readRowsSettings;
192191
private final UnaryCallSettings.Builder<
193-
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
192+
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
194193
batchCreateReadSessionStreamsSettings;
195194
private final UnaryCallSettings.Builder<FinalizeStreamRequest, Empty> finalizeStreamSettings;
196195
private final UnaryCallSettings.Builder<SplitReadStreamRequest, SplitReadStreamResponse>
@@ -219,7 +218,8 @@ protected Builder(ClientContext clientContext) {
219218

220219
// Per-method settings using override values for defaults.
221220
readRowsSettings =
222-
baseDefaults.readRowsSettings()
221+
baseDefaults
222+
.readRowsSettings()
223223
.setRetrySettings(READ_ROWS_RETRY_SETTINGS)
224224
.setResumptionStrategy(new ReadRowsResumptionStrategy());
225225

@@ -267,20 +267,20 @@ public Builder applyToAllUnaryMethods(
267267

268268
/** Returns the builder for the settings used for calls to createReadSession. */
269269
public UnaryCallSettings.Builder<CreateReadSessionRequest, ReadSession>
270-
createReadSessionSettings() {
270+
createReadSessionSettings() {
271271
return createReadSessionSettings;
272272
}
273273

274274
/** Returns the builder for the settings used for calls to readRows. */
275275
public ServerStreamingCallSettings.Builder<ReadRowsRequest, ReadRowsResponse>
276-
readRowsSettings() {
276+
readRowsSettings() {
277277
return readRowsSettings;
278278
}
279279

280280
/** Returns the builder for the settings used for calls to batchCreateReadSessionStreams. */
281281
public UnaryCallSettings.Builder<
282-
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
283-
batchCreateReadSessionStreamsSettings() {
282+
BatchCreateReadSessionStreamsRequest, BatchCreateReadSessionStreamsResponse>
283+
batchCreateReadSessionStreamsSettings() {
284284
return batchCreateReadSessionStreamsSettings;
285285
}
286286

@@ -291,7 +291,7 @@ public UnaryCallSettings.Builder<FinalizeStreamRequest, Empty> finalizeStreamSet
291291

292292
/** Returns the builder for the settings used for calls to splitReadStream. */
293293
public UnaryCallSettings.Builder<SplitReadStreamRequest, SplitReadStreamResponse>
294-
splitReadStreamSettings() {
294+
splitReadStreamSettings() {
295295
return splitReadStreamSettings;
296296
}
297297

0 commit comments

Comments
 (0)