Class BigQueryDestinationConfig.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<BigQueryDestinationConfig.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<BigQueryDestinationConfig.Builder>
      • getDefaultInstanceForType

        public BigQueryDestinationConfig getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public BigQueryDestinationConfig build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public BigQueryDestinationConfig buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • setRepeatedField

        public BigQueryDestinationConfig.Builder setRepeatedField​(com.google.protobuf.Descriptors.FieldDescriptor field,
                                                                  int index,
                                                                  Object value)
        Specified by:
        setRepeatedField in interface com.google.protobuf.Message.Builder
        Overrides:
        setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<BigQueryDestinationConfig.Builder>
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<BigQueryDestinationConfig.Builder>
      • mergeFrom

        public BigQueryDestinationConfig.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                           com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                    throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<BigQueryDestinationConfig.Builder>
        Throws:
        IOException
      • hasSingleTargetDataset

        public boolean hasSingleTargetDataset()
         Single destination dataset.
         
        .google.cloud.datastream.v1.BigQueryDestinationConfig.SingleTargetDataset single_target_dataset = 201;
        Specified by:
        hasSingleTargetDataset in interface BigQueryDestinationConfigOrBuilder
        Returns:
        Whether the singleTargetDataset field is set.
      • clearSingleTargetDataset

        public BigQueryDestinationConfig.Builder clearSingleTargetDataset()
         Single destination dataset.
         
        .google.cloud.datastream.v1.BigQueryDestinationConfig.SingleTargetDataset single_target_dataset = 201;
      • hasSourceHierarchyDatasets

        public boolean hasSourceHierarchyDatasets()
         Source hierarchy datasets.
         
        .google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets source_hierarchy_datasets = 202;
        Specified by:
        hasSourceHierarchyDatasets in interface BigQueryDestinationConfigOrBuilder
        Returns:
        Whether the sourceHierarchyDatasets field is set.
      • clearSourceHierarchyDatasets

        public BigQueryDestinationConfig.Builder clearSourceHierarchyDatasets()
         Source hierarchy datasets.
         
        .google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets source_hierarchy_datasets = 202;
      • hasDataFreshness

        public 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;
        Specified by:
        hasDataFreshness in interface BigQueryDestinationConfigOrBuilder
        Returns:
        Whether the dataFreshness field is set.
      • getDataFreshness

        public 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;
        Specified by:
        getDataFreshness in interface BigQueryDestinationConfigOrBuilder
        Returns:
        The dataFreshness.
      • setDataFreshness

        public BigQueryDestinationConfig.Builder setDataFreshness​(com.google.protobuf.Duration value)
         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;
      • setDataFreshness

        public BigQueryDestinationConfig.Builder setDataFreshness​(com.google.protobuf.Duration.Builder builderForValue)
         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;
      • mergeDataFreshness

        public BigQueryDestinationConfig.Builder mergeDataFreshness​(com.google.protobuf.Duration value)
         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;
      • clearDataFreshness

        public BigQueryDestinationConfig.Builder clearDataFreshness()
         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;
      • getDataFreshnessBuilder

        public com.google.protobuf.Duration.Builder getDataFreshnessBuilder()
         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

        public 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;
        Specified by:
        getDataFreshnessOrBuilder in interface BigQueryDestinationConfigOrBuilder
      • setUnknownFields

        public final BigQueryDestinationConfig.Builder setUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        setUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BigQueryDestinationConfig.Builder>
      • mergeUnknownFields

        public final BigQueryDestinationConfig.Builder mergeUnknownFields​(com.google.protobuf.UnknownFieldSet unknownFields)
        Specified by:
        mergeUnknownFields in interface com.google.protobuf.Message.Builder
        Overrides:
        mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<BigQueryDestinationConfig.Builder>