public static final class CreateReadSessionRequest.Builder extends GeneratedMessageV3.Builder<CreateReadSessionRequest.Builder> implements CreateReadSessionRequestOrBuilder
Request message for CreateReadSession
.
Protobuf type google.cloud.bigquery.storage.v1beta2.CreateReadSessionRequest
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CreateReadSessionRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
build()
public CreateReadSessionRequest build()
Returns
buildPartial()
public CreateReadSessionRequest buildPartial()
Returns
clear()
public CreateReadSessionRequest.Builder clear()
Returns
Overrides
clearField(Descriptors.FieldDescriptor field)
public CreateReadSessionRequest.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
clearMaxStreamCount()
public CreateReadSessionRequest.Builder clearMaxStreamCount()
Max initial number of streams. If unset or zero, the server 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. Error
will be returned if the max count is greater than the current system
max limit of 1,000.
Streams must be read starting from offset 0.
int32 max_stream_count = 3;
Returns
clearOneof(Descriptors.OneofDescriptor oneof)
public CreateReadSessionRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearParent()
public CreateReadSessionRequest.Builder clearParent()
Required. The request project that owns the session, in the form of
projects/{project_id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
clearReadSession()
public CreateReadSessionRequest.Builder clearReadSession()
Required. Session to be created.
.google.cloud.bigquery.storage.v1beta2.ReadSession read_session = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
clone()
public CreateReadSessionRequest.Builder clone()
Returns
Overrides
getDefaultInstanceForType()
public CreateReadSessionRequest getDefaultInstanceForType()
Returns
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getMaxStreamCount()
public int getMaxStreamCount()
Max initial number of streams. If unset or zero, the server 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. Error
will be returned if the max count is greater than the current system
max limit of 1,000.
Streams must be read starting from offset 0.
int32 max_stream_count = 3;
Returns
Type | Description |
int | The maxStreamCount.
|
getParent()
public String getParent()
Required. The request project that owns the session, in the form of
projects/{project_id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
Type | Description |
String | The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The request project that owns the session, in the form of
projects/{project_id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns
getReadSession()
public ReadSession getReadSession()
Required. Session to be created.
.google.cloud.bigquery.storage.v1beta2.ReadSession read_session = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
getReadSessionBuilder()
public ReadSession.Builder getReadSessionBuilder()
Required. Session to be created.
.google.cloud.bigquery.storage.v1beta2.ReadSession read_session = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
getReadSessionOrBuilder()
public ReadSessionOrBuilder getReadSessionOrBuilder()
Required. Session to be created.
.google.cloud.bigquery.storage.v1beta2.ReadSession read_session = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
hasReadSession()
public boolean hasReadSession()
Required. Session to be created.
.google.cloud.bigquery.storage.v1beta2.ReadSession read_session = 2 [(.google.api.field_behavior) = REQUIRED];
Returns
Type | Description |
boolean | Whether the readSession field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
mergeFrom(CreateReadSessionRequest other)
public CreateReadSessionRequest.Builder mergeFrom(CreateReadSessionRequest other)
Parameter
Returns
public CreateReadSessionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public CreateReadSessionRequest.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergeReadSession(ReadSession value)
public CreateReadSessionRequest.Builder mergeReadSession(ReadSession value)
Required. Session to be created.
.google.cloud.bigquery.storage.v1beta2.ReadSession read_session = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CreateReadSessionRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public CreateReadSessionRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setMaxStreamCount(int value)
public CreateReadSessionRequest.Builder setMaxStreamCount(int value)
Max initial number of streams. If unset or zero, the server 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. Error
will be returned if the max count is greater than the current system
max limit of 1,000.
Streams must be read starting from offset 0.
int32 max_stream_count = 3;
Parameter
Name | Description |
value | int
The maxStreamCount to set.
|
Returns
setParent(String value)
public CreateReadSessionRequest.Builder setParent(String value)
Required. The request project that owns the session, in the form of
projects/{project_id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | String
The parent to set.
|
Returns
setParentBytes(ByteString value)
public CreateReadSessionRequest.Builder setParentBytes(ByteString value)
Required. The request project that owns the session, in the form of
projects/{project_id}
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter
Name | Description |
value | ByteString
The bytes for parent to set.
|
Returns
setReadSession(ReadSession value)
public CreateReadSessionRequest.Builder setReadSession(ReadSession value)
Required. Session to be created.
.google.cloud.bigquery.storage.v1beta2.ReadSession read_session = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setReadSession(ReadSession.Builder builderForValue)
public CreateReadSessionRequest.Builder setReadSession(ReadSession.Builder builderForValue)
Required. Session to be created.
.google.cloud.bigquery.storage.v1beta2.ReadSession read_session = 2 [(.google.api.field_behavior) = REQUIRED];
Parameter
Returns
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CreateReadSessionRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CreateReadSessionRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides