Class Storage.CreateReadSessionRequest
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- com.google.cloud.bigquery.storage.v1beta1.Storage.CreateReadSessionRequest
-
- All Implemented Interfaces:
Storage.CreateReadSessionRequestOrBuilder
,com.google.protobuf.Message
,com.google.protobuf.MessageLite
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Serializable
- Enclosing class:
- Storage
public static final class Storage.CreateReadSessionRequest extends com.google.protobuf.GeneratedMessageV3 implements Storage.CreateReadSessionRequestOrBuilder
Creates a new read session, which may include additional options such as requested parallelism, projection filters and constraints.
Protobuf typegoogle.cloud.bigquery.storage.v1beta1.CreateReadSessionRequest
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Storage.CreateReadSessionRequest.Builder
Creates a new read session, which may include additional options such as requested parallelism, projection filters and constraints.-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter
-
-
Field Summary
Fields Modifier and Type Field Description static int
FORMAT_FIELD_NUMBER
static int
PARENT_FIELD_NUMBER
static int
READ_OPTIONS_FIELD_NUMBER
static int
REQUESTED_STREAMS_FIELD_NUMBER
static int
SHARDING_STRATEGY_FIELD_NUMBER
static int
TABLE_MODIFIERS_FIELD_NUMBER
static int
TABLE_REFERENCE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
static Storage.CreateReadSessionRequest
getDefaultInstance()
Storage.CreateReadSessionRequest
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
Storage.DataFormat
getFormat()
Data output format.int
getFormatValue()
Data output format.String
getParent()
Required.com.google.protobuf.ByteString
getParentBytes()
Required.com.google.protobuf.Parser<Storage.CreateReadSessionRequest>
getParserForType()
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.int
getSerializedSize()
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.int
hashCode()
boolean
hasReadOptions()
Read options for this session (e.g.boolean
hasTableModifiers()
Any modifiers to the Table (e.g.boolean
hasTableReference()
Required.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
static Storage.CreateReadSessionRequest.Builder
newBuilder()
static Storage.CreateReadSessionRequest.Builder
newBuilder(Storage.CreateReadSessionRequest prototype)
Storage.CreateReadSessionRequest.Builder
newBuilderForType()
protected Storage.CreateReadSessionRequest.Builder
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
protected Object
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
static Storage.CreateReadSessionRequest
parseDelimitedFrom(InputStream input)
static Storage.CreateReadSessionRequest
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.CreateReadSessionRequest
parseFrom(byte[] data)
static Storage.CreateReadSessionRequest
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.CreateReadSessionRequest
parseFrom(com.google.protobuf.ByteString data)
static Storage.CreateReadSessionRequest
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.CreateReadSessionRequest
parseFrom(com.google.protobuf.CodedInputStream input)
static Storage.CreateReadSessionRequest
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.CreateReadSessionRequest
parseFrom(InputStream input)
static Storage.CreateReadSessionRequest
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Storage.CreateReadSessionRequest
parseFrom(ByteBuffer data)
static Storage.CreateReadSessionRequest
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static com.google.protobuf.Parser<Storage.CreateReadSessionRequest>
parser()
Storage.CreateReadSessionRequest.Builder
toBuilder()
void
writeTo(com.google.protobuf.CodedOutputStream output)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
TABLE_REFERENCE_FIELD_NUMBER
public static final int TABLE_REFERENCE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
TABLE_MODIFIERS_FIELD_NUMBER
public static final int TABLE_MODIFIERS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
REQUESTED_STREAMS_FIELD_NUMBER
public static final int REQUESTED_STREAMS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
READ_OPTIONS_FIELD_NUMBER
public static final int READ_OPTIONS_FIELD_NUMBER
- See Also:
- Constant Field Values
-
FORMAT_FIELD_NUMBER
public static final int FORMAT_FIELD_NUMBER
- See Also:
- Constant Field Values
-
SHARDING_STRATEGY_FIELD_NUMBER
public static final int SHARDING_STRATEGY_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
newInstance
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
- Overrides:
newInstance
in classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3
-
hasTableReference
public boolean hasTableReference()
Required. Reference to the table to read.
.google.cloud.bigquery.storage.v1beta1.TableReference table_reference = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
hasTableReference
in interfaceStorage.CreateReadSessionRequestOrBuilder
- Returns:
- Whether the tableReference field is set.
-
getTableReference
public TableReferenceProto.TableReference getTableReference()
Required. Reference to the table to read.
.google.cloud.bigquery.storage.v1beta1.TableReference table_reference = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getTableReference
in interfaceStorage.CreateReadSessionRequestOrBuilder
- Returns:
- The tableReference.
-
getTableReferenceOrBuilder
public TableReferenceProto.TableReferenceOrBuilder getTableReferenceOrBuilder()
Required. Reference to the table to read.
.google.cloud.bigquery.storage.v1beta1.TableReference table_reference = 1 [(.google.api.field_behavior) = REQUIRED];
- Specified by:
getTableReferenceOrBuilder
in interfaceStorage.CreateReadSessionRequestOrBuilder
-
getParent
public 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) = { ... }
- Specified by:
getParent
in interfaceStorage.CreateReadSessionRequestOrBuilder
- Returns:
- The parent.
-
getParentBytes
public 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) = { ... }
- Specified by:
getParentBytes
in interfaceStorage.CreateReadSessionRequestOrBuilder
- Returns:
- The bytes for parent.
-
hasTableModifiers
public boolean hasTableModifiers()
Any modifiers to the Table (e.g. snapshot timestamp).
.google.cloud.bigquery.storage.v1beta1.TableModifiers table_modifiers = 2;
- Specified by:
hasTableModifiers
in interfaceStorage.CreateReadSessionRequestOrBuilder
- Returns:
- Whether the tableModifiers field is set.
-
getTableModifiers
public TableReferenceProto.TableModifiers getTableModifiers()
Any modifiers to the Table (e.g. snapshot timestamp).
.google.cloud.bigquery.storage.v1beta1.TableModifiers table_modifiers = 2;
- Specified by:
getTableModifiers
in interfaceStorage.CreateReadSessionRequestOrBuilder
- Returns:
- The tableModifiers.
-
getTableModifiersOrBuilder
public TableReferenceProto.TableModifiersOrBuilder getTableModifiersOrBuilder()
Any modifiers to the Table (e.g. snapshot timestamp).
.google.cloud.bigquery.storage.v1beta1.TableModifiers table_modifiers = 2;
- Specified by:
getTableModifiersOrBuilder
in interfaceStorage.CreateReadSessionRequestOrBuilder
-
getRequestedStreams
public 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;
- Specified by:
getRequestedStreams
in interfaceStorage.CreateReadSessionRequestOrBuilder
- Returns:
- The requestedStreams.
-
hasReadOptions
public boolean hasReadOptions()
Read options for this session (e.g. column selection, filters).
.google.cloud.bigquery.storage.v1beta1.TableReadOptions read_options = 4;
- Specified by:
hasReadOptions
in interfaceStorage.CreateReadSessionRequestOrBuilder
- Returns:
- Whether the readOptions field is set.
-
getReadOptions
public ReadOptions.TableReadOptions getReadOptions()
Read options for this session (e.g. column selection, filters).
.google.cloud.bigquery.storage.v1beta1.TableReadOptions read_options = 4;
- Specified by:
getReadOptions
in interfaceStorage.CreateReadSessionRequestOrBuilder
- Returns:
- The readOptions.
-
getReadOptionsOrBuilder
public ReadOptions.TableReadOptionsOrBuilder getReadOptionsOrBuilder()
Read options for this session (e.g. column selection, filters).
.google.cloud.bigquery.storage.v1beta1.TableReadOptions read_options = 4;
- Specified by:
getReadOptionsOrBuilder
in interfaceStorage.CreateReadSessionRequestOrBuilder
-
getFormatValue
public int getFormatValue()
Data output format. Currently default to Avro. DATA_FORMAT_UNSPECIFIED not supported.
.google.cloud.bigquery.storage.v1beta1.DataFormat format = 5;
- Specified by:
getFormatValue
in interfaceStorage.CreateReadSessionRequestOrBuilder
- Returns:
- The enum numeric value on the wire for format.
-
getFormat
public Storage.DataFormat getFormat()
Data output format. Currently default to Avro. DATA_FORMAT_UNSPECIFIED not supported.
.google.cloud.bigquery.storage.v1beta1.DataFormat format = 5;
- Specified by:
getFormat
in interfaceStorage.CreateReadSessionRequestOrBuilder
- Returns:
- The format.
-
getShardingStrategyValue
public 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;
- Specified by:
getShardingStrategyValue
in interfaceStorage.CreateReadSessionRequestOrBuilder
- Returns:
- The enum numeric value on the wire for shardingStrategy.
-
getShardingStrategy
public 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;
- Specified by:
getShardingStrategy
in interfaceStorage.CreateReadSessionRequestOrBuilder
- Returns:
- The shardingStrategy.
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
- Specified by:
writeTo
in interfacecom.google.protobuf.MessageLite
- Overrides:
writeTo
in classcom.google.protobuf.GeneratedMessageV3
- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSize
in interfacecom.google.protobuf.MessageLite
- Overrides:
getSerializedSize
in classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equals
in interfacecom.google.protobuf.Message
- Overrides:
equals
in classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCode
in interfacecom.google.protobuf.Message
- Overrides:
hashCode
in classcom.google.protobuf.AbstractMessage
-
parseFrom
public static Storage.CreateReadSessionRequest parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Storage.CreateReadSessionRequest parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Storage.CreateReadSessionRequest parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Storage.CreateReadSessionRequest parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Storage.CreateReadSessionRequest parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Storage.CreateReadSessionRequest parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static Storage.CreateReadSessionRequest parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Storage.CreateReadSessionRequest parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Storage.CreateReadSessionRequest parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static Storage.CreateReadSessionRequest parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static Storage.CreateReadSessionRequest parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static Storage.CreateReadSessionRequest parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public Storage.CreateReadSessionRequest.Builder newBuilderForType()
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.Message
- Specified by:
newBuilderForType
in interfacecom.google.protobuf.MessageLite
-
newBuilder
public static Storage.CreateReadSessionRequest.Builder newBuilder()
-
newBuilder
public static Storage.CreateReadSessionRequest.Builder newBuilder(Storage.CreateReadSessionRequest prototype)
-
toBuilder
public Storage.CreateReadSessionRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfacecom.google.protobuf.Message
- Specified by:
toBuilder
in interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected Storage.CreateReadSessionRequest.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static Storage.CreateReadSessionRequest getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<Storage.CreateReadSessionRequest> parser()
-
getParserForType
public com.google.protobuf.Parser<Storage.CreateReadSessionRequest> getParserForType()
- Specified by:
getParserForType
in interfacecom.google.protobuf.Message
- Specified by:
getParserForType
in interfacecom.google.protobuf.MessageLite
- Overrides:
getParserForType
in classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public Storage.CreateReadSessionRequest getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
-