google-apis-datastream_v1 0.68.0 → 0.69.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: 7f04cdb2ecb8dba69281b4daef270789b20552f90ca02deb26c338fb638f91ce
4
- data.tar.gz: ef1cb12d04dee49a79b3c806ca68513b187ca45104445902697d2fbdc21a6f43
3
+ metadata.gz: 9d494d3399c9f5e28b077ca987dbea9bea809490372ff2bf9c9c6d916ebd6b43
4
+ data.tar.gz: a79ac7eef6581c756f71f415e9a806f0a60afdb91c439184fe17b28d70de67c3
5
5
  SHA512:
6
- metadata.gz: 6623dc6ab7e9525c8593c7a3ef948bca194cef0045be216d3dcdad5254b2bb6eb76bd7ddfacf6714125b557177b09c4afb1b0d78fcd3ad92cd7f283f7388f3a1
7
- data.tar.gz: 2da86360a095d1f3deacd469d3077202b7fd86494bac548e9c88f873495b074f13521b14c0759d87a730ad74066d62befd21ecfd035167fad1c7a71b8e3c482b
6
+ metadata.gz: 2160e49ae38693f133aaac50e3cfdb9509dd501c5e36c3b0f8d44e28bb13e8a3dc8f5f4ed5031bc26ce90241294db2c0ef3f816ccde07a58a7d5ed1526773212
7
+ data.tar.gz: 6bec9386b2965b4d1c43d6236b87ec99acef1bd9d45b216ac641c3ec0d9d30b66defa1ae44c049b5bb0de1b94f0959333cbc49ec0cfbc608aebdd45603ed6f6b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-datastream_v1
2
2
 
3
+ ### v0.69.0 (2026-06-14)
4
+
5
+ * Regenerated from discovery document revision 20260531
6
+ * Regenerated using generator version 0.19.0
7
+
3
8
  ### v0.68.0 (2026-05-17)
4
9
 
5
10
  * Regenerated from discovery document revision 20260503
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/datastream/) may provide gu
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -74,6 +74,11 @@ module Google
74
74
  # @return [Google::Apis::DatastreamV1::PostgresqlRdbms]
75
75
  attr_accessor :postgresql_excluded_objects
76
76
 
77
+ # Source catalog.
78
+ # Corresponds to the JSON property `saasExcludedObjects`
79
+ # @return [Google::Apis::DatastreamV1::SourceCatalog]
80
+ attr_accessor :saas_excluded_objects
81
+
77
82
  # Salesforce organization structure.
78
83
  # Corresponds to the JSON property `salesforceExcludedObjects`
79
84
  # @return [Google::Apis::DatastreamV1::SalesforceOrg]
@@ -99,6 +104,7 @@ module Google
99
104
  @mysql_excluded_objects = args[:mysql_excluded_objects] if args.key?(:mysql_excluded_objects)
100
105
  @oracle_excluded_objects = args[:oracle_excluded_objects] if args.key?(:oracle_excluded_objects)
101
106
  @postgresql_excluded_objects = args[:postgresql_excluded_objects] if args.key?(:postgresql_excluded_objects)
107
+ @saas_excluded_objects = args[:saas_excluded_objects] if args.key?(:saas_excluded_objects)
102
108
  @salesforce_excluded_objects = args[:salesforce_excluded_objects] if args.key?(:salesforce_excluded_objects)
103
109
  @spanner_excluded_objects = args[:spanner_excluded_objects] if args.key?(:spanner_excluded_objects)
104
110
  @sql_server_excluded_objects = args[:sql_server_excluded_objects] if args.key?(:sql_server_excluded_objects)
@@ -471,6 +477,11 @@ module Google
471
477
  # @return [String]
472
478
  attr_accessor :create_time
473
479
 
480
+ # Profile for connecting to a Dataverse source.
481
+ # Corresponds to the JSON property `dataverseProfile`
482
+ # @return [Google::Apis::DatastreamV1::DataverseProfile]
483
+ attr_accessor :dataverse_profile
484
+
474
485
  # Required. Display name.
475
486
  # Corresponds to the JSON property `displayName`
476
487
  # @return [String]
@@ -521,6 +532,11 @@ module Google
521
532
  # @return [Google::Apis::DatastreamV1::PrivateConnectivity]
522
533
  attr_accessor :private_connectivity
523
534
 
535
+ # Profile for connecting to a Salesforce Marketing Cloud source.
536
+ # Corresponds to the JSON property `salesforceMarketingCloudProfile`
537
+ # @return [Google::Apis::DatastreamV1::SalesforceMarketingCloudProfile]
538
+ attr_accessor :salesforce_marketing_cloud_profile
539
+
524
540
  # Profile for connecting to a Salesforce source.
525
541
  # Corresponds to the JSON property `salesforceProfile`
526
542
  # @return [Google::Apis::DatastreamV1::SalesforceProfile]
@@ -538,6 +554,11 @@ module Google
538
554
  attr_accessor :satisfies_pzs
539
555
  alias_method :satisfies_pzs?, :satisfies_pzs
540
556
 
557
+ # Profile for connecting to a ServiceNow source.
558
+ # Corresponds to the JSON property `serviceNowProfile`
559
+ # @return [Google::Apis::DatastreamV1::ServiceNowProfile]
560
+ attr_accessor :service_now_profile
561
+
541
562
  # Profile for connecting to a Spanner source.
542
563
  # Corresponds to the JSON property `spannerProfile`
543
564
  # @return [Google::Apis::DatastreamV1::SpannerProfile]
@@ -568,6 +589,7 @@ module Google
568
589
  def update!(**args)
569
590
  @bigquery_profile = args[:bigquery_profile] if args.key?(:bigquery_profile)
570
591
  @create_time = args[:create_time] if args.key?(:create_time)
592
+ @dataverse_profile = args[:dataverse_profile] if args.key?(:dataverse_profile)
571
593
  @display_name = args[:display_name] if args.key?(:display_name)
572
594
  @forward_ssh_connectivity = args[:forward_ssh_connectivity] if args.key?(:forward_ssh_connectivity)
573
595
  @gcs_profile = args[:gcs_profile] if args.key?(:gcs_profile)
@@ -578,9 +600,11 @@ module Google
578
600
  @oracle_profile = args[:oracle_profile] if args.key?(:oracle_profile)
579
601
  @postgresql_profile = args[:postgresql_profile] if args.key?(:postgresql_profile)
580
602
  @private_connectivity = args[:private_connectivity] if args.key?(:private_connectivity)
603
+ @salesforce_marketing_cloud_profile = args[:salesforce_marketing_cloud_profile] if args.key?(:salesforce_marketing_cloud_profile)
581
604
  @salesforce_profile = args[:salesforce_profile] if args.key?(:salesforce_profile)
582
605
  @satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
583
606
  @satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
607
+ @service_now_profile = args[:service_now_profile] if args.key?(:service_now_profile)
584
608
  @spanner_profile = args[:spanner_profile] if args.key?(:spanner_profile)
585
609
  @sql_server_profile = args[:sql_server_profile] if args.key?(:sql_server_profile)
586
610
  @static_service_ip_connectivity = args[:static_service_ip_connectivity] if args.key?(:static_service_ip_connectivity)
@@ -651,6 +675,71 @@ module Google
651
675
  end
652
676
  end
653
677
 
678
+ # Profile for connecting to a Dataverse source.
679
+ class DataverseProfile
680
+ include Google::Apis::Core::Hashable
681
+
682
+ # Required. Environment URL of the Microsoft Dataverse instance. Example: `.crm.
683
+ # dynamics.com`
684
+ # Corresponds to the JSON property `environmentUrl`
685
+ # @return [String]
686
+ attr_accessor :environment_url
687
+
688
+ # OAuth Client Credentials.
689
+ # Corresponds to the JSON property `oauthClientCredentials`
690
+ # @return [Google::Apis::DatastreamV1::OauthClientCredentials]
691
+ attr_accessor :oauth_client_credentials
692
+
693
+ # Required. Tenant id of the Microsoft Dataverse instance.
694
+ # Corresponds to the JSON property `tenantId`
695
+ # @return [String]
696
+ attr_accessor :tenant_id
697
+
698
+ def initialize(**args)
699
+ update!(**args)
700
+ end
701
+
702
+ # Update properties of this object
703
+ def update!(**args)
704
+ @environment_url = args[:environment_url] if args.key?(:environment_url)
705
+ @oauth_client_credentials = args[:oauth_client_credentials] if args.key?(:oauth_client_credentials)
706
+ @tenant_id = args[:tenant_id] if args.key?(:tenant_id)
707
+ end
708
+ end
709
+
710
+ # Configuration for syncing data from a Dataverse source.
711
+ class DataverseSourceConfig
712
+ include Google::Apis::Core::Hashable
713
+
714
+ # Source catalog.
715
+ # Corresponds to the JSON property `excludeObjects`
716
+ # @return [Google::Apis::DatastreamV1::SourceCatalog]
717
+ attr_accessor :exclude_objects
718
+
719
+ # Source catalog.
720
+ # Corresponds to the JSON property `includeObjects`
721
+ # @return [Google::Apis::DatastreamV1::SourceCatalog]
722
+ attr_accessor :include_objects
723
+
724
+ # Required. Incremental sync polling interval for all objects. If not set, a
725
+ # default value of `5 minutes` is used. The duration must be from `5 minutes` to
726
+ # `24 hours`, inclusive.
727
+ # Corresponds to the JSON property `pollingInterval`
728
+ # @return [String]
729
+ attr_accessor :polling_interval
730
+
731
+ def initialize(**args)
732
+ update!(**args)
733
+ end
734
+
735
+ # Update properties of this object
736
+ def update!(**args)
737
+ @exclude_objects = args[:exclude_objects] if args.key?(:exclude_objects)
738
+ @include_objects = args[:include_objects] if args.key?(:include_objects)
739
+ @polling_interval = args[:polling_interval] if args.key?(:polling_interval)
740
+ end
741
+ end
742
+
654
743
  # Describes additional debugging info.
655
744
  class DebugInfo
656
745
  include Google::Apis::Core::Hashable
@@ -761,6 +850,11 @@ module Google
761
850
  # @return [Google::Apis::DatastreamV1::SalesforceOrg]
762
851
  attr_accessor :salesforce_org
763
852
 
853
+ # Source catalog.
854
+ # Corresponds to the JSON property `sourceCatalog`
855
+ # @return [Google::Apis::DatastreamV1::SourceCatalog]
856
+ attr_accessor :source_catalog
857
+
764
858
  # Spanner database structure.
765
859
  # Corresponds to the JSON property `spannerDatabase`
766
860
  # @return [Google::Apis::DatastreamV1::SpannerDatabase]
@@ -786,6 +880,7 @@ module Google
786
880
  @oracle_rdbms = args[:oracle_rdbms] if args.key?(:oracle_rdbms)
787
881
  @postgresql_rdbms = args[:postgresql_rdbms] if args.key?(:postgresql_rdbms)
788
882
  @salesforce_org = args[:salesforce_org] if args.key?(:salesforce_org)
883
+ @source_catalog = args[:source_catalog] if args.key?(:source_catalog)
789
884
  @spanner_database = args[:spanner_database] if args.key?(:spanner_database)
790
885
  @sql_server_rdbms = args[:sql_server_rdbms] if args.key?(:sql_server_rdbms)
791
886
  end
@@ -820,6 +915,11 @@ module Google
820
915
  # @return [Google::Apis::DatastreamV1::SalesforceOrg]
821
916
  attr_accessor :salesforce_org
822
917
 
918
+ # Source catalog.
919
+ # Corresponds to the JSON property `sourceCatalog`
920
+ # @return [Google::Apis::DatastreamV1::SourceCatalog]
921
+ attr_accessor :source_catalog
922
+
823
923
  # Spanner database structure.
824
924
  # Corresponds to the JSON property `spannerDatabase`
825
925
  # @return [Google::Apis::DatastreamV1::SpannerDatabase]
@@ -841,6 +941,7 @@ module Google
841
941
  @oracle_rdbms = args[:oracle_rdbms] if args.key?(:oracle_rdbms)
842
942
  @postgresql_rdbms = args[:postgresql_rdbms] if args.key?(:postgresql_rdbms)
843
943
  @salesforce_org = args[:salesforce_org] if args.key?(:salesforce_org)
944
+ @source_catalog = args[:source_catalog] if args.key?(:source_catalog)
844
945
  @spanner_database = args[:spanner_database] if args.key?(:spanner_database)
845
946
  @sql_server_rdbms = args[:sql_server_rdbms] if args.key?(:sql_server_rdbms)
846
947
  end
@@ -2504,6 +2605,32 @@ module Google
2504
2605
  end
2505
2606
  end
2506
2607
 
2608
+ # OAuth Client Credentials.
2609
+ class OauthClientCredentials
2610
+ include Google::Apis::Core::Hashable
2611
+
2612
+ # Required. Client ID for OAuth Client Credentials.
2613
+ # Corresponds to the JSON property `clientId`
2614
+ # @return [String]
2615
+ attr_accessor :client_id
2616
+
2617
+ # A confidential piece of information where the actual value is either directly
2618
+ # specified in the message as a raw string or stored in GCP secret manager.
2619
+ # Corresponds to the JSON property `clientSecret`
2620
+ # @return [Google::Apis::DatastreamV1::Secret]
2621
+ attr_accessor :client_secret
2622
+
2623
+ def initialize(**args)
2624
+ update!(**args)
2625
+ end
2626
+
2627
+ # Update properties of this object
2628
+ def update!(**args)
2629
+ @client_id = args[:client_id] if args.key?(:client_id)
2630
+ @client_secret = args[:client_secret] if args.key?(:client_secret)
2631
+ end
2632
+ end
2633
+
2507
2634
  # Object filter to apply the rules to.
2508
2635
  class ObjectFilter
2509
2636
  include Google::Apis::Core::Hashable
@@ -3912,6 +4039,76 @@ module Google
3912
4039
  end
3913
4040
  end
3914
4041
 
4042
+ # Profile for connecting to a Salesforce Marketing Cloud source.
4043
+ class SalesforceMarketingCloudProfile
4044
+ include Google::Apis::Core::Hashable
4045
+
4046
+ # OAuth Client Credentials.
4047
+ # Corresponds to the JSON property `oauthClientCredentials`
4048
+ # @return [Google::Apis::DatastreamV1::OauthClientCredentials]
4049
+ attr_accessor :oauth_client_credentials
4050
+
4051
+ # Required. Subdomain for the Salesforce Marketing Cloud connection. Example: if
4052
+ # your specific endpoint is `https://`your-specific-subdomain`.rest.
4053
+ # marketingcloudapis.com/`, the subdomain is ``your-specific-subdomain``. Must
4054
+ # be 1-63 characters, start and end with an alphanumeric character, and contain
4055
+ # only lowercase letters, numbers, and hyphens (-).
4056
+ # Corresponds to the JSON property `subdomain`
4057
+ # @return [String]
4058
+ attr_accessor :subdomain
4059
+
4060
+ def initialize(**args)
4061
+ update!(**args)
4062
+ end
4063
+
4064
+ # Update properties of this object
4065
+ def update!(**args)
4066
+ @oauth_client_credentials = args[:oauth_client_credentials] if args.key?(:oauth_client_credentials)
4067
+ @subdomain = args[:subdomain] if args.key?(:subdomain)
4068
+ end
4069
+ end
4070
+
4071
+ # Configuration for syncing data from a Salesforce Marketing Cloud source.
4072
+ class SalesforceMarketingCloudSourceConfig
4073
+ include Google::Apis::Core::Hashable
4074
+
4075
+ # Source catalog.
4076
+ # Corresponds to the JSON property `excludeObjects`
4077
+ # @return [Google::Apis::DatastreamV1::SourceCatalog]
4078
+ attr_accessor :exclude_objects
4079
+
4080
+ # Required. Specifies the polling interval for a full refresh of objects that do
4081
+ # not support incremental sync. If not set, a default value of 24 hours is used.
4082
+ # The duration must be between 1 and 24 hours, inclusive.
4083
+ # Corresponds to the JSON property `fullRefreshPollingInterval`
4084
+ # @return [String]
4085
+ attr_accessor :full_refresh_polling_interval
4086
+
4087
+ # Source catalog.
4088
+ # Corresponds to the JSON property `includeObjects`
4089
+ # @return [Google::Apis::DatastreamV1::SourceCatalog]
4090
+ attr_accessor :include_objects
4091
+
4092
+ # Required. Incremental sync polling interval for all objects. If not set, a
4093
+ # default value of `5 minutes` is used. The duration must be from `5 minutes` to
4094
+ # `24 hours`, inclusive.
4095
+ # Corresponds to the JSON property `pollingInterval`
4096
+ # @return [String]
4097
+ attr_accessor :polling_interval
4098
+
4099
+ def initialize(**args)
4100
+ update!(**args)
4101
+ end
4102
+
4103
+ # Update properties of this object
4104
+ def update!(**args)
4105
+ @exclude_objects = args[:exclude_objects] if args.key?(:exclude_objects)
4106
+ @full_refresh_polling_interval = args[:full_refresh_polling_interval] if args.key?(:full_refresh_polling_interval)
4107
+ @include_objects = args[:include_objects] if args.key?(:include_objects)
4108
+ @polling_interval = args[:polling_interval] if args.key?(:polling_interval)
4109
+ end
4110
+ end
4111
+
3915
4112
  # Salesforce object.
3916
4113
  class SalesforceObject
3917
4114
  include Google::Apis::Core::Hashable
@@ -4040,6 +4237,35 @@ module Google
4040
4237
  end
4041
4238
  end
4042
4239
 
4240
+ # A confidential piece of information where the actual value is either directly
4241
+ # specified in the message as a raw string or stored in GCP secret manager.
4242
+ class Secret
4243
+ include Google::Apis::Core::Hashable
4244
+
4245
+ # Optional. Input only. The actual raw value of the secret as plain text.
4246
+ # Corresponds to the JSON property `rawValue`
4247
+ # @return [String]
4248
+ attr_accessor :raw_value
4249
+
4250
+ # Optional. A Secret Manager resource name storing the actual value of the
4251
+ # secret. Supported formats: * projects/`project`/locations/`location`/secrets/`
4252
+ # secret`/versions/`version` * projects/`project`/secrets/`secret`/versions/`
4253
+ # version`
4254
+ # Corresponds to the JSON property `secretVersion`
4255
+ # @return [String]
4256
+ attr_accessor :secret_version
4257
+
4258
+ def initialize(**args)
4259
+ update!(**args)
4260
+ end
4261
+
4262
+ # Update properties of this object
4263
+ def update!(**args)
4264
+ @raw_value = args[:raw_value] if args.key?(:raw_value)
4265
+ @secret_version = args[:secret_version] if args.key?(:secret_version)
4266
+ end
4267
+ end
4268
+
4043
4269
  # Message represents the option where Datastream will enforce the encryption and
