public interface BigQueryDestinationConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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() |
BigQueryDestinationConfig.SingleTargetDataset |
getSingleTargetDataset()
Single destination dataset.
|
BigQueryDestinationConfig.SingleTargetDatasetOrBuilder |
getSingleTargetDatasetOrBuilder()
Single destination dataset.
|
BigQueryDestinationConfig.SourceHierarchyDatasets |
getSourceHierarchyDatasets()
Source hierarchy datasets.
|
BigQueryDestinationConfig.SourceHierarchyDatasetsOrBuilder |
getSourceHierarchyDatasetsOrBuilder()
Source hierarchy datasets.
|
boolean |
hasDataFreshness()
The guaranteed data freshness (in seconds) when querying tables created by
the stream.
|
boolean |
hasSingleTargetDataset()
Single destination dataset.
|
boolean |
hasSourceHierarchyDatasets()
Source hierarchy datasets.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSingleTargetDataset()
Single destination dataset.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SingleTargetDataset single_target_dataset = 201;
BigQueryDestinationConfig.SingleTargetDataset getSingleTargetDataset()
Single destination dataset.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SingleTargetDataset single_target_dataset = 201;
BigQueryDestinationConfig.SingleTargetDatasetOrBuilder getSingleTargetDatasetOrBuilder()
Single destination dataset.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SingleTargetDataset single_target_dataset = 201;
boolean hasSourceHierarchyDatasets()
Source hierarchy datasets.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets source_hierarchy_datasets = 202;
BigQueryDestinationConfig.SourceHierarchyDatasets getSourceHierarchyDatasets()
Source hierarchy datasets.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets source_hierarchy_datasets = 202;
BigQueryDestinationConfig.SourceHierarchyDatasetsOrBuilder getSourceHierarchyDatasetsOrBuilder()
Source hierarchy datasets.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets source_hierarchy_datasets = 202;
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;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;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;BigQueryDestinationConfig.DatasetConfigCase getDatasetConfigCase()
Copyright © 2022 Google LLC. All rights reserved.