google-apis-datastream_v1 0.61.0 → 0.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c98da9db2b09e73af8d8282717195df544c6c4da97da8776ab3eccaff0e1ca57
4
- data.tar.gz: d98411827730fdfe658d795b78a2e253a4abd563230d61898d33839bc37cbcd1
3
+ metadata.gz: baadebfc49435cd117d9aefc4a6ed59414dfe5fbebca55874d6022d072b65a42
4
+ data.tar.gz: bd947a5be0bfa71066261c4fa8e0016bbef73a8a093c8a276431d114fcf3c791
5
5
  SHA512:
6
- metadata.gz: ad95a5bda2fd1e90328e2a88abd8afd48cd067a8a8a0edc941f564354dc0833ed7e0c0c4c57e91de639a8c98b171d5715d86b03385c2d09b2c352eca02286ca2
7
- data.tar.gz: b0c008b7ae6522639bd35e00b4ef3d2b54f6eb4093581285895f3a2dc1c4f7105e1743ebf9c2c232df9bc5f4d32e3db8c6c28a6bf2005f9acea74d5f26747511
6
+ metadata.gz: 34d53c9f8b4b617a83839ac242795188c61f4bf8c439e8f4c3ba09bd7e1b011a22f771669c5c5981fbcab78acbb2a5ce38c829c09796ae727063db654e64de83
7
+ data.tar.gz: a1e8218cc39a76e5ac30daaf5e04254c36f71b7be320dfba96be84e2f6b6a5939593a93f1276dbf65129148a0acacaa922e0fc44733de4a21dc54b04bfd715b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-datastream_v1
2
2
 
3
+ ### v0.62.0 (2026-01-18)
4
+
5
+ * Regenerated from discovery document revision 20260107
6
+
3
7
  ### v0.61.0 (2026-01-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20251231
@@ -79,6 +79,11 @@ module Google
79
79
  # @return [Google::Apis::DatastreamV1::SalesforceOrg]
80
80
  attr_accessor :salesforce_excluded_objects
81
81
 
82
+ # Spanner database structure.
83
+ # Corresponds to the JSON property `spannerExcludedObjects`
84
+ # @return [Google::Apis::DatastreamV1::SpannerDatabase]
85
+ attr_accessor :spanner_excluded_objects
86
+
82
87
  # SQLServer database structure.
83
88
  # Corresponds to the JSON property `sqlServerExcludedObjects`
84
89
  # @return [Google::Apis::DatastreamV1::SqlServerRdbms]
@@ -95,6 +100,7 @@ module Google
95
100
  @oracle_excluded_objects = args[:oracle_excluded_objects] if args.key?(:oracle_excluded_objects)
96
101
  @postgresql_excluded_objects = args[:postgresql_excluded_objects] if args.key?(:postgresql_excluded_objects)
97
102
  @salesforce_excluded_objects = args[:salesforce_excluded_objects] if args.key?(:salesforce_excluded_objects)
103
+ @spanner_excluded_objects = args[:spanner_excluded_objects] if args.key?(:spanner_excluded_objects)
98
104
  @sql_server_excluded_objects = args[:sql_server_excluded_objects] if args.key?(:sql_server_excluded_objects)
99
105
  end
100
106
  end
@@ -506,6 +512,11 @@ module Google
506
512
  attr_accessor :satisfies_pzs
507
513
  alias_method :satisfies_pzs?, :satisfies_pzs
508
514
 
515
+ # Spanner profile.
516
+ # Corresponds to the JSON property `spannerProfile`
517
+ # @return [Google::Apis::DatastreamV1::SpannerProfile]
518
+ attr_accessor :spanner_profile
519
+
509
520
  # SQLServer database profile.
510
521
  # Corresponds to the JSON property `sqlServerProfile`
511
522
  # @return [Google::Apis::DatastreamV1::SqlServerProfile]
@@ -544,6 +555,7 @@ module Google
544
555
  @salesforce_profile = args[:salesforce_profile] if args.key?(:salesforce_profile)
545
556
  @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
546
557
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
558
+ @spanner_profile = args[:spanner_profile] if args.key?(:spanner_profile)
547
559
  @sql_server_profile = args[:sql_server_profile] if args.key?(:sql_server_profile)
548
560
  @static_service_ip_connectivity = args[:static_service_ip_connectivity] if args.key?(:static_service_ip_connectivity)
549
561
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -698,6 +710,11 @@ module Google
698
710
  # @return [Google::Apis::DatastreamV1::SalesforceOrg]
699
711
  attr_accessor :salesforce_org
700
712
 
713
+ # Spanner database structure.
714
+ # Corresponds to the JSON property `spannerDatabase`
715
+ # @return [Google::Apis::DatastreamV1::SpannerDatabase]
716
+ attr_accessor :spanner_database
717
+
701
718
  # SQLServer database structure.
702
719
  # Corresponds to the JSON property `sqlServerRdbms`
703
720
  # @return [Google::Apis::DatastreamV1::SqlServerRdbms]
@@ -718,6 +735,7 @@ module Google
718
735
  @oracle_rdbms = args[:oracle_rdbms] if args.key?(:oracle_rdbms)
719
736
  @postgresql_rdbms = args[:postgresql_rdbms] if args.key?(:postgresql_rdbms)
720
737
  @salesforce_org = args[:salesforce_org] if args.key?(:salesforce_org)
738
+ @spanner_database = args[:spanner_database] if args.key?(:spanner_database)
721
739
  @sql_server_rdbms = args[:sql_server_rdbms] if args.key?(:sql_server_rdbms)
722
740
  end
723
741
  end
@@ -751,6 +769,11 @@ module Google
751
769
  # @return [Google::Apis::DatastreamV1::SalesforceOrg]
752
770
  attr_accessor :salesforce_org
753
771
 
772
+ # Spanner database structure.
773
+ # Corresponds to the JSON property `spannerDatabase`
774
+ # @return [Google::Apis::DatastreamV1::SpannerDatabase]
775
+ attr_accessor :spanner_database
776
+
754
777
  # SQLServer database structure.
755
778
  # Corresponds to the JSON property `sqlServerRdbms`
756
779
  # @return [Google::Apis::DatastreamV1::SqlServerRdbms]
@@ -767,6 +790,7 @@ module Google
767
790
  @oracle_rdbms = args[:oracle_rdbms] if args.key?(:oracle_rdbms)
768
791
  @postgresql_rdbms = args[:postgresql_rdbms] if args.key?(:postgresql_rdbms)
769
792
  @salesforce_org = args[:salesforce_org] if args.key?(:salesforce_org)
793
+ @spanner_database = args[:spanner_database] if args.key?(:spanner_database)
770
794
  @sql_server_rdbms = args[:sql_server_rdbms] if args.key?(:sql_server_rdbms)
771
795
  end
772
796
  end
@@ -3640,6 +3664,11 @@ module Google
3640
3664
  # @return [String]
3641
3665
  attr_accessor :source_connection_profile
3642
3666
 
3667
+ # Spanner source configuration.
3668
+ # Corresponds to the JSON property `spannerSourceConfig`
3669
+ # @return [Google::Apis::DatastreamV1::SpannerSourceConfig]
3670
+ attr_accessor :spanner_source_config
3671
+
3643
3672
  # SQLServer data source configuration
3644
3673
  # Corresponds to the JSON property `sqlServerSourceConfig`
3645
3674
  # @return [Google::Apis::DatastreamV1::SqlServerSourceConfig]
@@ -3657,6 +3686,7 @@ module Google
3657
3686
  @postgresql_source_config = args[:postgresql_source_config] if args.key?(:postgresql_source_config)
3658
3687
  @salesforce_source_config = args[:salesforce_source_config] if args.key?(:salesforce_source_config)
3659
3688
  @source_connection_profile = args[:source_connection_profile] if args.key?(:source_connection_profile)
3689
+ @spanner_source_config = args[:spanner_source_config] if args.key?(:spanner_source_config)
3660
3690
  @sql_server_source_config = args[:sql_server_source_config] if args.key?(:sql_server_source_config)
3661
3691
  end
3662
3692
  end
@@ -3717,6 +3747,11 @@ module Google
3717
3747
  # @return [Google::Apis::DatastreamV1::SalesforceObjectIdentifier]
3718
3748
  attr_accessor :salesforce_identifier
3719
3749
 
3750
+ # Spanner data source object identifier.
3751
+ # Corresponds to the JSON property `spannerIdentifier`
3752
+ # @return [Google::Apis::DatastreamV1::SpannerObjectIdentifier]
3753
+ attr_accessor :spanner_identifier
3754
+
3720
3755
  # SQLServer data source object identifier.
3721
3756
  # Corresponds to the JSON property `sqlServerIdentifier`
3722
3757
  # @return [Google::Apis::DatastreamV1::SqlServerObjectIdentifier]
@@ -3733,10 +3768,235 @@ module Google
3733
3768
  @oracle_identifier = args[:oracle_identifier] if args.key?(:oracle_identifier)
3734
3769
  @postgresql_identifier = args[:postgresql_identifier] if args.key?(:postgresql_identifier)
3735
3770
  @salesforce_identifier = args[:salesforce_identifier] if args.key?(:salesforce_identifier)
3771
+ @spanner_identifier = args[:spanner_identifier] if args.key?(:spanner_identifier)
3736
3772
  @sql_server_identifier = args[:sql_server_identifier] if args.key?(:sql_server_identifier)
3737
3773
  end
3738
3774
  end
3739
3775
 
3776
+ # Spanner column.
3777
+ class SpannerColumn
3778
+ include Google::Apis::Core::Hashable
3779
+
3780
+ # Required. Column name.
3781
+ # Corresponds to the JSON property `column`
3782
+ # @return [String]
3783
+ attr_accessor :column
3784
+
3785
+ # Optional. Spanner data type.
3786
+ # Corresponds to the JSON property `dataType`
3787
+ # @return [String]
3788
+ attr_accessor :data_type
3789
+
3790
+ # Optional. Whether or not the column is a primary key.
3791
+ # Corresponds to the JSON property `isPrimaryKey`
3792
+ # @return [Boolean]
3793
+ attr_accessor :is_primary_key
3794
+ alias_method :is_primary_key?, :is_primary_key
3795
+
3796
+ # Optional. The ordinal position of the column in the table.
3797
+ # Corresponds to the JSON property `ordinalPosition`
3798
+ # @return [Fixnum]
3799
+ attr_accessor :ordinal_position
3800
+
3801
+ def initialize(**args)
3802
+ update!(**args)
3803
+ end
3804
+
3805
+ # Update properties of this object
3806
+ def update!(**args)
3807
+ @column = args[:column] if args.key?(:column)
3808
+ @data_type = args[:data_type] if args.key?(:data_type)
3809
+ @is_primary_key = args[:is_primary_key] if args.key?(:is_primary_key)
3810
+ @ordinal_position = args[:ordinal_position] if args.key?(:ordinal_position)
3811
+ end
3812
+ end
3813
+
3814
+ # Spanner database structure.
3815
+ class SpannerDatabase
3816
+ include Google::Apis::Core::Hashable
3817
+
3818
+ # Optional. Spanner schemas in the database.
3819
+ # Corresponds to the JSON property `schemas`
3820
+ # @return [Array<Google::Apis::DatastreamV1::SpannerSchema>]
3821
+ attr_accessor :schemas
3822
+
3823
+ def initialize(**args)
3824
+ update!(**args)
3825
+ end
3826
+
3827
+ # Update properties of this object
3828
+ def update!(**args)
3829
+ @schemas = args[:schemas] if args.key?(:schemas)
3830
+ end
3831
+ end
3832
+
3833
+ # Spanner data source object identifier.
3834
+ class SpannerObjectIdentifier
3835
+ include Google::Apis::Core::Hashable
3836
+
3837
+ # Optional. The schema name.
3838
+ # Corresponds to the JSON property `schema`
3839
+ # @return [String]
3840
+ attr_accessor :schema
3841
+
3842
+ # Required. The table name.
3843
+ # Corresponds to the JSON property `table`
3844
+ # @return [String]
3845
+ attr_accessor :table
3846
+
3847
+ def initialize(**args)
3848
+ update!(**args)
3849
+ end
3850
+
3851
+ # Update properties of this object
3852
+ def update!(**args)
3853
+ @schema = args[:schema] if args.key?(:schema)
3854
+ @table = args[:table] if args.key?(:table)
3855
+ end
3856
+ end
3857
+
3858
+ # Spanner profile.
3859
+ class SpannerProfile
3860
+ include Google::Apis::Core::Hashable
3861
+
3862
+ # Required. Immutable. Cloud Spanner database resource. This field is immutable.
3863
+ # Must be in the format: projects/`project`/instances/`instance`/databases/`
3864
+ # database_id`.
3865
+ # Corresponds to the JSON property `database`
3866
+ # @return [String]
3867
+ attr_accessor :database
3868
+
3869
+ # Optional. The Spanner endpoint to connect to. Defaults to the global endpoint (
3870
+ # https://spanner.googleapis.com). Must be in the format: https://spanner.`
3871
+ # region`.rep.googleapis.com.
3872
+ # Corresponds to the JSON property `host`
3873
+ # @return [String]
3874
+ attr_accessor :host
3875
+
3876
+ def initialize(**args)
3877
+ update!(**args)
3878
+ end
3879
+
3880
+ # Update properties of this object
3881
+ def update!(**args)
3882
+ @database = args[:database] if args.key?(:database)
3883
+ @host = args[:host] if args.key?(:host)
3884
+ end
3885
+ end
3886
+
3887
+ # Spanner schema.
3888
+ class SpannerSchema
3889
+ include Google::Apis::Core::Hashable
3890
+
3891
+ # Required. Schema name.
3892
+ # Corresponds to the JSON property `schema`
3893
+ # @return [String]
3894
+ attr_accessor :schema
3895
+
3896
+ # Optional. Spanner tables in the schema.
3897
+ # Corresponds to the JSON property `tables`
3898
+ # @return [Array<Google::Apis::DatastreamV1::SpannerTable>]
3899
+ attr_accessor :tables
3900
+
3901
+ def initialize(**args)
3902
+ update!(**args)
3903
+ end
3904
+
3905
+ # Update properties of this object
3906
+ def update!(**args)
3907
+ @schema = args[:schema] if args.key?(:schema)
3908
+ @tables = args[:tables] if args.key?(:tables)
3909
+ end
3910
+ end
3911
+
3912
+ # Spanner source configuration.
3913
+ class SpannerSourceConfig
3914
+ include Google::Apis::Core::Hashable
3915
+
3916
+ # Optional. Whether to use Data Boost for Spanner backfills. Defaults to false
3917
+ # if not set.
3918
+ # Corresponds to the JSON property `backfillDataBoostEnabled`
3919
+ # @return [Boolean]
3920
+ attr_accessor :backfill_data_boost_enabled
3921
+ alias_method :backfill_data_boost_enabled?, :backfill_data_boost_enabled
3922
+
3923
+ # Required. Immutable. The change stream name to use for the stream.
3924
+ # Corresponds to the JSON property `changeStreamName`
3925
+ # @return [String]
3926
+ attr_accessor :change_stream_name
3927
+
3928
+ # Spanner database structure.
3929
+ # Corresponds to the JSON property `excludeObjects`
3930
+ # @return [Google::Apis::DatastreamV1::SpannerDatabase]
3931
+ attr_accessor :exclude_objects
3932
+
3933
+ # Optional. The FGAC role to use for the stream.
3934
+ # Corresponds to the JSON property `fgacRole`
3935
+ # @return [String]
3936
+ attr_accessor :fgac_role
3937
+
3938
+ # Spanner database structure.
3939
+ # Corresponds to the JSON property `includeObjects`
3940
+ # @return [Google::Apis::DatastreamV1::SpannerDatabase]
3941
+ attr_accessor :include_objects
3942
+
3943
+ # Optional. Maximum number of concurrent backfill tasks.
3944
+ # Corresponds to the JSON property `maxConcurrentBackfillTasks`
3945
+ # @return [Fixnum]
3946
+ attr_accessor :max_concurrent_backfill_tasks
3947
+
3948
+ # Optional. Maximum number of concurrent CDC tasks.
3949
+ # Corresponds to the JSON property `maxConcurrentCdcTasks`
3950
+ # @return [Fixnum]
3951
+ attr_accessor :max_concurrent_cdc_tasks
3952
+
3953
+ # Optional. The RPC priority to use for the stream.
3954
+ # Corresponds to the JSON property `spannerRpcPriority`
3955
+ # @return [String]
3956
+ attr_accessor :spanner_rpc_priority
3957
+
3958
+ def initialize(**args)
3959
+ update!(**args)
3960
+ end
3961
+
3962
+ # Update properties of this object
3963
+ def update!(**args)
3964
+ @backfill_data_boost_enabled = args[:backfill_data_boost_enabled] if args.key?(:backfill_data_boost_enabled)
3965
+ @change_stream_name = args[:change_stream_name] if args.key?(:change_stream_name)
3966
+ @exclude_objects = args[:exclude_objects] if args.key?(:exclude_objects)
3967
+ @fgac_role = args[:fgac_role] if args.key?(:fgac_role)
3968
+ @include_objects = args[:include_objects] if args.key?(:include_objects)
3969
+ @max_concurrent_backfill_tasks = args[:max_concurrent_backfill_tasks] if args.key?(:max_concurrent_backfill_tasks)
3970
+ @max_concurrent_cdc_tasks = args[:max_concurrent_cdc_tasks] if args.key?(:max_concurrent_cdc_tasks)
3971
+ @spanner_rpc_priority = args[:spanner_rpc_priority] if args.key?(:spanner_rpc_priority)
3972
+ end
3973
+ end
3974
+
3975
+ # Spanner table.
3976
+ class SpannerTable
3977
+ include Google::Apis::Core::Hashable
3978
+
3979
+ # Optional. Spanner columns in the table.
3980
+ # Corresponds to the JSON property `columns`
3981
+ # @return [Array<Google::Apis::DatastreamV1::SpannerColumn>]
3982
+ attr_accessor :columns
3983
+
3984
+ # Required. Table name.
3985
+ # Corresponds to the JSON property `table`
3986
+ # @return [String]
3987
+ attr_accessor :table
3988
+
3989
+ def initialize(**args)
3990
+ update!(**args)
3991
+ end
3992
+
3993
+ # Update properties of this object
3994
+ def update!(**args)
3995
+ @columns = args[:columns] if args.key?(:columns)
3996
+ @table = args[:table] if args.key?(:table)
3997
+ end
3998
+ end
3999
+
3740
4000
  # CDC strategy to start replicating from a specific position in the source.