4044
4270
  # authenticate the server identity as well as the client identity.
4045
4271
  # ca_certificate, client_certificate and client_key must be set if user selects
@@ -4118,6 +4344,71 @@ module Google
4118
4344
  end
4119
4345
  end
4120
4346
 
4347
+ # Profile for connecting to a ServiceNow source.
4348
+ class ServiceNowProfile
4349
+ include Google::Apis::Core::Hashable
4350
+
4351
+ # Required. The instance of the ServiceNow account. This is the `` part of the
4352
+ # URL `https://.service-now.com`.
4353
+ # Corresponds to the JSON property `instance`
4354
+ # @return [String]
4355
+ attr_accessor :instance
4356
+
4357
+ # OAuth Client Credentials.
4358
+ # Corresponds to the JSON property `oauthClientCredentials`
4359
+ # @return [Google::Apis::DatastreamV1::OauthClientCredentials]
4360
+ attr_accessor :oauth_client_credentials
4361
+
4362
+ # User-password credentials.
4363
+ # Corresponds to the JSON property `userPasswordCredentials`
4364
+ # @return [Google::Apis::DatastreamV1::UserPasswordCredentials]
4365
+ attr_accessor :user_password_credentials
4366
+
4367
+ def initialize(**args)
4368
+ update!(**args)
4369
+ end
4370
+
4371
+ # Update properties of this object
4372
+ def update!(**args)
4373
+ @instance = args[:instance] if args.key?(:instance)
4374
+ @oauth_client_credentials = args[:oauth_client_credentials] if args.key?(:oauth_client_credentials)
4375
+ @user_password_credentials = args[:user_password_credentials] if args.key?(:user_password_credentials)
4376
+ end
4377
+ end
4378
+
4379
+ # Configuration for syncing data from a ServiceNow source.
4380
+ class ServiceNowSourceConfig
4381
+ include Google::Apis::Core::Hashable
4382
+
4383
+ # Source catalog.
4384
+ # Corresponds to the JSON property `excludeObjects`
4385
+ # @return [Google::Apis::DatastreamV1::SourceCatalog]
4386
+ attr_accessor :exclude_objects
4387
+
4388
+ # Source catalog.
4389
+ # Corresponds to the JSON property `includeObjects`
4390
+ # @return [Google::Apis::DatastreamV1::SourceCatalog]
4391
+ attr_accessor :include_objects
4392
+
4393
+ # Required. Incremental sync polling interval for all objects. If not set, a
4394
+ # default value of `5 minutes` is used. The duration must be from `5 minutes` to
4395
+ # `24 hours`, inclusive.
4396
+ # Corresponds to the JSON property `pollingInterval`
4397
+ # @return [String]
4398
+ attr_accessor :polling_interval
4399
+
4400
+ def initialize(**args)
4401
+ update!(**args)
4402
+ end
4403
+
4404
+ # Update properties of this object
4405
+ def update!(**args)
4406
+ @exclude_objects = args[:exclude_objects] if args.key?(:exclude_objects)
4407
+ @include_objects = args[:include_objects] if args.key?(:include_objects)
4408
+ @polling_interval = args[:polling_interval] if args.key?(:polling_interval)
4409
+ end
4410
+ end
4411
+
4121
4412
  # A single target dataset to which all data will be streamed.
4122
4413
  class SingleTargetDataset
4123
4414
  include Google::Apis::Core::Hashable
@@ -4138,10 +4429,34 @@ module Google
4138
4429
  end
4139
4430
  end
4140
4431
 
4432
+ # Source catalog.
4433
+ class SourceCatalog
4434
+ include Google::Apis::Core::Hashable
4435
+
4436
+ # Optional. Source objects in the catalog.
4437
+ # Corresponds to the JSON property `objects`
4438
+ # @return [Array<Google::Apis::DatastreamV1::SourceObject>]
4439
+ attr_accessor :objects
4440
+
4441
+ def initialize(**args)
4442
+ update!(**args)
4443
+ end
4444
+
4445
+ # Update properties of this object
4446
+ def update!(**args)
4447
+ @objects = args[:objects] if args.key?(:objects)
4448
+ end
4449
+ end
4450
+
4141
4451
  # The configuration of the stream source.
4142
4452
  class SourceConfig
4143
4453
  include Google::Apis::Core::Hashable
4144
4454
 
4455
+ # Configuration for syncing data from a Dataverse source.
4456
+ # Corresponds to the JSON property `dataverseSourceConfig`
4457
+ # @return [Google::Apis::DatastreamV1::DataverseSourceConfig]
4458
+ attr_accessor :dataverse_source_config
4459
+
4145
4460
  # Configuration for syncing data from a MongoDB source.
4146
4461
  # Corresponds to the JSON property `mongodbSourceConfig`
4147
4462
  # @return [Google::Apis::DatastreamV1::MongodbSourceConfig]
@@ -4162,11 +4477,21 @@ module Google
4162
4477
  # @return [Google::Apis::DatastreamV1::PostgresqlSourceConfig]
4163
4478
  attr_accessor :postgresql_source_config
4164
4479
 
4480
+ # Configuration for syncing data from a Salesforce Marketing Cloud source.
4481
+ # Corresponds to the JSON property `salesforceMarketingCloudSourceConfig`
4482
+ # @return [Google::Apis::DatastreamV1::SalesforceMarketingCloudSourceConfig]
4483
+ attr_accessor :salesforce_marketing_cloud_source_config
4484
+
4165
4485
  # Configuration for syncing data from a Salesforce source.
4166
4486
  # Corresponds to the JSON property `salesforceSourceConfig`
4167
4487
  # @return [Google::Apis::DatastreamV1::SalesforceSourceConfig]
4168
4488
  attr_accessor :salesforce_source_config
4169
4489
 
4490
+ # Configuration for syncing data from a ServiceNow source.
4491
+ # Corresponds to the JSON property `serviceNowSourceConfig`
4492
+ # @return [Google::Apis::DatastreamV1::ServiceNowSourceConfig]
4493
+ attr_accessor :service_now_source_config
4494
+
4170
4495
  # Required. Source connection profile resource. Format: `projects/`project`/
4171
4496
  # locations/`location`/connectionProfiles/`name``
4172
4497
  # Corresponds to the JSON property `sourceConnectionProfile`
@@ -4189,11 +4514,14 @@ module Google
4189
4514
 
4190
4515
  # Update properties of this object
4191
4516
  def update!(**args)
4517
+ @dataverse_source_config = args[:dataverse_source_config] if args.key?(:dataverse_source_config)
4192
4518
  @mongodb_source_config = args[:mongodb_source_config] if args.key?(:mongodb_source_config)
4193
4519
  @mysql_source_config = args[:mysql_source_config] if args.key?(:mysql_source_config)
4194
4520
  @oracle_source_config = args[:oracle_source_config] if args.key?(:oracle_source_config)
4195
4521
  @postgresql_source_config = args[:postgresql_source_config] if args.key?(:postgresql_source_config)
4522
+ @salesforce_marketing_cloud_source_config = args[:salesforce_marketing_cloud_source_config] if args.key?(:salesforce_marketing_cloud_source_config)
4196
4523
  @salesforce_source_config = args[:salesforce_source_config] if args.key?(:salesforce_source_config)
4524
+ @service_now_source_config = args[:service_now_source_config] if args.key?(:service_now_source_config)
4197
4525
  @source_connection_profile = args[:source_connection_profile] if args.key?(:source_connection_profile)
4198
4526
  @spanner_source_config = args[:spanner_source_config] if args.key?(:spanner_source_config)
4199
4527
  @sql_server_source_config = args[:sql_server_source_config] if args.key?(:sql_server_source_config)
@@ -4227,6 +4555,33 @@ module Google
4227
4555
  end
4228
4556
  end
4229
4557
 
4558
+ # Source object.
4559
+ class SourceObject
4560
+ include Google::Apis::Core::Hashable
4561
+
4562
+ # Required. The object name.
4563
+ # Corresponds to the JSON property `objectName`
4564
+ # @return [String]
4565
+ attr_accessor :object_name
4566
+
4567
+ # Optional. Source properties. When unspecified as part of include objects,
4568
+ # includes everything, when unspecified as part of exclude objects, excludes
4569
+ # nothing.
4570
+ # Corresponds to the JSON property `properties`
4571
+ # @return [Array<Google::Apis::DatastreamV1::SourceProperty>]
4572
+ attr_accessor :properties
4573
+
4574
+ def initialize(**args)
4575
+ update!(**args)
4576
+ end
4577
+
4578
+ # Update properties of this object
4579
+ def update!(**args)
4580
+ @object_name = args[:object_name] if args.key?(:object_name)
4581
+ @properties = args[:properties] if args.key?(:properties)
4582
+ end
4583
+ end
4584
+
4230
4585
  # Represents an identifier of an object in the data source.
4231
4586
  class SourceObjectIdentifier
4232
4587
  include Google::Apis::Core::Hashable
@@ -4282,6 +4637,41 @@ module Google
4282
4637
  end
4283
4638
  end
4284
4639
 
4640
+ # Source property.
4641
+ class SourceProperty
4642
+ include Google::Apis::Core::Hashable
4643
+
4644
+ # Optional. Whether or not the property is a primary key.
4645
+ # Corresponds to the JSON property `primaryKey`
4646
+ # @return [Boolean]
4647
+ attr_accessor :primary_key
4648
+ alias_method :primary_key?, :primary_key
4649
+
4650
+ # Optional. Source properties. When specified, it means that the current
4651
+ # property contains nested properties of its own. When unspecified as part of
4652
+ # include objects, includes everything, when unspecified as part of exclude
4653
+ # objects, excludes nothing.
4654
+ # Corresponds to the JSON property `properties`
4655
+ # @return [Array<Google::Apis::DatastreamV1::SourceProperty>]
4656
+ attr_accessor :properties
4657
+
4658
+ # Required. The property name.
4659
+ # Corresponds to the JSON property `propertyName`
4660
+ # @return [String]
4661
+ attr_accessor :property_name
4662
+
4663
+ def initialize(**args)
4664
+ update!(**args)
4665
+ end
4666
+
4667
+ # Update properties of this object
4668
+ def update!(**args)
4669
+ @primary_key = args[:primary_key] if args.key?(:primary_key)
4670
+ @properties = args[:properties] if args.key?(:properties)
4671
+ @property_name = args[:property_name] if args.key?(:property_name)
4672
+ end
4673
+ end
4674
+
4285
4675
  # Represents a position in a Spanner change stream from which to start
4286
4676
  # replicating.
4287
4677
  class SpannerChangeStreamPosition
@@ -5348,6 +5738,32 @@ module Google
5348
5738
  end
5349
5739
  end
5350
5740
 
5741
+ # User-password credentials.
5742
+ class UserPasswordCredentials
5743
+ include Google::Apis::Core::Hashable
5744
+
5745
+ # A confidential piece of information where the actual value is either directly
5746
+ # specified in the message as a raw string or stored in GCP secret manager.
5747
+ # Corresponds to the JSON property `password`
5748
+ # @return [Google::Apis::DatastreamV1::Secret]
5749
+ attr_accessor :password
5750
+
5751
+ # Required. Username for the connection.
5752
+ # Corresponds to the JSON property `username`
5753
+ # @return [String]
5754
+ attr_accessor :username
5755
+
5756
+ def initialize(**args)
5757
+ update!(**args)
5758
+ end
5759
+
5760
+ # Update properties of this object
5761
+ def update!(**args)
5762
+ @password = args[:password] if args.key?(:password)
5763
+ @username = args[:username] if args.key?(:username)
5764
+ end
5765
+ end
5766
+
5351
5767
  # A validation to perform on a stream.
5352
5768
  class Validation
5353
5769
  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.68.0"
19
+ GEM_VERSION = "0.69.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260503"
25
+ REVISION = "20260531"
26
26
  end
27
27
  end
28
28
  end
@@ -136,6 +136,18 @@ module Google
136
136
  include Google::Apis::Core::JsonObjectSupport
137
137
  end
138
138
 
139
+ class DataverseProfile
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class DataverseSourceConfig
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
139
151
  class DebugInfo
140
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
153
 
@@ -484,6 +496,12 @@ module Google
484
496
  include Google::Apis::Core::JsonObjectSupport
485
497
  end
486
498
 
499
+ class OauthClientCredentials
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
487
505
  class ObjectFilter
488
506
  class Representation < Google::Apis::Core::JsonRepresentation; end
489
507
 
@@ -700,6 +718,18 @@ module Google
700
718
  include Google::Apis::Core::JsonObjectSupport
701
719
  end
702
720
 
721
+ class SalesforceMarketingCloudProfile
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class SalesforceMarketingCloudSourceConfig
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
703
733
  class SalesforceObject
704
734
  class Representation < Google::Apis::Core::JsonRepresentation; end
705
735
 
@@ -730,6 +760,12 @@ module Google
730
760
  include Google::Apis::Core::JsonObjectSupport
731
761
  end
732
762
 
763
+ class Secret
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
733
769
  class ServerAndClientVerification
734
770
  class Representation < Google::Apis::Core::JsonRepresentation; end
735
771
 
@@ -742,12 +778,30 @@ module Google
742
778
  include Google::Apis::Core::JsonObjectSupport
743
779
  end
744
780
 
781
+ class ServiceNowProfile
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class ServiceNowSourceConfig
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
745
793
  class SingleTargetDataset
746
794
  class Representation < Google::Apis::Core::JsonRepresentation; end
747
795
 
748
796
  include Google::Apis::Core::JsonObjectSupport
749
797
  end
750
798
 
799
+ class SourceCatalog
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
751
805
  class SourceConfig
752
806
  class Representation < Google::Apis::Core::JsonRepresentation; end
753
807
 
@@ -760,12 +814,24 @@ module Google
760
814
  include Google::Apis::Core::JsonObjectSupport
761
815
  end
762
816
 
817
+ class SourceObject
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
763
823
  class SourceObjectIdentifier
764
824
  class Representation < Google::Apis::Core::JsonRepresentation; end
765
825
 
766
826
  include Google::Apis::Core::JsonObjectSupport
767
827
  end
768
828
 
829
+ class SourceProperty
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
769
835
  class SpannerChangeStreamPosition
770
836
  class Representation < Google::Apis::Core::JsonRepresentation; end
771
837
 
@@ -964,6 +1030,12 @@ module Google
964
1030
  include Google::Apis::Core::JsonObjectSupport
965
1031
  end
966
1032
 
1033
+ class UserPasswordCredentials
1034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1035
+
1036
+ include Google::Apis::Core::JsonObjectSupport
1037
+ end
1038
+
967
1039
  class Validation
968
1040
  class Representation < Google::Apis::Core::JsonRepresentation; end
969
1041
 
@@ -1011,6 +1083,8 @@ module Google
1011
1083
 
1012
1084
  property :postgresql_excluded_objects, as: 'postgresqlExcludedObjects', class: Google::Apis::DatastreamV1::PostgresqlRdbms, decorator: Google::Apis::DatastreamV1::PostgresqlRdbms::Representation
1013
1085
 
1086
+ property :saas_excluded_objects, as: 'saasExcludedObjects', class: Google::Apis::DatastreamV1::SourceCatalog, decorator: Google::Apis::DatastreamV1::SourceCatalog::Representation
1087
+
1014
1088
  property :salesforce_excluded_objects, as: 'salesforceExcludedObjects', class: Google::Apis::DatastreamV1::SalesforceOrg, decorator: Google::Apis::DatastreamV1::SalesforceOrg::Representation
1015
1089
 
1016
1090
  property :spanner_excluded_objects, as: 'spannerExcludedObjects', class: Google::Apis::DatastreamV1::SpannerDatabase, decorator: Google::Apis::DatastreamV1::SpannerDatabase::Representation
@@ -1148,6 +1222,8 @@ module Google
1148
1222
  property :bigquery_profile, as: 'bigqueryProfile', class: Google::Apis::DatastreamV1::BigQueryProfile, decorator: Google::Apis::DatastreamV1::BigQueryProfile::Representation
1149
1223
 
1150
1224
  property :create_time, as: 'createTime'
1225
+ property :dataverse_profile, as: 'dataverseProfile', class: Google::Apis::DatastreamV1::DataverseProfile, decorator: Google::Apis::DatastreamV1::DataverseProfile::Representation
1226
+
1151
1227
  property :display_name, as: 'displayName'
1152
1228
  property :forward_ssh_connectivity, as: 'forwardSshConnectivity', class: Google::Apis::DatastreamV1::ForwardSshTunnelConnectivity, decorator: Google::Apis::DatastreamV1::ForwardSshTunnelConnectivity::Representation
1153
1229
 
@@ -1165,10 +1241,14 @@ module Google
1165
1241
 
1166
1242
  property :private_connectivity, as: 'privateConnectivity', class: Google::Apis::DatastreamV1::PrivateConnectivity, decorator: Google::Apis::DatastreamV1::PrivateConnectivity::Representation
1167
1243
 
1244
+ property :salesforce_marketing_cloud_profile, as: 'salesforceMarketingCloudProfile', class: Google::Apis::DatastreamV1::SalesforceMarketingCloudProfile, decorator: Google::Apis::DatastreamV1::SalesforceMarketingCloudProfile::Representation
1245
+
1168
1246
  property :salesforce_profile, as: 'salesforceProfile', class: Google::Apis::DatastreamV1::SalesforceProfile, decorator: Google::Apis::DatastreamV1::SalesforceProfile::Representation
1169
1247
 
1170
1248
  property :satisfies_pzi, as: 'satisfiesPzi'
1171
1249
  property :satisfies_pzs, as: 'satisfiesPzs'
1250
+ property :service_now_profile, as: 'serviceNowProfile', class: Google::Apis::DatastreamV1::ServiceNowProfile, decorator: Google::Apis::DatastreamV1::ServiceNowProfile::Representation
1251
+
1172
1252
  property :spanner_profile, as: 'spannerProfile', class: Google::Apis::DatastreamV1::SpannerProfile, decorator: Google::Apis::DatastreamV1::SpannerProfile::Representation
1173
1253
 
1174
1254
  property :sql_server_profile, as: 'sqlServerProfile', class: Google::Apis::DatastreamV1::SqlServerProfile, decorator: Google::Apis::DatastreamV1::SqlServerProfile::Representation
@@ -1198,6 +1278,27 @@ module Google
1198
1278
  end
1199
1279
  end
1200
1280
 
1281
+ class DataverseProfile
1282
+ # @private
1283
+ class Representation < Google::Apis::Core::JsonRepresentation
1284
+ property :environment_url, as: 'environmentUrl'
1285
+ property :oauth_client_credentials, as: 'oauthClientCredentials', class: Google::Apis::DatastreamV1::OauthClientCredentials, decorator: Google::Apis::DatastreamV1::OauthClientCredentials::Representation
1286
+
1287
+ property :tenant_id, as: 'tenantId'
1288
+ end
1289
+ end
1290
+
1291
+ class DataverseSourceConfig
1292
+ # @private
1293
+ class Representation < Google::Apis::Core::JsonRepresentation
1294
+ property :exclude_objects, as: 'excludeObjects', class: Google::Apis::DatastreamV1::SourceCatalog, decorator: Google::Apis::DatastreamV1::SourceCatalog::Representation
1295
+
1296
+ property :include_objects, as: 'includeObjects', class: Google::Apis::DatastreamV1::SourceCatalog, decorator: Google::Apis::DatastreamV1::SourceCatalog::Representation
1297
+
1298
+ property :polling_interval, as: 'pollingInterval'
1299
+ end
1300
+ end
1301
+
1201
1302
  class DebugInfo
1202
1303
  # @private
1203
1304
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1235,6 +1336,8 @@ module Google
1235
1336
 
1236
1337
  property :salesforce_org, as: 'salesforceOrg', class: Google::Apis::DatastreamV1::SalesforceOrg, decorator: Google::Apis::DatastreamV1::SalesforceOrg::Representation
1237
1338
 
1339
+ property :source_catalog, as: 'sourceCatalog', class: Google::Apis::DatastreamV1::SourceCatalog, decorator: Google::Apis::DatastreamV1::SourceCatalog::Representation
1340
+
1238
1341
  property :spanner_database, as: 'spannerDatabase', class: Google::Apis::DatastreamV1::SpannerDatabase, decorator: Google::Apis::DatastreamV1::SpannerDatabase::Representation
1239
1342
 
1240
1343
  property :sql_server_rdbms, as: 'sqlServerRdbms', class: Google::Apis::DatastreamV1::SqlServerRdbms, decorator: Google::Apis::DatastreamV1::SqlServerRdbms::Representation
@@ -1255,6 +1358,8 @@ module Google
1255
1358
 
1256
1359
  property :salesforce_org, as: 'salesforceOrg', class: Google::Apis::DatastreamV1::SalesforceOrg, decorator: Google::Apis::DatastreamV1::SalesforceOrg::Representation
1257
1360
 
1361
+ property :source_catalog, as: 'sourceCatalog', class: Google::Apis::DatastreamV1::SourceCatalog, decorator: Google::Apis::DatastreamV1::SourceCatalog::Representation
1362
+
1258
1363
  property :spanner_database, as: 'spannerDatabase', class: Google::Apis::DatastreamV1::SpannerDatabase, decorator: Google::Apis::DatastreamV1::SpannerDatabase::Representation
1259
1364
 
1260
1365
  property :sql_server_rdbms, as: 'sqlServerRdbms', class: Google::Apis::DatastreamV1::SqlServerRdbms, decorator: Google::Apis::DatastreamV1::SqlServerRdbms::Representation
@@ -1754,6 +1859,15 @@ module Google
1754
1859
  end
1755
1860
  end
1756
1861
 
1862
+ class OauthClientCredentials
1863
+ # @private
1864
+ class Representation < Google::Apis::Core::JsonRepresentation
1865
+ property :client_id, as: 'clientId'
1866
+ property :client_secret, as: 'clientSecret', class: Google::Apis::DatastreamV1::Secret, decorator: Google::Apis::DatastreamV1::Secret::Representation
1867
+
1868
+ end
1869
+ end
1870
+
1757
1871
  class ObjectFilter
1758
1872
  # @private
1759
1873
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2136,6 +2250,27 @@ module Google
2136
2250
  end
2137
2251
  end
2138
2252
 
2253
+ class SalesforceMarketingCloudProfile
2254
+ # @private
2255
+ class Representation < Google::Apis::Core::JsonRepresentation
2256
+ property :oauth_client_credentials, as: 'oauthClientCredentials', class: Google::Apis::DatastreamV1::OauthClientCredentials, decorator: Google::Apis::DatastreamV1::OauthClientCredentials::Representation
2257
+
2258
+ property :subdomain, as: 'subdomain'
2259
+ end
2260
+ end
2261
+
2262
+ class SalesforceMarketingCloudSourceConfig
2263
+ # @private
2264
+ class Representation < Google::Apis::Core::JsonRepresentation
2265
+ property :exclude_objects, as: 'excludeObjects', class: Google::Apis::DatastreamV1::SourceCatalog, decorator: Google::Apis::DatastreamV1::SourceCatalog::Representation
2266
+
2267
+ property :full_refresh_polling_interval, as: 'fullRefreshPollingInterval'
2268
+ property :include_objects, as: 'includeObjects', class: Google::Apis::DatastreamV1::SourceCatalog, decorator: Google::Apis::DatastreamV1::SourceCatalog::Representation
2269
+
2270
+ property :polling_interval, as: 'pollingInterval'
2271
+ end
2272
+ end
2273
+
2139
2274
  class SalesforceObject
2140
2275
  # @private
2141
2276
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2182,6 +2317,14 @@ module Google
2182
2317
  end
2183
2318
  end
2184
2319
 
2320
+ class Secret
2321
+ # @private
2322
+ class Representation < Google::Apis::Core::JsonRepresentation
2323
+ property :raw_value, as: 'rawValue'
2324
+ property :secret_version, as: 'secretVersion'
2325
+ end
2326
+ end
2327
+
2185
2328
  class ServerAndClientVerification
2186
2329
  # @private
2187
2330
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2200,6 +2343,28 @@ module Google
2200
2343
  end
2201
2344
  end
2202
2345
 
