public interface ListPartitionsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFilter()
public abstract String getFilter() Optional. SQL text filtering statement, similar to a WHERE clause in a
query. Only supports single-row expressions. Aggregate functions 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"Restricted to a maximum length of 1 MB.
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The filter. |
getFilterBytes()
public abstract ByteString getFilterBytes() Optional. SQL text filtering statement, similar to a WHERE clause in a
query. Only supports single-row expressions. Aggregate functions 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"Restricted to a maximum length of 1 MB.
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for filter. |
getParent()
public abstract String getParent()Required. Reference to the table to which these partitions belong, in the format of projects/{project}/catalogs/{catalogs}/databases/{database}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. Reference to the table to which these partitions belong, in the format of projects/{project}/catalogs/{catalogs}/databases/{database}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for parent. |