public static final class ListMetastorePartitionsRequest.Builder extends GeneratedMessageV3.Builder<ListMetastorePartitionsRequest.Builder> implements ListMetastorePartitionsRequestOrBuilder
Request message for ListMetastorePartitions.
Protobuf type google.cloud.bigquery.storage.v1alpha.ListMetastorePartitionsRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ListMetastorePartitionsRequest.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListMetastorePartitionsRequest build()
public ListMetastorePartitionsRequest buildPartial()
public ListMetastorePartitionsRequest.Builder clear()
Overrides
public ListMetastorePartitionsRequest.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public ListMetastorePartitionsRequest.Builder clearFilter()
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 for 1 MB.
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
public ListMetastorePartitionsRequest.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public ListMetastorePartitionsRequest.Builder clearParent()
Required. Reference to the table to which these metastore partitions
belong, in the format of
projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
public ListMetastorePartitionsRequest.Builder clone()
Overrides
public ListMetastorePartitionsRequest getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public 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 for 1 MB.
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The filter.
|
public 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 for 1 MB.
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for filter.
|
public String getParent()
Required. Reference to the table to which these metastore partitions
belong, in the format of
projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
public ByteString getParentBytes()
Required. Reference to the table to which these metastore partitions
belong, in the format of
projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public ListMetastorePartitionsRequest.Builder mergeFrom(ListMetastorePartitionsRequest other)
public ListMetastorePartitionsRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ListMetastorePartitionsRequest.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
public final ListMetastorePartitionsRequest.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public ListMetastorePartitionsRequest.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public ListMetastorePartitionsRequest.Builder setFilter(String value)
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 for 1 MB.
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
String
The filter to set.
|
public ListMetastorePartitionsRequest.Builder setFilterBytes(ByteString value)
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 for 1 MB.
string filter = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter |
Name |
Description |
value |
ByteString
The bytes for filter to set.
|
public ListMetastorePartitionsRequest.Builder setParent(String value)
Required. Reference to the table to which these metastore partitions
belong, in the format of
projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
String
The parent to set.
|
public ListMetastorePartitionsRequest.Builder setParentBytes(ByteString value)
Required. Reference to the table to which these metastore partitions
belong, in the format of
projects/{project}/locations/{location}/datasets/{dataset}/tables/{table}.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Parameter |
Name |
Description |
value |
ByteString
The bytes for parent to set.
|
public ListMetastorePartitionsRequest.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final ListMetastorePartitionsRequest.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides