Uses of Class
com.google.cloud.asset.v1p7beta1.PartitionSpec
-
Packages that use PartitionSpec Package Description com.google.cloud.asset.v1p7beta1 A client to Cloud Asset API -
-
Uses of PartitionSpec in com.google.cloud.asset.v1p7beta1
Methods in com.google.cloud.asset.v1p7beta1 that return PartitionSpec Modifier and Type Method Description PartitionSpec
PartitionSpec.Builder. build()
PartitionSpec
PartitionSpec.Builder. buildPartial()
static PartitionSpec
PartitionSpec. getDefaultInstance()
PartitionSpec
PartitionSpec.Builder. getDefaultInstanceForType()
PartitionSpec
PartitionSpec. getDefaultInstanceForType()
PartitionSpec
BigQueryDestination.Builder. getPartitionSpec()
[partition_spec] determines whether to export to partitioned table(s) and how to partition the data.PartitionSpec
BigQueryDestination. getPartitionSpec()
[partition_spec] determines whether to export to partitioned table(s) and how to partition the data.PartitionSpec
BigQueryDestinationOrBuilder. getPartitionSpec()
[partition_spec] determines whether to export to partitioned table(s) and how to partition the data.static PartitionSpec
PartitionSpec. parseDelimitedFrom(InputStream input)
static PartitionSpec
PartitionSpec. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PartitionSpec
PartitionSpec. parseFrom(byte[] data)
static PartitionSpec
PartitionSpec. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PartitionSpec
PartitionSpec. parseFrom(com.google.protobuf.ByteString data)
static PartitionSpec
PartitionSpec. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PartitionSpec
PartitionSpec. parseFrom(com.google.protobuf.CodedInputStream input)
static PartitionSpec
PartitionSpec. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PartitionSpec
PartitionSpec. parseFrom(InputStream input)
static PartitionSpec
PartitionSpec. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static PartitionSpec
PartitionSpec. parseFrom(ByteBuffer data)
static PartitionSpec
PartitionSpec. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.asset.v1p7beta1 that return types with arguments of type PartitionSpec Modifier and Type Method Description com.google.protobuf.Parser<PartitionSpec>
PartitionSpec. getParserForType()
static com.google.protobuf.Parser<PartitionSpec>
PartitionSpec. parser()
Methods in com.google.cloud.asset.v1p7beta1 with parameters of type PartitionSpec Modifier and Type Method Description PartitionSpec.Builder
PartitionSpec.Builder. mergeFrom(PartitionSpec other)
BigQueryDestination.Builder
BigQueryDestination.Builder. mergePartitionSpec(PartitionSpec value)
[partition_spec] determines whether to export to partitioned table(s) and how to partition the data.static PartitionSpec.Builder
PartitionSpec. newBuilder(PartitionSpec prototype)
BigQueryDestination.Builder
BigQueryDestination.Builder. setPartitionSpec(PartitionSpec value)
[partition_spec] determines whether to export to partitioned table(s) and how to partition the data.
-