public static interface Storage.BatchCreateReadSessionStreamsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getRequestedStreams()
Required.
|
Storage.ReadSession |
getSession()
Required.
|
Storage.ReadSessionOrBuilder |
getSessionOrBuilder()
Required.
|
boolean |
hasSession()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSession()
Required. Must be a non-expired session obtained from a call to CreateReadSession. Only the name field needs to be set.
.google.cloud.bigquery.storage.v1beta1.ReadSession session = 1 [(.google.api.field_behavior) = REQUIRED];
Storage.ReadSession getSession()
Required. Must be a non-expired session obtained from a call to CreateReadSession. Only the name field needs to be set.
.google.cloud.bigquery.storage.v1beta1.ReadSession session = 1 [(.google.api.field_behavior) = REQUIRED];
Storage.ReadSessionOrBuilder getSessionOrBuilder()
Required. Must be a non-expired session obtained from a call to CreateReadSession. Only the name field needs to be set.
.google.cloud.bigquery.storage.v1beta1.ReadSession session = 1 [(.google.api.field_behavior) = REQUIRED];
int getRequestedStreams()
Required. Number of new streams requested. Must be positive. Number of added streams may be less than this, see CreateReadSessionRequest for more information.
int32 requested_streams = 2 [(.google.api.field_behavior) = REQUIRED];Copyright © 2023 Google LLC. All rights reserved.