lib/google/apis/datastream_v1/classes.rb in google-apis-datastream_v1-0.21.0 vs lib/google/apis/datastream_v1/classes.rb in google-apis-datastream_v1-0.22.0

- old
+ new

@@ -121,11 +121,11 @@ # Update properties of this object def update!(**args) end end - # + # BigQuery destination configuration class BigQueryDestinationConfig include Google::Apis::Core::Hashable # 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, @@ -242,11 +242,13 @@ # Private Connectivity # Corresponds to the JSON property `privateConnectivity` # @return [Google::Apis::DatastreamV1::PrivateConnectivity] attr_accessor :private_connectivity - # Static IP address connectivity. + # Static IP address connectivity. Used when the source database is configured to + # allow incoming connections from the Datastream public IP addresses for the + # region specified in the connection profile. # Corresponds to the JSON property `staticServiceIpConnectivity` # @return [Google::Apis::DatastreamV1::StaticServiceIpConnectivity] attr_accessor :static_service_ip_connectivity # Output only. The update time of the resource. @@ -316,11 +318,11 @@ # The configuration of the stream destination. class DestinationConfig include Google::Apis::Core::Hashable - # BigQuery destination configuration. + # BigQuery destination configuration # Corresponds to the JSON property `bigqueryDestinationConfig` # @return [Google::Apis::DatastreamV1::BigQueryDestinationConfig] attr_accessor :bigquery_destination_config # Required. Destination connection profile resource. Format: `projects/`project`/ @@ -2148,10 +2150,12 @@ def update!(**args) @object = args[:object] if args.key?(:object) end end - # Static IP address connectivity. + # Static IP address connectivity. Used when the source database is configured to + # allow incoming connections from the Datastream public IP addresses for the + # region specified in the connection profile. class StaticServiceIpConnectivity include Google::Apis::Core::Hashable def initialize(**args) update!(**args)