Package | Description |
---|---|
com.google.cloud.asset.v1p7beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static PartitionSpec.PartitionKey |
PartitionSpec.PartitionKey.forNumber(int value) |
PartitionSpec.PartitionKey |
PartitionSpec.getPartitionKey()
The partition key for BigQuery partitioned table.
|
PartitionSpec.PartitionKey |
PartitionSpec.Builder.getPartitionKey()
The partition key for BigQuery partitioned table.
|
PartitionSpec.PartitionKey |
PartitionSpecOrBuilder.getPartitionKey()
The partition key for BigQuery partitioned table.
|
static PartitionSpec.PartitionKey |
PartitionSpec.PartitionKey.valueOf(Descriptors.EnumValueDescriptor desc) |
static PartitionSpec.PartitionKey |
PartitionSpec.PartitionKey.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PartitionSpec.PartitionKey |
PartitionSpec.PartitionKey.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PartitionSpec.PartitionKey[] |
PartitionSpec.PartitionKey.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<PartitionSpec.PartitionKey> |
PartitionSpec.PartitionKey.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
PartitionSpec.Builder |
PartitionSpec.Builder.setPartitionKey(PartitionSpec.PartitionKey value)
The partition key for BigQuery partitioned table.
|
Copyright © 2022 Google LLC. All rights reserved.