You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-api-grpc/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/Storage.java
Copy file name to clipboardExpand all lines: google-api-grpc/proto-google-cloud-bigquerystorage-v1beta1/src/main/java/com/google/cloud/bigquery/storage/v1beta1/TableReferenceProto.java
Copy file name to clipboardExpand all lines: google-api-grpc/proto-google-cloud-bigquerystorage-v1beta1/src/main/proto/google/cloud/bigquery/storage/v1beta1/storage.proto
Copy file name to clipboardExpand all lines: google-api-grpc/proto-google-cloud-bigquerystorage-v1beta1/src/main/proto/google/cloud/bigquery/storage/v1beta1/table_reference.proto
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/BaseBigQueryStorageClient.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -189,10 +189,10 @@ public BigQueryStorageStub getStub() {
189
189
* @param tableReference Required. Reference to the table to read.
190
190
* @param parent Required. String of the form `projects/{project_id}` indicating the project this
191
191
* ReadSession is associated with. This is the project that will be billed for usage.
192
-
* @param requestedStreams Optional. Initial number of streams. If unset or 0, we will provide a
193
-
* value of streams so as to produce reasonable throughput. Must be non-negative. The number
194
-
* of streams may be lower than the requested number, depending on the amount parallelism that
195
-
* is reasonable for the table and the maximum amount of parallelism allowed by the system.
192
+
* @param requestedStreams Initial number of streams. If unset or 0, we will provide a value of
193
+
* streams so as to produce reasonable throughput. Must be non-negative. The number of streams
194
+
* may be lower than the requested number, depending on the amount parallelism that is
195
+
* reasonable for the table and the maximum amount of parallelism allowed by the system.
196
196
* <p>Streams must be read starting from offset 0.
197
197
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
Copy file name to clipboardExpand all lines: google-cloud-clients/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1beta1/stub/BigQueryStorageStubSettings.java
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -85,6 +85,7 @@ public class BigQueryStorageStubSettings extends StubSettings<BigQueryStorageStu
0 commit comments