Uses of Class
com.google.cloud.asset.v1p7beta1.PartitionSpec.PartitionKey
-
Packages that use PartitionSpec.PartitionKey Package Description com.google.cloud.asset.v1p7beta1 A client to Cloud Asset API -
-
Uses of PartitionSpec.PartitionKey in com.google.cloud.asset.v1p7beta1
Methods in com.google.cloud.asset.v1p7beta1 that return PartitionSpec.PartitionKey Modifier and Type Method Description static PartitionSpec.PartitionKey
PartitionSpec.PartitionKey. forNumber(int value)
PartitionSpec.PartitionKey
PartitionSpec.Builder. getPartitionKey()
The partition key for BigQuery partitioned table.PartitionSpec.PartitionKey
PartitionSpec. 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(int value)
Deprecated.static PartitionSpec.PartitionKey
PartitionSpec.PartitionKey. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.asset.v1p7beta1 that return types with arguments of type PartitionSpec.PartitionKey Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<PartitionSpec.PartitionKey>
PartitionSpec.PartitionKey. internalGetValueMap()
Methods in com.google.cloud.asset.v1p7beta1 with parameters of type PartitionSpec.PartitionKey Modifier and Type Method Description PartitionSpec.Builder
PartitionSpec.Builder. setPartitionKey(PartitionSpec.PartitionKey value)
The partition key for BigQuery partitioned table.
-