Class BigQueryDestinationConfig

  • All Implemented Interfaces:
    BigQueryDestinationConfigOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

    public final class BigQueryDestinationConfig
    extends com.google.protobuf.GeneratedMessageV3
    implements BigQueryDestinationConfigOrBuilder
     BigQuery destination configuration
     
    Protobuf type google.cloud.datastream.v1.BigQueryDestinationConfig
    See Also:
    Serialized Form
    • Field Detail

      • SINGLE_TARGET_DATASET_FIELD_NUMBER

        public static final int SINGLE_TARGET_DATASET_FIELD_NUMBER
        See Also:
        Constant Field Values
      • SOURCE_HIERARCHY_DATASETS_FIELD_NUMBER

        public static final int SOURCE_HIERARCHY_DATASETS_FIELD_NUMBER
        See Also:
        Constant Field Values
      • DATA_FRESHNESS_FIELD_NUMBER

        public static final int DATA_FRESHNESS_FIELD_NUMBER
        See Also:
        Constant Field Values
    • Method Detail

      • newInstance

        protected Object newInstance​(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
        Overrides:
        newInstance in class com.google.protobuf.GeneratedMessageV3
      • 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
      • 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.
      • 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.
      • 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.
      • 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
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3
      • writeTo

        public void writeTo​(com.google.protobuf.CodedOutputStream output)
                     throws IOException
        Specified by:
        writeTo in interface com.google.protobuf.MessageLite
        Overrides:
        writeTo in class com.google.protobuf.GeneratedMessageV3
        Throws:
        IOException
      • getSerializedSize

        public int getSerializedSize()
        Specified by:
        getSerializedSize in interface com.google.protobuf.MessageLite
        Overrides:
        getSerializedSize in class com.google.protobuf.GeneratedMessageV3
      • equals

        public boolean equals​(Object obj)
        Specified by:
        equals in interface com.google.protobuf.Message
        Overrides:
        equals in class com.google.protobuf.AbstractMessage
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface com.google.protobuf.Message
        Overrides:
        hashCode in class com.google.protobuf.AbstractMessage
      • parseFrom

        public static BigQueryDestinationConfig parseFrom​(ByteBuffer data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BigQueryDestinationConfig parseFrom​(ByteBuffer data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BigQueryDestinationConfig parseFrom​(com.google.protobuf.ByteString data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BigQueryDestinationConfig parseFrom​(com.google.protobuf.ByteString data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BigQueryDestinationConfig parseFrom​(byte[] data)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static BigQueryDestinationConfig parseFrom​(byte[] data,
                                                          com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                   throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • newBuilderForType

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

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

        protected BigQueryDestinationConfig.Builder newBuilderForType​(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
        Specified by:
        newBuilderForType in class com.google.protobuf.GeneratedMessageV3
      • getParserForType

        public com.google.protobuf.Parser<BigQueryDestinationConfig> getParserForType()
        Specified by:
        getParserForType in interface com.google.protobuf.Message
        Specified by:
        getParserForType in interface com.google.protobuf.MessageLite
        Overrides:
        getParserForType in class com.google.protobuf.GeneratedMessageV3
      • getDefaultInstanceForType

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