3741
4001
  class SpecificStartPosition
3742
4002
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DatastreamV1
18
18
  # Version of the google-apis-datastream_v1 gem
19
- GEM_VERSION = "0.61.0"
19
+ GEM_VERSION = "0.62.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251231"
25
+ REVISION = "20260107"
26
26
  end
27
27
  end
28
28
  end
@@ -682,6 +682,48 @@ module Google
682
682
  include Google::Apis::Core::JsonObjectSupport
683
683
  end
684
684
 
685
+ class SpannerColumn
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class SpannerDatabase
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class SpannerObjectIdentifier
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class SpannerProfile
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class SpannerSchema
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class SpannerSourceConfig
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class SpannerTable
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
685
727
  class SpecificStartPosition
686
728
  class Representation < Google::Apis::Core::JsonRepresentation; end
687
729
 
@@ -881,6 +923,8 @@ module Google
881
923
 
882
924
  property :salesforce_excluded_objects, as: 'salesforceExcludedObjects', class: Google::Apis::DatastreamV1::SalesforceOrg, decorator: Google::Apis::DatastreamV1::SalesforceOrg::Representation
883
925
 
926
+ property :spanner_excluded_objects, as: 'spannerExcludedObjects', class: Google::Apis::DatastreamV1::SpannerDatabase, decorator: Google::Apis::DatastreamV1::SpannerDatabase::Representation
927
+
884
928
  property :sql_server_excluded_objects, as: 'sqlServerExcludedObjects', class: Google::Apis::DatastreamV1::SqlServerRdbms, decorator: Google::Apis::DatastreamV1::SqlServerRdbms::Representation
