google-apis-datastream_v1 0.60.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: e919f1014a52b5089c5f2ed9d76dc08d4d6f9afd5f61d80673614bc3a06923bc
4
- data.tar.gz: 9f161bf802c9742df6ea34de62f88778e02e730eb90594a23bbfba5976914379
3
+ metadata.gz: baadebfc49435cd117d9aefc4a6ed59414dfe5fbebca55874d6022d072b65a42
4
+ data.tar.gz: bd947a5be0bfa71066261c4fa8e0016bbef73a8a093c8a276431d114fcf3c791
5
5
  SHA512:
6
- metadata.gz: 1ec08356cab17911002fdd3e3ea8f3b737220ceeba2a9b93a54449025d019a9dc9a126719bb18fe64a9ee72f4564a80c2994afb3c3cdd44faa432dcfaec77455
7
- data.tar.gz: 39344aadb7efc10fb94386bdcf566cfed2d8259c7e4e9789c42a5fd5001d1cce899962161e6caee78f216acb9b25f0df16725521b6110be6e8a673d1d3efbb22
6
+ metadata.gz: 34d53c9f8b4b617a83839ac242795188c61f4bf8c439e8f4c3ba09bd7e1b011a22f771669c5c5981fbcab78acbb2a5ce38c829c09796ae727063db654e64de83
7
+ data.tar.gz: a1e8218cc39a76e5ac30daaf5e04254c36f71b7be320dfba96be84e2f6b6a5939593a93f1276dbf65129148a0acacaa922e0fc44733de4a21dc54b04bfd715b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.61.0 (2026-01-11)
8
+
9
+ * Regenerated from discovery document revision 20251231
10
+
3
11
  ### v0.60.0 (2025-12-14)
4
12
 
5
13
  * Regenerated from discovery document revision 20251201
@@ -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)
@@ -655,19 +667,20 @@ module Google
655
667
  # @return [Google::Apis::DatastreamV1::ConnectionProfile]
656
668
  attr_accessor :connection_profile
657
669
 
658
- # A reference to an existing connection profile.
670
+ # Optional. A reference to an existing connection profile.
659
671
  # Corresponds to the JSON property `connectionProfileName`
660
672
  # @return [String]
661
673
  attr_accessor :connection_profile_name
662
674
 
663
- # Whether to retrieve the full hierarchy of data objects (TRUE) or only the
664
- # current level (FALSE).
675
+ # Optional. Whether to retrieve the full hierarchy of data objects (TRUE) or
676
+ # only the current level (FALSE).
665
677
  # Corresponds to the JSON property `fullHierarchy`
666
678
  # @return [Boolean]
667
679
  attr_accessor :full_hierarchy
668
680
  alias_method :full_hierarchy?, :full_hierarchy
669
681
 
670
- # The number of hierarchy levels below the current level to be retrieved.
682
+ # Optional. The number of hierarchy levels below the current level to be
683
+ # retrieved.
671
684
  # Corresponds to the JSON property `hierarchyDepth`
672
685
  # @return [Fixnum]
673
686
  attr_accessor :hierarchy_depth
@@ -697,6 +710,11 @@ module Google
697
710
  # @return [Google::Apis::DatastreamV1::SalesforceOrg]
698
711
  attr_accessor :salesforce_org
699
712
 
713
+ # Spanner database structure.
714
+ # Corresponds to the JSON property `spannerDatabase`
715
+ # @return [Google::Apis::DatastreamV1::SpannerDatabase]
716
+ attr_accessor :spanner_database
717
+
700
718
  # SQLServer database structure.
701
719
  # Corresponds to the JSON property `sqlServerRdbms`
702
720
  # @return [Google::Apis::DatastreamV1::SqlServerRdbms]
@@ -717,6 +735,7 @@ module Google
717
735
  @oracle_rdbms = args[:oracle_rdbms] if args.key?(:oracle_rdbms)
718
736
  @postgresql_rdbms = args[:postgresql_rdbms] if args.key?(:postgresql_rdbms)
719
737
  @salesforce_org = args[:salesforce_org] if args.key?(:salesforce_org)
738
+ @spanner_database = args[:spanner_database] if args.key?(:spanner_database)
720
739
  @sql_server_rdbms = args[:sql_server_rdbms] if args.key?(:sql_server_rdbms)
721
740
  end
722
741
  end
@@ -750,6 +769,11 @@ module Google
750
769
  # @return [Google::Apis::DatastreamV1::SalesforceOrg]
751
770
  attr_accessor :salesforce_org
752
771
 
772
+ # Spanner database structure.
773
+ # Corresponds to the JSON property `spannerDatabase`
774
+ # @return [Google::Apis::DatastreamV1::SpannerDatabase]
775
+ attr_accessor :spanner_database
776
+
753
777
  # SQLServer database structure.
754
778
  # Corresponds to the JSON property `sqlServerRdbms`
755
779
  # @return [Google::Apis::DatastreamV1::SqlServerRdbms]
@@ -766,6 +790,7 @@ module Google
766
790
  @oracle_rdbms = args[:oracle_rdbms] if args.key?(:oracle_rdbms)
767
791
  @postgresql_rdbms = args[:postgresql_rdbms] if args.key?(:postgresql_rdbms)
768
792
  @salesforce_org = args[:salesforce_org] if args.key?(:salesforce_org)
793
+ @spanner_database = args[:spanner_database] if args.key?(:spanner_database)
769
794
  @sql_server_rdbms = args[:sql_server_rdbms] if args.key?(:sql_server_rdbms)
770
795
  end
771
796
  end
@@ -3639,6 +3664,11 @@ module Google
3639
3664
  # @return [String]
3640
3665
  attr_accessor :source_connection_profile
3641
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
+
3642
3672
  # SQLServer data source configuration
3643
3673
  # Corresponds to the JSON property `sqlServerSourceConfig`
3644
3674
  # @return [Google::Apis::DatastreamV1::SqlServerSourceConfig]
@@ -3656,6 +3686,7 @@ module Google
3656
3686
  @postgresql_source_config = args[:postgresql_source_config] if args.key?(:postgresql_source_config)
3657
3687
  @salesforce_source_config = args[:salesforce_source_config] if args.key?(:salesforce_source_config)
3658
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)
3659
3690
  @sql_server_source_config = args[:sql_server_source_config] if args.key?(:sql_server_source_config)
3660
3691
  end
3661
3692
  end
@@ -3716,6 +3747,11 @@ module Google
3716
3747
  # @return [Google::Apis::DatastreamV1::SalesforceObjectIdentifier]
3717
3748
  attr_accessor :salesforce_identifier
3718
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
+
3719
3755
  # SQLServer data source object identifier.
3720
3756
  # Corresponds to the JSON property `sqlServerIdentifier`
3721
3757
  # @return [Google::Apis::DatastreamV1::SqlServerObjectIdentifier]
@@ -3732,10 +3768,235 @@ module Google
3732
3768
  @oracle_identifier = args[:oracle_identifier] if args.key?(:oracle_identifier)
3733
3769
  @postgresql_identifier = args[:postgresql_identifier] if args.key?(:postgresql_identifier)
3734
3770
  @salesforce_identifier = args[:salesforce_identifier] if args.key?(:salesforce_identifier)
3771
+ @spanner_identifier = args[:spanner_identifier] if args.key?(:spanner_identifier)
3735
3772
  @sql_server_identifier = args[:sql_server_identifier] if args.key?(:sql_server_identifier)
3736
3773
  end
3737
3774
  end
3738
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
+
3739
4000
  # CDC strategy to start replicating from a specific position in the source.
3740
4001
  class SpecificStartPosition
3741
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.60.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 = "20251201"
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
@@ -56,10 +56,10 @@ module Google
56
56
  # Required. The resource name for the location for which static IPs should be
57
57
  # returned. Must be in the format `projects/*/locations/*`.
58
58
  # @param [Fixnum] page_size
59
- # Maximum number of Ips to return, will likely not be specified.
59
+ # Optional. Maximum number of Ips to return, will likely not be specified.
60
60
  # @param [String] page_token
61
- # A page token, received from a previous `ListStaticIps` call. will likely not
62
- # be specified.
61
+ # Optional. A page token, received from a previous `ListStaticIps` call. will
62
+ # likely not be specified.
63
63
  # @param [String] fields
64
64
  # Selector specifying which fields to include in a partial response.
65
65
  # @param [String] quota_user
@@ -334,18 +334,18 @@ module Google
334
334
  # @param [String] parent
335
335
  # Required. The parent that owns the collection of connection profiles.
336
336
  # @param [String] filter
337
- # Filter request.
337
+ # Optional. Filter request.
338
338
  # @param [String] order_by
339
- # Order by fields for the result.
339
+ # Optional. Order by fields for the result.
340
340
  # @param [Fixnum] page_size
341
- # Maximum number of connection profiles to return. If unspecified, at most 50
342
- # connection profiles will be returned. The maximum value is 1000; values above
343
- # 1000 will be coerced to 1000.
341
+ # Optional. Maximum number of connection profiles to return. If unspecified, at
342
+ # most 50 connection profiles will be returned. The maximum value is 1000;
343
+ # values above 1000 will be coerced to 1000.
344
344
  # @param [String] page_token
345
- # Page token received from a previous `ListConnectionProfiles` call. Provide
346
- # this to retrieve the subsequent page. When paginating, all other parameters
347
- # provided to `ListConnectionProfiles` must match the call that provided the
348
- # page token.
345
+ # Optional. Page token received from a previous `ListConnectionProfiles` call.
346
+ # Provide this to retrieve the subsequent page. When paginating, all other
347
+ # parameters provided to `ListConnectionProfiles` must match the call that
348
+ # provided the page token.
349
349
  # @param [String] fields
350
350
  # Selector specifying which fields to include in a partial response.
351
351
  # @param [String] quota_user
@@ -727,18 +727,18 @@ module Google
727
727
  # Required. The parent that owns the collection of private connectivity
728
728
  # configurations.
729
729
  # @param [String] filter
730
- # Filter request.
730
+ # Optional. Filter request.
731
731
  # @param [String] order_by
