public static final class ReadOptions.TableReadOptions.Builder extends GeneratedMessageV3.Builder<ReadOptions.TableReadOptions.Builder> implements ReadOptions.TableReadOptionsOrBuilder
Options dictating how we read a table.
Protobuf type google.cloud.bigquery.storage.v1beta1.TableReadOptions
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ReadOptions.TableReadOptions.BuilderImplements
ReadOptions.TableReadOptionsOrBuilderMethods
addAllSelectedFields(Iterable<String> values)
public ReadOptions.TableReadOptions.Builder addAllSelectedFields(Iterable<String> values)
Optional. Names of the fields in the table that should be read. If empty, all fields will be read. If the specified field is a nested field, all the sub-fields in the field will be selected. The output field order is unrelated to the order of fields in selected_fields.
repeated string selected_fields = 1;
Name | Description |
values | Iterable<String> The selectedFields to add. |
Type | Description |
ReadOptions.TableReadOptions.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReadOptions.TableReadOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ReadOptions.TableReadOptions.Builder |
addSelectedFields(String value)
public ReadOptions.TableReadOptions.Builder addSelectedFields(String value)
Optional. Names of the fields in the table that should be read. If empty, all fields will be read. If the specified field is a nested field, all the sub-fields in the field will be selected. The output field order is unrelated to the order of fields in selected_fields.
repeated string selected_fields = 1;
Name | Description |
value | String The selectedFields to add. |
Type | Description |
ReadOptions.TableReadOptions.Builder | This builder for chaining. |
addSelectedFieldsBytes(ByteString value)
public ReadOptions.TableReadOptions.Builder addSelectedFieldsBytes(ByteString value)
Optional. Names of the fields in the table that should be read. If empty, all fields will be read. If the specified field is a nested field, all the sub-fields in the field will be selected. The output field order is unrelated to the order of fields in selected_fields.
repeated string selected_fields = 1;
Name | Description |
value | ByteString The bytes of the selectedFields to add. |
Type | Description |
ReadOptions.TableReadOptions.Builder | This builder for chaining. |
build()
public ReadOptions.TableReadOptions build()
Type | Description |
ReadOptions.TableReadOptions |
buildPartial()
public ReadOptions.TableReadOptions buildPartial()
Type | Description |
ReadOptions.TableReadOptions |
clear()
public ReadOptions.TableReadOptions.Builder clear()
Type | Description |
ReadOptions.TableReadOptions.Builder |
clearField(Descriptors.FieldDescriptor field)
public ReadOptions.TableReadOptions.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ReadOptions.TableReadOptions.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ReadOptions.TableReadOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ReadOptions.TableReadOptions.Builder |
clearRowRestriction()
public ReadOptions.TableReadOptions.Builder clearRowRestriction()
Optional. SQL text filtering statement, similar to a WHERE clause in a query. Aggregates are not supported. Examples: "int_field > 5" "date_field = CAST('2014-9-27' as DATE)" "nullable_field is not NULL" "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))" "numeric_field BETWEEN 1.0 AND 5.0"
string row_restriction = 2;
Type | Description |
ReadOptions.TableReadOptions.Builder | This builder for chaining. |
clearSelectedFields()
public ReadOptions.TableReadOptions.Builder clearSelectedFields()
Optional. Names of the fields in the table that should be read. If empty, all fields will be read. If the specified field is a nested field, all the sub-fields in the field will be selected. The output field order is unrelated to the order of fields in selected_fields.
repeated string selected_fields = 1;
Type | Description |
ReadOptions.TableReadOptions.Builder | This builder for chaining. |
clone()
public ReadOptions.TableReadOptions.Builder clone()
Type | Description |
ReadOptions.TableReadOptions.Builder |
getDefaultInstanceForType()
public ReadOptions.TableReadOptions getDefaultInstanceForType()
Type | Description |
ReadOptions.TableReadOptions |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getRowRestriction()
public String getRowRestriction()
Optional. SQL text filtering statement, similar to a WHERE clause in a query. Aggregates are not supported. Examples: "int_field > 5" "date_field = CAST('2014-9-27' as DATE)" "nullable_field is not NULL" "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))" "numeric_field BETWEEN 1.0 AND 5.0"
string row_restriction = 2;
Type | Description |
String | The rowRestriction. |
getRowRestrictionBytes()
public ByteString getRowRestrictionBytes()
Optional. SQL text filtering statement, similar to a WHERE clause in a query. Aggregates are not supported. Examples: "int_field > 5" "date_field = CAST('2014-9-27' as DATE)" "nullable_field is not NULL" "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))" "numeric_field BETWEEN 1.0 AND 5.0"
string row_restriction = 2;
Type | Description |
ByteString | The bytes for rowRestriction. |
getSelectedFields(int index)
public String getSelectedFields(int index)
Optional. Names of the fields in the table that should be read. If empty, all fields will be read. If the specified field is a nested field, all the sub-fields in the field will be selected. The output field order is unrelated to the order of fields in selected_fields.
repeated string selected_fields = 1;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The selectedFields at the given index. |
getSelectedFieldsBytes(int index)
public ByteString getSelectedFieldsBytes(int index)
Optional. Names of the fields in the table that should be read. If empty, all fields will be read. If the specified field is a nested field, all the sub-fields in the field will be selected. The output field order is unrelated to the order of fields in selected_fields.
repeated string selected_fields = 1;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the selectedFields at the given index. |
getSelectedFieldsCount()
public int getSelectedFieldsCount()
Optional. Names of the fields in the table that should be read. If empty, all fields will be read. If the specified field is a nested field, all the sub-fields in the field will be selected. The output field order is unrelated to the order of fields in selected_fields.
repeated string selected_fields = 1;
Type | Description |
int | The count of selectedFields. |
getSelectedFieldsList()
public ProtocolStringList getSelectedFieldsList()
Optional. Names of the fields in the table that should be read. If empty, all fields will be read. If the specified field is a nested field, all the sub-fields in the field will be selected. The output field order is unrelated to the order of fields in selected_fields.
repeated string selected_fields = 1;
Type | Description |
ProtocolStringList | A list containing the selectedFields. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(ReadOptions.TableReadOptions other)
public ReadOptions.TableReadOptions.Builder mergeFrom(ReadOptions.TableReadOptions other)
Name | Description |
other | ReadOptions.TableReadOptions |
Type | Description |
ReadOptions.TableReadOptions.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReadOptions.TableReadOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadOptions.TableReadOptions.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ReadOptions.TableReadOptions.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ReadOptions.TableReadOptions.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReadOptions.TableReadOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ReadOptions.TableReadOptions.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ReadOptions.TableReadOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ReadOptions.TableReadOptions.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReadOptions.TableReadOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ReadOptions.TableReadOptions.Builder |
setRowRestriction(String value)
public ReadOptions.TableReadOptions.Builder setRowRestriction(String value)
Optional. SQL text filtering statement, similar to a WHERE clause in a query. Aggregates are not supported. Examples: "int_field > 5" "date_field = CAST('2014-9-27' as DATE)" "nullable_field is not NULL" "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))" "numeric_field BETWEEN 1.0 AND 5.0"
string row_restriction = 2;
Name | Description |
value | String The rowRestriction to set. |
Type | Description |
ReadOptions.TableReadOptions.Builder | This builder for chaining. |
setRowRestrictionBytes(ByteString value)
public ReadOptions.TableReadOptions.Builder setRowRestrictionBytes(ByteString value)
Optional. SQL text filtering statement, similar to a WHERE clause in a query. Aggregates are not supported. Examples: "int_field > 5" "date_field = CAST('2014-9-27' as DATE)" "nullable_field is not NULL" "st_equals(geo_field, st_geofromtext("POINT(2, 2)"))" "numeric_field BETWEEN 1.0 AND 5.0"
string row_restriction = 2;
Name | Description |
value | ByteString The bytes for rowRestriction to set. |
Type | Description |
ReadOptions.TableReadOptions.Builder | This builder for chaining. |
setSelectedFields(int index, String value)
public ReadOptions.TableReadOptions.Builder setSelectedFields(int index, String value)
Optional. Names of the fields in the table that should be read. If empty, all fields will be read. If the specified field is a nested field, all the sub-fields in the field will be selected. The output field order is unrelated to the order of fields in selected_fields.
repeated string selected_fields = 1;
Name | Description |
index | int The index to set the value at. |
value | String The selectedFields to set. |
Type | Description |
ReadOptions.TableReadOptions.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final ReadOptions.TableReadOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ReadOptions.TableReadOptions.Builder |