Package | Description |
---|---|
com.google.cloud.asset.v1p7beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
PartitionSpec |
PartitionSpec.Builder.build() |
PartitionSpec |
PartitionSpec.Builder.buildPartial() |
static PartitionSpec |
PartitionSpec.getDefaultInstance() |
PartitionSpec |
PartitionSpec.getDefaultInstanceForType() |
PartitionSpec |
PartitionSpec.Builder.getDefaultInstanceForType() |
PartitionSpec |
BigQueryDestinationOrBuilder.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 |
BigQueryDestination.Builder.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,
ExtensionRegistryLite extensionRegistry) |
static PartitionSpec |
PartitionSpec.parseFrom(byte[] data) |
static PartitionSpec |
PartitionSpec.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static PartitionSpec |
PartitionSpec.parseFrom(ByteBuffer data) |
static PartitionSpec |
PartitionSpec.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static PartitionSpec |
PartitionSpec.parseFrom(ByteString data) |
static PartitionSpec |
PartitionSpec.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static PartitionSpec |
PartitionSpec.parseFrom(CodedInputStream input) |
static PartitionSpec |
PartitionSpec.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static PartitionSpec |
PartitionSpec.parseFrom(InputStream input) |
static PartitionSpec |
PartitionSpec.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
Parser<PartitionSpec> |
PartitionSpec.getParserForType() |
static Parser<PartitionSpec> |
PartitionSpec.parser() |
Modifier and Type | Method and 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.
|
Copyright © 2022 Google LLC. All rights reserved.