885
929
 
886
930
  end
@@ -1025,6 +1069,8 @@ module Google
1025
1069
 
1026
1070
  property :satisfies_pzi, as: 'satisfiesPzi'
1027
1071
  property :satisfies_pzs, as: 'satisfiesPzs'
1072
+ property :spanner_profile, as: 'spannerProfile', class: Google::Apis::DatastreamV1::SpannerProfile, decorator: Google::Apis::DatastreamV1::SpannerProfile::Representation
1073
+
1028
1074
  property :sql_server_profile, as: 'sqlServerProfile', class: Google::Apis::DatastreamV1::SqlServerProfile, decorator: Google::Apis::DatastreamV1::SqlServerProfile::Representation
1029
1075
 
1030
1076
  property :static_service_ip_connectivity, as: 'staticServiceIpConnectivity', class: Google::Apis::DatastreamV1::StaticServiceIpConnectivity, decorator: Google::Apis::DatastreamV1::StaticServiceIpConnectivity::Representation
@@ -1081,6 +1127,8 @@ module Google
1081
1127
 
1082
1128
  property :salesforce_org, as: 'salesforceOrg', class: Google::Apis::DatastreamV1::SalesforceOrg, decorator: Google::Apis::DatastreamV1::SalesforceOrg::Representation
1083
1129
 
1130
+ property :spanner_database, as: 'spannerDatabase', class: Google::Apis::DatastreamV1::SpannerDatabase, decorator: Google::Apis::DatastreamV1::SpannerDatabase::Representation
1131
+
1084
1132
  property :sql_server_rdbms, as: 'sqlServerRdbms', class: Google::Apis::DatastreamV1::SqlServerRdbms, decorator: Google::Apis::DatastreamV1::SqlServerRdbms::Representation
1085
1133
 
1086
1134
  end
@@ -1099,6 +1147,8 @@ module Google
1099
1147
 
1100
1148
  property :salesforce_org, as: 'salesforceOrg', class: Google::Apis::DatastreamV1::SalesforceOrg, decorator: Google::Apis::DatastreamV1::SalesforceOrg::Representation
1101
1149
 
1150
+ property :spanner_database, as: 'spannerDatabase', class: Google::Apis::DatastreamV1::SpannerDatabase, decorator: Google::Apis::DatastreamV1::SpannerDatabase::Representation
1151
+
1102
1152
  property :sql_server_rdbms, as: 'sqlServerRdbms', class: Google::Apis::DatastreamV1::SqlServerRdbms, decorator: Google::Apis::DatastreamV1::SqlServerRdbms::Representation
1103
1153
 
1104
1154
  end
@@ -1955,6 +2005,8 @@ module Google
1955
2005
  property :salesforce_source_config, as: 'salesforceSourceConfig', class: Google::Apis::DatastreamV1::SalesforceSourceConfig, decorator: Google::Apis::DatastreamV1::SalesforceSourceConfig::Representation
1956
2006
 
1957
2007
  property :source_connection_profile, as: 'sourceConnectionProfile'
2008
+ property :spanner_source_config, as: 'spannerSourceConfig', class: Google::Apis::DatastreamV1::SpannerSourceConfig, decorator: Google::Apis::DatastreamV1::SpannerSourceConfig::Representation
2009
+
1958
2010
  property :sql_server_source_config, as: 'sqlServerSourceConfig', class: Google::Apis::DatastreamV1::SqlServerSourceConfig, decorator: Google::Apis::DatastreamV1::SqlServerSourceConfig::Representation
1959
2011
 
1960
2012
  end
@@ -1982,11 +2034,81 @@ module Google
1982
2034
 
1983
2035
  property :salesforce_identifier, as: 'salesforceIdentifier', class: Google::Apis::DatastreamV1::SalesforceObjectIdentifier, decorator: Google::Apis::DatastreamV1::SalesforceObjectIdentifier::Representation
1984
2036
 
