Package com.google.cloud.datastream.v1
Interface BigQueryDestinationConfig.SourceHierarchyDatasetsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BigQueryDestinationConfig.SourceHierarchyDatasets
,BigQueryDestinationConfig.SourceHierarchyDatasets.Builder
- Enclosing class:
- BigQueryDestinationConfig
public static interface BigQueryDestinationConfig.SourceHierarchyDatasetsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate
getDatasetTemplate()
The dataset template to use for dynamic dataset creation.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplateOrBuilder
getDatasetTemplateOrBuilder()
The dataset template to use for dynamic dataset creation.boolean
hasDatasetTemplate()
The dataset template to use for dynamic dataset creation.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasDatasetTemplate
boolean hasDatasetTemplate()
The dataset template to use for dynamic dataset creation.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate dataset_template = 2;
- Returns:
- Whether the datasetTemplate field is set.
-
getDatasetTemplate
BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate getDatasetTemplate()
The dataset template to use for dynamic dataset creation.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate dataset_template = 2;
- Returns:
- The datasetTemplate.
-
getDatasetTemplateOrBuilder
BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplateOrBuilder getDatasetTemplateOrBuilder()
The dataset template to use for dynamic dataset creation.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate dataset_template = 2;
-
-