2346
+ class ServiceNowProfile
2347
+ # @private
2348
+ class Representation < Google::Apis::Core::JsonRepresentation
2349
+ property :instance, as: 'instance'
2350
+ property :oauth_client_credentials, as: 'oauthClientCredentials', class: Google::Apis::DatastreamV1::OauthClientCredentials, decorator: Google::Apis::DatastreamV1::OauthClientCredentials::Representation
2351
+
2352
+ property :user_password_credentials, as: 'userPasswordCredentials', class: Google::Apis::DatastreamV1::UserPasswordCredentials, decorator: Google::Apis::DatastreamV1::UserPasswordCredentials::Representation
2353
+
2354
+ end
2355
+ end
2356
+
2357
+ class ServiceNowSourceConfig
2358
+ # @private
2359
+ class Representation < Google::Apis::Core::JsonRepresentation
2360
+ property :exclude_objects, as: 'excludeObjects', class: Google::Apis::DatastreamV1::SourceCatalog, decorator: Google::Apis::DatastreamV1::SourceCatalog::Representation
2361
+
2362
+ property :include_objects, as: 'includeObjects', class: Google::Apis::DatastreamV1::SourceCatalog, decorator: Google::Apis::DatastreamV1::SourceCatalog::Representation
2363
+
2364
+ property :polling_interval, as: 'pollingInterval'
2365
+ end
2366
+ end
2367
+
2203
2368
  class SingleTargetDataset
2204
2369
  # @private
2205
2370
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2207,9 +2372,19 @@ module Google
2207
2372
  end
2208
2373
  end
2209
2374
 
2375
+ class SourceCatalog
2376
+ # @private
2377
+ class Representation < Google::Apis::Core::JsonRepresentation
2378
+ collection :objects, as: 'objects', class: Google::Apis::DatastreamV1::SourceObject, decorator: Google::Apis::DatastreamV1::SourceObject::Representation
2379
+
2380
+ end
2381
+ end
2382
+
2210
2383
  class SourceConfig
2211
2384
  # @private
2212
2385
  class Representation < Google::Apis::Core::JsonRepresentation
2386
+ property :dataverse_source_config, as: 'dataverseSourceConfig', class: Google::Apis::DatastreamV1::DataverseSourceConfig, decorator: Google::Apis::DatastreamV1::DataverseSourceConfig::Representation
2387
+
2213
2388
  property :mongodb_source_config, as: 'mongodbSourceConfig', class: Google::Apis::DatastreamV1::MongodbSourceConfig, decorator: Google::Apis::DatastreamV1::MongodbSourceConfig::Representation
2214
2389
 
2215
2390
  property :mysql_source_config, as: 'mysqlSourceConfig', class: Google::Apis::DatastreamV1::MysqlSourceConfig, decorator: Google::Apis::DatastreamV1::MysqlSourceConfig::Representation
@@ -2218,8 +2393,12 @@ module Google
2218
2393
 
2219
2394
  property :postgresql_source_config, as: 'postgresqlSourceConfig', class: Google::Apis::DatastreamV1::PostgresqlSourceConfig, decorator: Google::Apis::DatastreamV1::PostgresqlSourceConfig::Representation
2220
2395
 
2396
+ property :salesforce_marketing_cloud_source_config, as: 'salesforceMarketingCloudSourceConfig', class: Google::Apis::DatastreamV1::SalesforceMarketingCloudSourceConfig, decorator: Google::Apis::DatastreamV1::SalesforceMarketingCloudSourceConfig::Representation
2397
+
2221
2398
  property :salesforce_source_config, as: 'salesforceSourceConfig', class: Google::Apis::DatastreamV1::SalesforceSourceConfig, decorator: Google::Apis::DatastreamV1::SalesforceSourceConfig::Representation
2222
2399
 
2400
+ property :service_now_source_config, as: 'serviceNowSourceConfig', class: Google::Apis::DatastreamV1::ServiceNowSourceConfig, decorator: Google::Apis::DatastreamV1::ServiceNowSourceConfig::Representation
2401
+
2223
2402
  property :source_connection_profile, as: 'sourceConnectionProfile'
2224
2403
  property :spanner_source_config, as: 'spannerSourceConfig', class: Google::Apis::DatastreamV1::SpannerSourceConfig, decorator: Google::Apis::DatastreamV1::SpannerSourceConfig::Representation
2225
2404
 
@@ -2237,6 +2416,15 @@ module Google
2237
2416
  end
2238
2417
  end
2239
2418
 
2419
+ class SourceObject
2420
+ # @private
2421
+ class Representation < Google::Apis::Core::JsonRepresentation
2422
+ property :object_name, as: 'objectName'
2423
+ collection :properties, as: 'properties', class: Google::Apis::DatastreamV1::SourceProperty, decorator: Google::Apis::DatastreamV1::SourceProperty::Representation
2424
+
2425
+ end
2426
+ end
2427
+
2240
2428
  class SourceObjectIdentifier
2241
2429
  # @private
2242
2430
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2257,6 +2445,16 @@ module Google
2257
2445
  end
2258
2446
  end
2259
2447
 
2448
+ class SourceProperty
2449
+ # @private
2450
+ class Representation < Google::Apis::Core::JsonRepresentation
2451
+ property :primary_key, as: 'primaryKey'
2452
+ collection :properties, as: 'properties', class: Google::Apis::DatastreamV1::SourceProperty, decorator: Google::Apis::DatastreamV1::SourceProperty::Representation
2453
+
2454
+ property :property_name, as: 'propertyName'
2455
+ end
2456
+ end
2457
+
2260
2458
  class SpannerChangeStreamPosition
2261
2459
  # @private
2262
2460
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2588,6 +2786,15 @@ module Google
2588
2786
  end
2589
2787
  end
2590
2788
 
2789
+ class UserPasswordCredentials
2790
+ # @private
2791
+ class Representation < Google::Apis::Core::JsonRepresentation
2792
+ property :password, as: 'password', class: Google::Apis::DatastreamV1::Secret, decorator: Google::Apis::DatastreamV1::Secret::Representation
2793
+
2794
+ property :username, as: 'username'
2795
+ end
2796
+ end
2797
+
2591
2798
  class Validation
2592
2799
  # @private
2593
2800
  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.68.0
4
+ version: 0.69.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.68.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.69.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:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="