2037
+ property :spanner_identifier, as: 'spannerIdentifier', class: Google::Apis::DatastreamV1::SpannerObjectIdentifier, decorator: Google::Apis::DatastreamV1::SpannerObjectIdentifier::Representation
2038
+
1985
2039
  property :sql_server_identifier, as: 'sqlServerIdentifier', class: Google::Apis::DatastreamV1::SqlServerObjectIdentifier, decorator: Google::Apis::DatastreamV1::SqlServerObjectIdentifier::Representation
1986
2040
 
1987
2041
  end
1988
2042
  end
1989
2043
 
2044
+ class SpannerColumn
2045
+ # @private
2046
+ class Representation < Google::Apis::Core::JsonRepresentation
2047
+ property :column, as: 'column'
2048
+ property :data_type, as: 'dataType'
2049
+ property :is_primary_key, as: 'isPrimaryKey'
2050
+ property :ordinal_position, :numeric_string => true, as: 'ordinalPosition'
2051
+ end
2052
+ end
2053
+
2054
+ class SpannerDatabase
2055
+ # @private
2056
+ class Representation < Google::Apis::Core::JsonRepresentation
2057
+ collection :schemas, as: 'schemas', class: Google::Apis::DatastreamV1::SpannerSchema, decorator: Google::Apis::DatastreamV1::SpannerSchema::Representation
2058
+
2059
+ end
2060
+ end
2061
+
2062
+ class SpannerObjectIdentifier
2063
+ # @private
2064
+ class Representation < Google::Apis::Core::JsonRepresentation
2065
+ property :schema, as: 'schema'
2066
+ property :table, as: 'table'
2067
+ end
2068
+ end
2069
+
2070
+ class SpannerProfile
2071
+ # @private
2072
+ class Representation < Google::Apis::Core::JsonRepresentation
2073
+ property :database, as: 'database'
2074
+ property :host, as: 'host'
2075
+ end
2076
+ end
2077
+
2078
+ class SpannerSchema
2079
+ # @private
2080
+ class Representation < Google::Apis::Core::JsonRepresentation
2081
+ property :schema, as: 'schema'
2082
+ collection :tables, as: 'tables', class: Google::Apis::DatastreamV1::SpannerTable, decorator: Google::Apis::DatastreamV1::SpannerTable::Representation
2083
+
2084
+ end
2085
+ end
2086
+
2087
+ class SpannerSourceConfig
2088
+ # @private
2089
+ class Representation < Google::Apis::Core::JsonRepresentation
2090
+ property :backfill_data_boost_enabled, as: 'backfillDataBoostEnabled'
2091
+ property :change_stream_name, as: 'changeStreamName'
2092
+ property :exclude_objects, as: 'excludeObjects', class: Google::Apis::DatastreamV1::SpannerDatabase, decorator: Google::Apis::DatastreamV1::SpannerDatabase::Representation
2093
+
2094
+ property :fgac_role, as: 'fgacRole'
2095
+ property :include_objects, as: 'includeObjects', class: Google::Apis::DatastreamV1::SpannerDatabase, decorator: Google::Apis::DatastreamV1::SpannerDatabase::Representation
2096
+
2097
+ property :max_concurrent_backfill_tasks, as: 'maxConcurrentBackfillTasks'
2098
+ property :max_concurrent_cdc_tasks, as: 'maxConcurrentCdcTasks'
2099
+ property :spanner_rpc_priority, as: 'spannerRpcPriority'
2100
+ end
2101
+ end
2102
+
2103
+ class SpannerTable
2104
+ # @private
2105
+ class Representation < Google::Apis::Core::JsonRepresentation
2106
+ collection :columns, as: 'columns', class: Google::Apis::DatastreamV1::SpannerColumn, decorator: Google::Apis::DatastreamV1::SpannerColumn::Representation
2107
+
2108
+ property :table, as: 'table'
2109
+ end
2110
+ end
2111
+
1990
2112
  class SpecificStartPosition
1991
2113
  # @private
1992
2114
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-datastream_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.61.0
4
+ version: 0.62.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.61.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.62.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-datastream_v1
62
62
  rdoc_options: []
63
63
  require_paths: