public static interface Storage.ReadSessionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ArrowProto.ArrowSchema |
getArrowSchema()
Arrow schema.
|
ArrowProto.ArrowSchemaOrBuilder |
getArrowSchemaOrBuilder()
Arrow schema.
|
AvroProto.AvroSchema |
getAvroSchema()
Avro schema.
|
AvroProto.AvroSchemaOrBuilder |
getAvroSchemaOrBuilder()
Avro schema.
|
com.google.protobuf.Timestamp |
getExpireTime()
Time at which the session becomes invalid.
|
com.google.protobuf.TimestampOrBuilder |
getExpireTimeOrBuilder()
Time at which the session becomes invalid.
|
String |
getName()
Unique identifier for the session, in the form
`projects/{project_id}/locations/{location}/sessions/{session_id}`.
|
com.google.protobuf.ByteString |
getNameBytes()
Unique identifier for the session, in the form
`projects/{project_id}/locations/{location}/sessions/{session_id}`.
|
Storage.ReadSession.SchemaCase |
getSchemaCase() |
Storage.ShardingStrategy |
getShardingStrategy()
The strategy to use for distributing data among the streams.
|
int |
getShardingStrategyValue()
The strategy to use for distributing data among the streams.
|
Storage.Stream |
getStreams(int index)
Streams associated with this session.
|
int |
getStreamsCount()
Streams associated with this session.
|
List<Storage.Stream> |
getStreamsList()
Streams associated with this session.
|
Storage.StreamOrBuilder |
getStreamsOrBuilder(int index)
Streams associated with this session.
|
List<? extends Storage.StreamOrBuilder> |
getStreamsOrBuilderList()
Streams associated with this session.
|
TableReferenceProto.TableModifiers |
getTableModifiers()
Any modifiers which are applied when reading from the specified table.
|
TableReferenceProto.TableModifiersOrBuilder |
getTableModifiersOrBuilder()
Any modifiers which are applied when reading from the specified table.
|
TableReferenceProto.TableReference |
getTableReference()
Table that this ReadSession is reading from.
|
TableReferenceProto.TableReferenceOrBuilder |
getTableReferenceOrBuilder()
Table that this ReadSession is reading from.
|
boolean |
hasArrowSchema()
Arrow schema.
|
boolean |
hasAvroSchema()
Avro schema.
|
boolean |
hasExpireTime()
Time at which the session becomes invalid.
|
boolean |
hasTableModifiers()
Any modifiers which are applied when reading from the specified table.
|
boolean |
hasTableReference()
Table that this ReadSession is reading from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Unique identifier for the session, in the form
`projects/{project_id}/locations/{location}/sessions/{session_id}`.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Unique identifier for the session, in the form
`projects/{project_id}/locations/{location}/sessions/{session_id}`.
string name = 1;boolean hasExpireTime()
Time at which the session becomes invalid. After this time, subsequent requests to read this Session will return errors.
.google.protobuf.Timestamp expire_time = 2;com.google.protobuf.Timestamp getExpireTime()
Time at which the session becomes invalid. After this time, subsequent requests to read this Session will return errors.
.google.protobuf.Timestamp expire_time = 2;com.google.protobuf.TimestampOrBuilder getExpireTimeOrBuilder()
Time at which the session becomes invalid. After this time, subsequent requests to read this Session will return errors.
.google.protobuf.Timestamp expire_time = 2;boolean hasAvroSchema()
Avro schema.
.google.cloud.bigquery.storage.v1beta1.AvroSchema avro_schema = 5;AvroProto.AvroSchema getAvroSchema()
Avro schema.
.google.cloud.bigquery.storage.v1beta1.AvroSchema avro_schema = 5;AvroProto.AvroSchemaOrBuilder getAvroSchemaOrBuilder()
Avro schema.
.google.cloud.bigquery.storage.v1beta1.AvroSchema avro_schema = 5;boolean hasArrowSchema()
Arrow schema.
.google.cloud.bigquery.storage.v1beta1.ArrowSchema arrow_schema = 6;ArrowProto.ArrowSchema getArrowSchema()
Arrow schema.
.google.cloud.bigquery.storage.v1beta1.ArrowSchema arrow_schema = 6;ArrowProto.ArrowSchemaOrBuilder getArrowSchemaOrBuilder()
Arrow schema.
.google.cloud.bigquery.storage.v1beta1.ArrowSchema arrow_schema = 6;List<Storage.Stream> getStreamsList()
Streams associated with this session.
repeated .google.cloud.bigquery.storage.v1beta1.Stream streams = 4;Storage.Stream getStreams(int index)
Streams associated with this session.
repeated .google.cloud.bigquery.storage.v1beta1.Stream streams = 4;int getStreamsCount()
Streams associated with this session.
repeated .google.cloud.bigquery.storage.v1beta1.Stream streams = 4;List<? extends Storage.StreamOrBuilder> getStreamsOrBuilderList()
Streams associated with this session.
repeated .google.cloud.bigquery.storage.v1beta1.Stream streams = 4;Storage.StreamOrBuilder getStreamsOrBuilder(int index)
Streams associated with this session.
repeated .google.cloud.bigquery.storage.v1beta1.Stream streams = 4;boolean hasTableReference()
Table that this ReadSession is reading from.
.google.cloud.bigquery.storage.v1beta1.TableReference table_reference = 7;TableReferenceProto.TableReference getTableReference()
Table that this ReadSession is reading from.
.google.cloud.bigquery.storage.v1beta1.TableReference table_reference = 7;TableReferenceProto.TableReferenceOrBuilder getTableReferenceOrBuilder()
Table that this ReadSession is reading from.
.google.cloud.bigquery.storage.v1beta1.TableReference table_reference = 7;boolean hasTableModifiers()
Any modifiers which are applied when reading from the specified table.
.google.cloud.bigquery.storage.v1beta1.TableModifiers table_modifiers = 8;TableReferenceProto.TableModifiers getTableModifiers()
Any modifiers which are applied when reading from the specified table.
.google.cloud.bigquery.storage.v1beta1.TableModifiers table_modifiers = 8;TableReferenceProto.TableModifiersOrBuilder getTableModifiersOrBuilder()
Any modifiers which are applied when reading from the specified table.
.google.cloud.bigquery.storage.v1beta1.TableModifiers table_modifiers = 8;int getShardingStrategyValue()
The strategy to use for distributing data among the streams.
.google.cloud.bigquery.storage.v1beta1.ShardingStrategy sharding_strategy = 9;Storage.ShardingStrategy getShardingStrategy()
The strategy to use for distributing data among the streams.
.google.cloud.bigquery.storage.v1beta1.ShardingStrategy sharding_strategy = 9;Storage.ReadSession.SchemaCase getSchemaCase()
Copyright © 2022 Google LLC. All rights reserved.