Interface PartitionSpecOrBuilder (3.41.0)

public interface PartitionSpecOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPartitionKey()

public abstract PartitionSpec.PartitionKey getPartitionKey()

The partition key for BigQuery partitioned table.

.google.cloud.asset.v1p7beta1.PartitionSpec.PartitionKey partition_key = 1;

Returns
TypeDescription
PartitionSpec.PartitionKey

The partitionKey.

getPartitionKeyValue()

public abstract int getPartitionKeyValue()

The partition key for BigQuery partitioned table.

.google.cloud.asset.v1p7beta1.PartitionSpec.PartitionKey partition_key = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for partitionKey.