public final class BigQueryDestinationConfig extends com.google.protobuf.GeneratedMessageV3 implements BigQueryDestinationConfigOrBuilder
google.cloud.datastream.v1.BigQueryDestinationConfig| Modifier and Type | Class and Description |
|---|---|
static class |
BigQueryDestinationConfig.Builder
Protobuf type
google.cloud.datastream.v1.BigQueryDestinationConfig |
static class |
BigQueryDestinationConfig.DatasetConfigCase |
static class |
BigQueryDestinationConfig.SingleTargetDataset
A single target dataset to which all data will be streamed.
|
static interface |
BigQueryDestinationConfig.SingleTargetDatasetOrBuilder |
static class |
BigQueryDestinationConfig.SourceHierarchyDatasets
Destination datasets are created so that hierarchy of the destination data
objects matches the source hierarchy.
|
static interface |
BigQueryDestinationConfig.SourceHierarchyDatasetsOrBuilder |
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
DATA_FRESHNESS_FIELD_NUMBER |
static int |
SINGLE_TARGET_DATASET_FIELD_NUMBER |
static int |
SOURCE_HIERARCHY_DATASETS_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
com.google.protobuf.Duration |
getDataFreshness()
The guaranteed data freshness (in seconds) when querying tables created by
the stream.
|
com.google.protobuf.DurationOrBuilder |
getDataFreshnessOrBuilder()
The guaranteed data freshness (in seconds) when querying tables created by
the stream.
|
BigQueryDestinationConfig.DatasetConfigCase |
getDatasetConfigCase() |
static BigQueryDestinationConfig |
getDefaultInstance() |
BigQueryDestinationConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Parser<BigQueryDestinationConfig> |
getParserForType() |
int |
getSerializedSize() |
BigQueryDestinationConfig.SingleTargetDataset |
getSingleTargetDataset()
Single destination dataset.
|
BigQueryDestinationConfig.SingleTargetDatasetOrBuilder |
getSingleTargetDatasetOrBuilder()
Single destination dataset.
|
BigQueryDestinationConfig.SourceHierarchyDatasets |
getSourceHierarchyDatasets()
Source hierarchy datasets.
|
BigQueryDestinationConfig.SourceHierarchyDatasetsOrBuilder |
getSourceHierarchyDatasetsOrBuilder()
Source hierarchy datasets.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasDataFreshness()
The guaranteed data freshness (in seconds) when querying tables created by
the stream.
|
int |
hashCode() |
boolean |
hasSingleTargetDataset()
Single destination dataset.
|
boolean |
hasSourceHierarchyDatasets()
Source hierarchy datasets.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static BigQueryDestinationConfig.Builder |
newBuilder() |
static BigQueryDestinationConfig.Builder |
newBuilder(BigQueryDestinationConfig prototype) |
BigQueryDestinationConfig.Builder |
newBuilderForType() |
protected BigQueryDestinationConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static BigQueryDestinationConfig |
parseDelimitedFrom(InputStream input) |
static BigQueryDestinationConfig |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryDestinationConfig |
parseFrom(byte[] data) |
static BigQueryDestinationConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryDestinationConfig |
parseFrom(ByteBuffer data) |
static BigQueryDestinationConfig |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryDestinationConfig |
parseFrom(com.google.protobuf.ByteString data) |
static BigQueryDestinationConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryDestinationConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static BigQueryDestinationConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static BigQueryDestinationConfig |
parseFrom(InputStream input) |
static BigQueryDestinationConfig |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<BigQueryDestinationConfig> |
parser() |
BigQueryDestinationConfig.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int SINGLE_TARGET_DATASET_FIELD_NUMBER
public static final int SOURCE_HIERARCHY_DATASETS_FIELD_NUMBER
public static final int DATA_FRESHNESS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public BigQueryDestinationConfig.DatasetConfigCase getDatasetConfigCase()
getDatasetConfigCase in interface BigQueryDestinationConfigOrBuilderpublic boolean hasSingleTargetDataset()
Single destination dataset.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SingleTargetDataset single_target_dataset = 201;
hasSingleTargetDataset in interface BigQueryDestinationConfigOrBuilderpublic BigQueryDestinationConfig.SingleTargetDataset getSingleTargetDataset()
Single destination dataset.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SingleTargetDataset single_target_dataset = 201;
getSingleTargetDataset in interface BigQueryDestinationConfigOrBuilderpublic BigQueryDestinationConfig.SingleTargetDatasetOrBuilder getSingleTargetDatasetOrBuilder()
Single destination dataset.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SingleTargetDataset single_target_dataset = 201;
getSingleTargetDatasetOrBuilder in interface BigQueryDestinationConfigOrBuilderpublic boolean hasSourceHierarchyDatasets()
Source hierarchy datasets.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets source_hierarchy_datasets = 202;
hasSourceHierarchyDatasets in interface BigQueryDestinationConfigOrBuilderpublic BigQueryDestinationConfig.SourceHierarchyDatasets getSourceHierarchyDatasets()
Source hierarchy datasets.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets source_hierarchy_datasets = 202;
getSourceHierarchyDatasets in interface BigQueryDestinationConfigOrBuilderpublic BigQueryDestinationConfig.SourceHierarchyDatasetsOrBuilder getSourceHierarchyDatasetsOrBuilder()
Source hierarchy datasets.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets source_hierarchy_datasets = 202;
getSourceHierarchyDatasetsOrBuilder in interface BigQueryDestinationConfigOrBuilderpublic boolean hasDataFreshness()
The guaranteed data freshness (in seconds) when querying tables created by the stream. Editing this field will only affect new tables created in the future, but existing tables will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.
.google.protobuf.Duration data_freshness = 300;hasDataFreshness in interface BigQueryDestinationConfigOrBuilderpublic com.google.protobuf.Duration getDataFreshness()
The guaranteed data freshness (in seconds) when querying tables created by the stream. Editing this field will only affect new tables created in the future, but existing tables will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.
.google.protobuf.Duration data_freshness = 300;getDataFreshness in interface BigQueryDestinationConfigOrBuilderpublic com.google.protobuf.DurationOrBuilder getDataFreshnessOrBuilder()
The guaranteed data freshness (in seconds) when querying tables created by the stream. Editing this field will only affect new tables created in the future, but existing tables will not be impacted. Lower values mean that queries will return fresher data, but may result in higher cost.
.google.protobuf.Duration data_freshness = 300;getDataFreshnessOrBuilder in interface BigQueryDestinationConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static BigQueryDestinationConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigQueryDestinationConfig parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigQueryDestinationConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigQueryDestinationConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigQueryDestinationConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigQueryDestinationConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static BigQueryDestinationConfig parseFrom(InputStream input) throws IOException
IOExceptionpublic static BigQueryDestinationConfig parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BigQueryDestinationConfig parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static BigQueryDestinationConfig parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static BigQueryDestinationConfig parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static BigQueryDestinationConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic BigQueryDestinationConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static BigQueryDestinationConfig.Builder newBuilder()
public static BigQueryDestinationConfig.Builder newBuilder(BigQueryDestinationConfig prototype)
public BigQueryDestinationConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected BigQueryDestinationConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static BigQueryDestinationConfig getDefaultInstance()
public static com.google.protobuf.Parser<BigQueryDestinationConfig> parser()
public com.google.protobuf.Parser<BigQueryDestinationConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public BigQueryDestinationConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2022 Google LLC. All rights reserved.