Package com.google.cloud.datastream.v1
Interface BigQueryDestinationConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BigQueryDestinationConfig,BigQueryDestinationConfig.Builder
public interface BigQueryDestinationConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.DurationgetDataFreshness()The guaranteed data freshness (in seconds) when querying tables created by the stream.com.google.protobuf.DurationOrBuildergetDataFreshnessOrBuilder()The guaranteed data freshness (in seconds) when querying tables created by the stream.BigQueryDestinationConfig.DatasetConfigCasegetDatasetConfigCase()BigQueryDestinationConfig.SingleTargetDatasetgetSingleTargetDataset()Single destination dataset.BigQueryDestinationConfig.SingleTargetDatasetOrBuildergetSingleTargetDatasetOrBuilder()Single destination dataset.BigQueryDestinationConfig.SourceHierarchyDatasetsgetSourceHierarchyDatasets()Source hierarchy datasets.BigQueryDestinationConfig.SourceHierarchyDatasetsOrBuildergetSourceHierarchyDatasetsOrBuilder()Source hierarchy datasets.booleanhasDataFreshness()The guaranteed data freshness (in seconds) when querying tables created by the stream.booleanhasSingleTargetDataset()Single destination dataset.booleanhasSourceHierarchyDatasets()Source hierarchy datasets.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasSingleTargetDataset
boolean hasSingleTargetDataset()
Single destination dataset.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SingleTargetDataset single_target_dataset = 201;- Returns:
- Whether the singleTargetDataset field is set.
-
getSingleTargetDataset
BigQueryDestinationConfig.SingleTargetDataset getSingleTargetDataset()
Single destination dataset.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SingleTargetDataset single_target_dataset = 201;- Returns:
- The singleTargetDataset.
-
getSingleTargetDatasetOrBuilder
BigQueryDestinationConfig.SingleTargetDatasetOrBuilder getSingleTargetDatasetOrBuilder()
Single destination dataset.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SingleTargetDataset single_target_dataset = 201;
-
hasSourceHierarchyDatasets
boolean hasSourceHierarchyDatasets()
Source hierarchy datasets.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets source_hierarchy_datasets = 202;- Returns:
- Whether the sourceHierarchyDatasets field is set.
-
getSourceHierarchyDatasets
BigQueryDestinationConfig.SourceHierarchyDatasets getSourceHierarchyDatasets()
Source hierarchy datasets.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets source_hierarchy_datasets = 202;- Returns:
- The sourceHierarchyDatasets.
-
getSourceHierarchyDatasetsOrBuilder
BigQueryDestinationConfig.SourceHierarchyDatasetsOrBuilder getSourceHierarchyDatasetsOrBuilder()
Source hierarchy datasets.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets source_hierarchy_datasets = 202;
-
hasDataFreshness
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;- Returns:
- Whether the dataFreshness field is set.
-
getDataFreshness
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;- Returns:
- The dataFreshness.
-
getDataFreshnessOrBuilder
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;
-
getDatasetConfigCase
BigQueryDestinationConfig.DatasetConfigCase getDatasetConfigCase()
-
-