732
- # Order by fields for the result.
732
+ # Optional. Order by fields for the result.
733
733
  # @param [Fixnum] page_size
734
734
  # Maximum number of private connectivity configurations to return. If
735
735
  # unspecified, at most 50 private connectivity configurations that will be
736
736
  # returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
737
737
  # @param [String] page_token
738
- # Page token received from a previous `ListPrivateConnections` call. Provide
739
- # this to retrieve the subsequent page. When paginating, all other parameters
740
- # provided to `ListPrivateConnections` must match the call that provided the
741
- # page token.
738
+ # Optional. Page token received from a previous `ListPrivateConnections` call.
739
+ # Provide this to retrieve the subsequent page. When paginating, all other
740
+ # parameters provided to `ListPrivateConnections` must match the call that
741
+ # provided the page token.
742
742
  # @param [String] fields
743
743
  # Selector specifying which fields to include in a partial response.
744
744
  # @param [String] quota_user
@@ -896,17 +896,17 @@ module Google
896
896
  # @param [String] parent
897
897
  # Required. The parent that owns the collection of Routess.
898
898
  # @param [String] filter
899
- # Filter request.
899
+ # Optional. Filter request.
900
900
  # @param [String] order_by
901
- # Order by fields for the result.
901
+ # Optional. Order by fields for the result.
902
902
  # @param [Fixnum] page_size
903
- # Maximum number of Routes to return. The service may return fewer than this
904
- # value. If unspecified, at most 50 Routes will be returned. The maximum value
905
- # is 1000; values above 1000 will be coerced to 1000.
903
+ # Optional. Maximum number of Routes to return. The service may return fewer
904
+ # than this value. If unspecified, at most 50 Routes will be returned. The
905
+ # maximum value is 1000; values above 1000 will be coerced to 1000.
906
906
  # @param [String] page_token
907
- # Page token received from a previous `ListRoutes` call. Provide this to
908
- # retrieve the subsequent page. When paginating, all other parameters provided
909
- # to `ListRoutes` must match the call that provided the page token.
907
+ # Optional. Page token received from a previous `ListRoutes` call. Provide this
908
+ # to retrieve the subsequent page. When paginating, all other parameters
909
+ # provided to `ListRoutes` must match the call that provided the page token.
910
910
  # @param [String] fields
911
911
  # Selector specifying which fields to include in a partial response.
912
912
  # @param [String] quota_user
@@ -1069,17 +1069,17 @@ module Google
1069
1069
  # @param [String] parent
1070
1070
  # Required. The parent that owns the collection of streams.
1071
1071
  # @param [String] filter
1072
- # Filter request.
1072
+ # Optional. Filter request.
1073
1073
  # @param [String] order_by
1074
- # Order by fields for the result.
1074
+ # Optional. Order by fields for the result.
1075
1075
  # @param [Fixnum] page_size
1076
- # Maximum number of streams to return. If unspecified, at most 50 streams will
1077
- # be returned. The maximum value is 1000; values above 1000 will be coerced to
1078
- # 1000.
1076
+ # Optional. Maximum number of streams to return. If unspecified, at most 50
1077
+ # streams will be returned. The maximum value is 1000; values above 1000 will be
1078
+ # coerced to 1000.
1079
1079
  # @param [String] page_token
1080
- # Page token received from a previous `ListStreams` call. Provide this to
1081
- # retrieve the subsequent page. When paginating, all other parameters provided
1082
- # to `ListStreams` must match the call that provided the page token.
1080
+ # Optional. Page token received from a previous `ListStreams` call. Provide this
1081
+ # to retrieve the subsequent page. When paginating, all other parameters
1082
+ # provided to `ListStreams` must match the call that provided the page token.
1083
1083
  # @param [String] fields
1084
1084
  # Selector specifying which fields to include in a partial response.
1085
1085
  # @param [String] quota_user
@@ -1239,13 +1239,13 @@ module Google
1239
1239
  # @param [String] parent
1240
1240
  # Required. The parent stream that owns the collection of objects.
1241
1241
  # @param [Fixnum] page_size
1242
- # Maximum number of objects to return. Default is 50. The maximum value is 1000;
1243
- # values above 1000 will be coerced to 1000.
1242
+ # Optional. Maximum number of objects to return. Default is 50. The maximum
1243
+ # value is 1000; values above 1000 will be coerced to 1000.
1244
1244
  # @param [String] page_token
1245
- # Page token received from a previous `ListStreamObjectsRequest` call. Provide
1246
- # this to retrieve the subsequent page. When paginating, all other parameters
1247
- # provided to `ListStreamObjectsRequest` must match the call that provided the
1248
- # page token.
1245
+ # Optional. Page token received from a previous `ListStreamObjectsRequest` call.
1246
+ # Provide this to retrieve the subsequent page. When paginating, all other
1247
+ # parameters provided to `ListStreamObjectsRequest` must match the call that
1248
+ # provided the page token.
1249
1249
  # @param [String] fields
1250
1250
  # Selector specifying which fields to include in a partial response.
1251
1251
  # @param [String] quota_user
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.60.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.60.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: