Interface CreateMetastorePartitionRequestOrBuilder (3.9.0)

public interface CreateMetastorePartitionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetastorePartition()

public abstract MetastorePartition getMetastorePartition()

Required. The metastore partition to be added.

.google.cloud.bigquery.storage.v1alpha.MetastorePartition metastore_partition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MetastorePartition

The metastorePartition.

getMetastorePartitionOrBuilder()

public abstract MetastorePartitionOrBuilder getMetastorePartitionOrBuilder()

Required. The metastore partition to be added.

.google.cloud.bigquery.storage.v1alpha.MetastorePartition metastore_partition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MetastorePartitionOrBuilder

getParent()

public abstract String getParent()

Required. Reference to the table to where the metastore partition to be added, in the format of projects/{project}/databases/{databases}/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 where the metastore partition to be added, in the format of projects/{project}/databases/{databases}/tables/{table}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

hasMetastorePartition()

public abstract boolean hasMetastorePartition()

Required. The metastore partition to be added.

.google.cloud.bigquery.storage.v1alpha.MetastorePartition metastore_partition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the metastorePartition field is set.