public static final class ReadOptions.TableReadOptions extends GeneratedMessageV3 implements ReadOptions.TableReadOptionsOrBuilder
Options dictating how we read a table.
Protobuf type google.cloud.bigquery.storage.v1beta1.TableReadOptions
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ReadOptions.TableReadOptionsImplements
ReadOptions.TableReadOptionsOrBuilderStatic Fields
ROW_RESTRICTION_FIELD_NUMBER
public static final int ROW_RESTRICTION_FIELD_NUMBER
Type | Description |
int |
SELECTED_FIELDS_FIELD_NUMBER
public static final int SELECTED_FIELDS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ReadOptions.TableReadOptions getDefaultInstance()
Type | Description |
ReadOptions.TableReadOptions |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ReadOptions.TableReadOptions.Builder newBuilder()
Type | Description |
ReadOptions.TableReadOptions.Builder |
newBuilder(ReadOptions.TableReadOptions prototype)
public static ReadOptions.TableReadOptions.Builder newBuilder(ReadOptions.TableReadOptions prototype)
Name | Description |
prototype | ReadOptions.TableReadOptions |
Type | Description |
ReadOptions.TableReadOptions.Builder |
parseDelimitedFrom(InputStream input)
public static ReadOptions.TableReadOptions parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ReadOptions.TableReadOptions |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadOptions.TableReadOptions parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadOptions.TableReadOptions |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ReadOptions.TableReadOptions parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ReadOptions.TableReadOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReadOptions.TableReadOptions parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadOptions.TableReadOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ReadOptions.TableReadOptions parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ReadOptions.TableReadOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReadOptions.TableReadOptions parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadOptions.TableReadOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ReadOptions.TableReadOptions parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ReadOptions.TableReadOptions |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadOptions.TableReadOptions parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadOptions.TableReadOptions |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ReadOptions.TableReadOptions parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ReadOptions.TableReadOptions |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ReadOptions.TableReadOptions parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadOptions.TableReadOptions |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ReadOptions.TableReadOptions parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ReadOptions.TableReadOptions |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReadOptions.TableReadOptions parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReadOptions.TableReadOptions |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ReadOptions.TableReadOptions> parser()
Type | Description |
Parser<TableReadOptions> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ReadOptions.TableReadOptions getDefaultInstanceForType()
Type | Description |
ReadOptions.TableReadOptions |
getParserForType()
public Parser<ReadOptions.TableReadOptions> getParserForType()
Type | Description |
Parser<TableReadOptions> |
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. |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public ReadOptions.TableReadOptions.Builder newBuilderForType()
Type | Description |
ReadOptions.TableReadOptions.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReadOptions.TableReadOptions.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
ReadOptions.TableReadOptions.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public ReadOptions.TableReadOptions.Builder toBuilder()
Type | Description |
ReadOptions.TableReadOptions.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |