public static interface Storage.CreateReadSessionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Storage.DataFormat |
getFormat()
Data output format.
|
int |
getFormatValue()
Data output format.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
ReadOptions.TableReadOptions |
getReadOptions()
Read options for this session (e.g.
|
ReadOptions.TableReadOptionsOrBuilder |
getReadOptionsOrBuilder()
Read options for this session (e.g.
|
int |
getRequestedStreams()
Initial number of streams.
|
Storage.ShardingStrategy |
getShardingStrategy()
The strategy to use for distributing data among multiple streams.
|
int |
getShardingStrategyValue()
The strategy to use for distributing data among multiple streams.
|
TableReferenceProto.TableModifiers |
getTableModifiers()
Any modifiers to the Table (e.g.
|
TableReferenceProto.TableModifiersOrBuilder |
getTableModifiersOrBuilder()
Any modifiers to the Table (e.g.
|
TableReferenceProto.TableReference |
getTableReference()
Required.
|
TableReferenceProto.TableReferenceOrBuilder |
getTableReferenceOrBuilder()
Required.
|
boolean |
hasReadOptions()
Read options for this session (e.g.
|
boolean |
hasTableModifiers()
Any modifiers to the Table (e.g.
|
boolean |
hasTableReference()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasTableReference()
Required. Reference to the table to read.
.google.cloud.bigquery.storage.v1beta1.TableReference table_reference = 1 [(.google.api.field_behavior) = REQUIRED];
TableReferenceProto.TableReference getTableReference()
Required. Reference to the table to read.
.google.cloud.bigquery.storage.v1beta1.TableReference table_reference = 1 [(.google.api.field_behavior) = REQUIRED];
TableReferenceProto.TableReferenceOrBuilder getTableReferenceOrBuilder()
Required. Reference to the table to read.
.google.cloud.bigquery.storage.v1beta1.TableReference table_reference = 1 [(.google.api.field_behavior) = REQUIRED];
String getParent()
Required. String of the form `projects/{project_id}` indicating the
project this ReadSession is associated with. This is the project that will
be billed for usage.
string parent = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. String of the form `projects/{project_id}` indicating the
project this ReadSession is associated with. This is the project that will
be billed for usage.
string parent = 6 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasTableModifiers()
Any modifiers to the Table (e.g. snapshot timestamp).
.google.cloud.bigquery.storage.v1beta1.TableModifiers table_modifiers = 2;TableReferenceProto.TableModifiers getTableModifiers()
Any modifiers to the Table (e.g. snapshot timestamp).
.google.cloud.bigquery.storage.v1beta1.TableModifiers table_modifiers = 2;TableReferenceProto.TableModifiersOrBuilder getTableModifiersOrBuilder()
Any modifiers to the Table (e.g. snapshot timestamp).
.google.cloud.bigquery.storage.v1beta1.TableModifiers table_modifiers = 2;int getRequestedStreams()
Initial number of streams. If unset or 0, we will provide a value of streams so as to produce reasonable throughput. Must be non-negative. The number of streams may be lower than the requested number, depending on the amount parallelism that is reasonable for the table and the maximum amount of parallelism allowed by the system. Streams must be read starting from offset 0.
int32 requested_streams = 3;boolean hasReadOptions()
Read options for this session (e.g. column selection, filters).
.google.cloud.bigquery.storage.v1beta1.TableReadOptions read_options = 4;ReadOptions.TableReadOptions getReadOptions()
Read options for this session (e.g. column selection, filters).
.google.cloud.bigquery.storage.v1beta1.TableReadOptions read_options = 4;ReadOptions.TableReadOptionsOrBuilder getReadOptionsOrBuilder()
Read options for this session (e.g. column selection, filters).
.google.cloud.bigquery.storage.v1beta1.TableReadOptions read_options = 4;int getFormatValue()
Data output format. Currently default to Avro.
.google.cloud.bigquery.storage.v1beta1.DataFormat format = 5;Storage.DataFormat getFormat()
Data output format. Currently default to Avro.
.google.cloud.bigquery.storage.v1beta1.DataFormat format = 5;int getShardingStrategyValue()
The strategy to use for distributing data among multiple streams. Currently defaults to liquid sharding.
.google.cloud.bigquery.storage.v1beta1.ShardingStrategy sharding_strategy = 7;Storage.ShardingStrategy getShardingStrategy()
The strategy to use for distributing data among multiple streams. Currently defaults to liquid sharding.
.google.cloud.bigquery.storage.v1beta1.ShardingStrategy sharding_strategy = 7;Copyright © 2021 Google LLC. All rights reserved.