public interface PartitionSpecOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
PartitionSpec.PartitionKey |
getPartitionKey()
The partition key for BigQuery partitioned table.
|
int |
getPartitionKeyValue()
The partition key for BigQuery partitioned table.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getPartitionKeyValue()
The partition key for BigQuery partitioned table.
.google.cloud.asset.v1p7beta1.PartitionSpec.PartitionKey partition_key = 1;
PartitionSpec.PartitionKey getPartitionKey()
The partition key for BigQuery partitioned table.
.google.cloud.asset.v1p7beta1.PartitionSpec.PartitionKey partition_key = 1;
Copyright © 2022 Google LLC. All rights reserved.