Package com.google.cloud.asset.v1
Interface PartitionSpecOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PartitionSpec
,PartitionSpec.Builder
public interface PartitionSpecOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PartitionSpec.PartitionKey
getPartitionKey()
The partition key for BigQuery partitioned table.int
getPartitionKeyValue()
The partition key for BigQuery partitioned table.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPartitionKeyValue
int getPartitionKeyValue()
The partition key for BigQuery partitioned table.
.google.cloud.asset.v1.PartitionSpec.PartitionKey partition_key = 1;
- Returns:
- The enum numeric value on the wire for partitionKey.
-
getPartitionKey
PartitionSpec.PartitionKey getPartitionKey()
The partition key for BigQuery partitioned table.
.google.cloud.asset.v1.PartitionSpec.PartitionKey partition_key = 1;
- Returns:
- The partitionKey.
-
-