public static interface ReadOptions.TableReadOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRowRestriction()
Optional.
|
com.google.protobuf.ByteString |
getRowRestrictionBytes()
Optional.
|
String |
getSelectedFields(int index)
Optional.
|
com.google.protobuf.ByteString |
getSelectedFieldsBytes(int index)
Optional.
|
int |
getSelectedFieldsCount()
Optional.
|
List<String> |
getSelectedFieldsList()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> 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;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;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;com.google.protobuf.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;String getRowRestriction()
Optional. SQL text filtering statement, similar to a WHERE clause in a query. Currently, we support combinations of predicates that are a comparison between a column and a constant value in SQL statement. Aggregates are not supported. Example: "a > DATE '2014-9-27' AND (b > 5 and C LIKE 'date')"
string row_restriction = 2;com.google.protobuf.ByteString getRowRestrictionBytes()
Optional. SQL text filtering statement, similar to a WHERE clause in a query. Currently, we support combinations of predicates that are a comparison between a column and a constant value in SQL statement. Aggregates are not supported. Example: "a > DATE '2014-9-27' AND (b > 5 and C LIKE 'date')"
string row_restriction = 2;Copyright © 2018 Google LLC. All rights reserved.