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 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.
      • 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.
      • 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;