google-apis-datastream_v1 0.62.0 → 0.63.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/datastream_v1/classes.rb +56 -56
- data/lib/google/apis/datastream_v1/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14eb3a37e055181a7863dd62da977cbb756791e7451305754889b525ea6f3792
|
|
4
|
+
data.tar.gz: e25979e96109aed04399e19fec48eddf4a8005b0dcb5e28ff60f40ab6590e6c6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 324a6ef72bb9dfaa9b9f6b26a9b8aaa35f7b01f40a758a85dcbd1206bd750af8a69f2e105076f12d8722126028c4f109ff38f016e5e2b6f3b042cbf1d1e1753f
|
|
7
|
+
data.tar.gz: 56e068942eec401a2d7a51c36ea866d030140e071a7be8f6085dcbaf0dca73f6ceba28831551eda6a5f891707a94a01f9c09a233301a6f2bc3648c2a1b580fdd
|
data/CHANGELOG.md
CHANGED
|
@@ -291,7 +291,7 @@ module Google
|
|
|
291
291
|
end
|
|
292
292
|
end
|
|
293
293
|
|
|
294
|
-
# BigQuery
|
|
294
|
+
# Profile for connecting to a BigQuery destination.
|
|
295
295
|
class BigQueryProfile
|
|
296
296
|
include Google::Apis::Core::Hashable
|
|
297
297
|
|
|
@@ -435,7 +435,7 @@ module Google
|
|
|
435
435
|
class ConnectionProfile
|
|
436
436
|
include Google::Apis::Core::Hashable
|
|
437
437
|
|
|
438
|
-
# BigQuery
|
|
438
|
+
# Profile for connecting to a BigQuery destination.
|
|
439
439
|
# Corresponds to the JSON property `bigqueryProfile`
|
|
440
440
|
# @return [Google::Apis::DatastreamV1::BigQueryProfile]
|
|
441
441
|
attr_accessor :bigquery_profile
|
|
@@ -455,7 +455,7 @@ module Google
|
|
|
455
455
|
# @return [Google::Apis::DatastreamV1::ForwardSshTunnelConnectivity]
|
|
456
456
|
attr_accessor :forward_ssh_connectivity
|
|
457
457
|
|
|
458
|
-
# Cloud Storage
|
|
458
|
+
# Profile for connecting to a Cloud Storage destination.
|
|
459
459
|
# Corresponds to the JSON property `gcsProfile`
|
|
460
460
|
# @return [Google::Apis::DatastreamV1::GcsProfile]
|
|
461
461
|
attr_accessor :gcs_profile
|
|
@@ -465,12 +465,12 @@ module Google
|
|
|
465
465
|
# @return [Hash<String,String>]
|
|
466
466
|
attr_accessor :labels
|
|
467
467
|
|
|
468
|
-
# MongoDB
|
|
468
|
+
# Profile for connecting to a MongoDB source.
|
|
469
469
|
# Corresponds to the JSON property `mongodbProfile`
|
|
470
470
|
# @return [Google::Apis::DatastreamV1::MongodbProfile]
|
|
471
471
|
attr_accessor :mongodb_profile
|
|
472
472
|
|
|
473
|
-
# MySQL
|
|
473
|
+
# Profile for connecting to a MySQL source.
|
|
474
474
|
# Corresponds to the JSON property `mysqlProfile`
|
|
475
475
|
# @return [Google::Apis::DatastreamV1::MysqlProfile]
|
|
476
476
|
attr_accessor :mysql_profile
|
|
@@ -480,12 +480,12 @@ module Google
|
|
|
480
480
|
# @return [String]
|
|
481
481
|
attr_accessor :name
|
|
482
482
|
|
|
483
|
-
# Oracle
|
|
483
|
+
# Profile for connecting to an Oracle source.
|
|
484
484
|
# Corresponds to the JSON property `oracleProfile`
|
|
485
485
|
# @return [Google::Apis::DatastreamV1::OracleProfile]
|
|
486
486
|
attr_accessor :oracle_profile
|
|
487
487
|
|
|
488
|
-
# PostgreSQL
|
|
488
|
+
# Profile for connecting to a PostgreSQL source.
|
|
489
489
|
# Corresponds to the JSON property `postgresqlProfile`
|
|
490
490
|
# @return [Google::Apis::DatastreamV1::PostgresqlProfile]
|
|
491
491
|
attr_accessor :postgresql_profile
|
|
@@ -495,7 +495,7 @@ module Google
|
|
|
495
495
|
# @return [Google::Apis::DatastreamV1::PrivateConnectivity]
|
|
496
496
|
attr_accessor :private_connectivity
|
|
497
497
|
|
|
498
|
-
# Salesforce
|
|
498
|
+
# Profile for connecting to a Salesforce source.
|
|
499
499
|
# Corresponds to the JSON property `salesforceProfile`
|
|
500
500
|
# @return [Google::Apis::DatastreamV1::SalesforceProfile]
|
|
501
501
|
attr_accessor :salesforce_profile
|
|
@@ -512,12 +512,12 @@ module Google
|
|
|
512
512
|
attr_accessor :satisfies_pzs
|
|
513
513
|
alias_method :satisfies_pzs?, :satisfies_pzs
|
|
514
514
|
|
|
515
|
-
# Spanner
|
|
515
|
+
# Profile for connecting to a Spanner source.
|
|
516
516
|
# Corresponds to the JSON property `spannerProfile`
|
|
517
517
|
# @return [Google::Apis::DatastreamV1::SpannerProfile]
|
|
518
518
|
attr_accessor :spanner_profile
|
|
519
519
|
|
|
520
|
-
# SQLServer
|
|
520
|
+
# Profile for connecting to a SQLServer source.
|
|
521
521
|
# Corresponds to the JSON property `sqlServerProfile`
|
|
522
522
|
# @return [Google::Apis::DatastreamV1::SqlServerProfile]
|
|
523
523
|
attr_accessor :sql_server_profile
|
|
@@ -921,7 +921,7 @@ module Google
|
|
|
921
921
|
include Google::Apis::Core::Hashable
|
|
922
922
|
|
|
923
923
|
# An SQL-query Where clause selecting which data should be included, not
|
|
924
|
-
# including the "WHERE" keyword.
|
|
924
|
+
# including the "WHERE" keyword. e.g., `t.key1 = 'value1' AND t.key2 = 'value2'`
|
|
925
925
|
# Corresponds to the JSON property `sqlWhereClause`
|
|
926
926
|
# @return [String]
|
|
927
927
|
attr_accessor :sql_where_clause
|
|
@@ -1050,7 +1050,7 @@ module Google
|
|
|
1050
1050
|
end
|
|
1051
1051
|
end
|
|
1052
1052
|
|
|
1053
|
-
# Cloud Storage
|
|
1053
|
+
# Profile for connecting to a Cloud Storage destination.
|
|
1054
1054
|
class GcsProfile
|
|
1055
1055
|
include Google::Apis::Core::Hashable
|
|
1056
1056
|
|
|
@@ -1059,7 +1059,7 @@ module Google
|
|
|
1059
1059
|
# @return [String]
|
|
1060
1060
|
attr_accessor :bucket
|
|
1061
1061
|
|
|
1062
|
-
# The root path inside the Cloud Storage bucket.
|
|
1062
|
+
# Optional. The root path inside the Cloud Storage bucket.
|
|
1063
1063
|
# Corresponds to the JSON property `rootPath`
|
|
1064
1064
|
# @return [String]
|
|
1065
1065
|
attr_accessor :root_path
|
|
@@ -1570,7 +1570,7 @@ module Google
|
|
|
1570
1570
|
class MongodbCollection
|
|
1571
1571
|
include Google::Apis::Core::Hashable
|
|
1572
1572
|
|
|
1573
|
-
#
|
|
1573
|
+
# The collection name.
|
|
1574
1574
|
# Corresponds to the JSON property `collection`
|
|
1575
1575
|
# @return [String]
|
|
1576
1576
|
attr_accessor :collection
|
|
@@ -1600,7 +1600,7 @@ module Google
|
|
|
1600
1600
|
# @return [Array<Google::Apis::DatastreamV1::MongodbCollection>]
|
|
1601
1601
|
attr_accessor :collections
|
|
1602
1602
|
|
|
1603
|
-
#
|
|
1603
|
+
# The database name.
|
|
1604
1604
|
# Corresponds to the JSON property `database`
|
|
1605
1605
|
# @return [String]
|
|
1606
1606
|
attr_accessor :database
|
|
@@ -1620,7 +1620,7 @@ module Google
|
|
|
1620
1620
|
class MongodbField
|
|
1621
1621
|
include Google::Apis::Core::Hashable
|
|
1622
1622
|
|
|
1623
|
-
#
|
|
1623
|
+
# The field name.
|
|
1624
1624
|
# Corresponds to the JSON property `field`
|
|
1625
1625
|
# @return [String]
|
|
1626
1626
|
attr_accessor :field
|
|
@@ -1660,7 +1660,7 @@ module Google
|
|
|
1660
1660
|
end
|
|
1661
1661
|
end
|
|
1662
1662
|
|
|
1663
|
-
# MongoDB
|
|
1663
|
+
# Profile for connecting to a MongoDB source.
|
|
1664
1664
|
class MongodbProfile
|
|
1665
1665
|
include Google::Apis::Core::Hashable
|
|
1666
1666
|
|
|
@@ -1739,7 +1739,7 @@ module Google
|
|
|
1739
1739
|
end
|
|
1740
1740
|
end
|
|
1741
1741
|
|
|
1742
|
-
# MongoDB source
|
|
1742
|
+
# Configuration for syncing data from a MongoDB source.
|
|
1743
1743
|
class MongodbSourceConfig
|
|
1744
1744
|
include Google::Apis::Core::Hashable
|
|
1745
1745
|
|
|
@@ -1866,7 +1866,7 @@ module Google
|
|
|
1866
1866
|
# @return [String]
|
|
1867
1867
|
attr_accessor :collation
|
|
1868
1868
|
|
|
1869
|
-
#
|
|
1869
|
+
# The column name.
|
|
1870
1870
|
# Corresponds to the JSON property `column`
|
|
1871
1871
|
# @return [String]
|
|
1872
1872
|
attr_accessor :column
|
|
@@ -1931,7 +1931,7 @@ module Google
|
|
|
1931
1931
|
class MysqlDatabase
|
|
1932
1932
|
include Google::Apis::Core::Hashable
|
|
1933
1933
|
|
|
1934
|
-
#
|
|
1934
|
+
# The database name.
|
|
1935
1935
|
# Corresponds to the JSON property `database`
|
|
1936
1936
|
# @return [String]
|
|
1937
1937
|
attr_accessor :database
|
|
@@ -2021,7 +2021,7 @@ module Google
|
|
|
2021
2021
|
end
|
|
2022
2022
|
end
|
|
2023
2023
|
|
|
2024
|
-
# MySQL
|
|
2024
|
+
# Profile for connecting to a MySQL source.
|
|
2025
2025
|
class MysqlProfile
|
|
2026
2026
|
include Google::Apis::Core::Hashable
|
|
2027
2027
|
|
|
@@ -2091,7 +2091,7 @@ module Google
|
|
|
2091
2091
|
end
|
|
2092
2092
|
end
|
|
2093
2093
|
|
|
2094
|
-
# MySQL source
|
|
2094
|
+
# Configuration for syncing data from a MySQL source.
|
|
2095
2095
|
class MysqlSourceConfig
|
|
2096
2096
|
include Google::Apis::Core::Hashable
|
|
2097
2097
|
|
|
@@ -2209,7 +2209,7 @@ module Google
|
|
|
2209
2209
|
# @return [Array<Google::Apis::DatastreamV1::MysqlColumn>]
|
|
2210
2210
|
attr_accessor :mysql_columns
|
|
2211
2211
|
|
|
2212
|
-
#
|
|
2212
|
+
# The table name.
|
|
2213
2213
|
# Corresponds to the JSON property `table`
|
|
2214
2214
|
# @return [String]
|
|
2215
2215
|
attr_accessor :table
|
|
@@ -2498,7 +2498,7 @@ module Google
|
|
|
2498
2498
|
class OracleColumn
|
|
2499
2499
|
include Google::Apis::Core::Hashable
|
|
2500
2500
|
|
|
2501
|
-
#
|
|
2501
|
+
# The column name.
|
|
2502
2502
|
# Corresponds to the JSON property `column`
|
|
2503
2503
|
# @return [String]
|
|
2504
2504
|
attr_accessor :column
|
|
@@ -2588,7 +2588,7 @@ module Google
|
|
|
2588
2588
|
end
|
|
2589
2589
|
end
|
|
2590
2590
|
|
|
2591
|
-
# Oracle
|
|
2591
|
+
# Profile for connecting to an Oracle source.
|
|
2592
2592
|
class OracleProfile
|
|
2593
2593
|
include Google::Apis::Core::Hashable
|
|
2594
2594
|
|
|
@@ -2685,7 +2685,7 @@ module Google
|
|
|
2685
2685
|
# @return [Array<Google::Apis::DatastreamV1::OracleTable>]
|
|
2686
2686
|
attr_accessor :oracle_tables
|
|
2687
2687
|
|
|
2688
|
-
#
|
|
2688
|
+
# The schema name.
|
|
2689
2689
|
# Corresponds to the JSON property `schema`
|
|
2690
2690
|
# @return [String]
|
|
2691
2691
|
attr_accessor :schema
|
|
@@ -2720,7 +2720,7 @@ module Google
|
|
|
2720
2720
|
end
|
|
2721
2721
|
end
|
|
2722
2722
|
|
|
2723
|
-
#
|
|
2723
|
+
# Configuration for syncing data from an Oracle source.
|
|
2724
2724
|
class OracleSourceConfig
|
|
2725
2725
|
include Google::Apis::Core::Hashable
|
|
2726
2726
|
|
|
@@ -2831,7 +2831,7 @@ module Google
|
|
|
2831
2831
|
# @return [Array<Google::Apis::DatastreamV1::OracleColumn>]
|
|
2832
2832
|
attr_accessor :oracle_columns
|
|
2833
2833
|
|
|
2834
|
-
#
|
|
2834
|
+
# The table name.
|
|
2835
2835
|
# Corresponds to the JSON property `table`
|
|
2836
2836
|
# @return [String]
|
|
2837
2837
|
attr_accessor :table
|
|
@@ -2851,7 +2851,7 @@ module Google
|
|
|
2851
2851
|
class PostgresqlColumn
|
|
2852
2852
|
include Google::Apis::Core::Hashable
|
|
2853
2853
|
|
|
2854
|
-
#
|
|
2854
|
+
# The column name.
|
|
2855
2855
|
# Corresponds to the JSON property `column`
|
|
2856
2856
|
# @return [String]
|
|
2857
2857
|
attr_accessor :column
|
|
@@ -2935,7 +2935,7 @@ module Google
|
|
|
2935
2935
|
end
|
|
2936
2936
|
end
|
|
2937
2937
|
|
|
2938
|
-
# PostgreSQL
|
|
2938
|
+
# Profile for connecting to a PostgreSQL source.
|
|
2939
2939
|
class PostgresqlProfile
|
|
2940
2940
|
include Google::Apis::Core::Hashable
|
|
2941
2941
|
|
|
@@ -3020,7 +3020,7 @@ module Google
|
|
|
3020
3020
|
# @return [Array<Google::Apis::DatastreamV1::PostgresqlTable>]
|
|
3021
3021
|
attr_accessor :postgresql_tables
|
|
3022
3022
|
|
|
3023
|
-
#
|
|
3023
|
+
# The schema name.
|
|
3024
3024
|
# Corresponds to the JSON property `schema`
|
|
3025
3025
|
# @return [String]
|
|
3026
3026
|
attr_accessor :schema
|
|
@@ -3036,7 +3036,7 @@ module Google
|
|
|
3036
3036
|
end
|
|
3037
3037
|
end
|
|
3038
3038
|
|
|
3039
|
-
#
|
|
3039
|
+
# Configuration for syncing data from a PostgreSQL source.
|
|
3040
3040
|
class PostgresqlSourceConfig
|
|
3041
3041
|
include Google::Apis::Core::Hashable
|
|
3042
3042
|
|
|
@@ -3122,7 +3122,7 @@ module Google
|
|
|
3122
3122
|
# @return [Array<Google::Apis::DatastreamV1::PostgresqlColumn>]
|
|
3123
3123
|
attr_accessor :postgresql_columns
|
|
3124
3124
|
|
|
3125
|
-
#
|
|
3125
|
+
# The table name.
|
|
3126
3126
|
# Corresponds to the JSON property `table`
|
|
3127
3127
|
# @return [String]
|
|
3128
3128
|
attr_accessor :table
|
|
@@ -3380,7 +3380,7 @@ module Google
|
|
|
3380
3380
|
# @return [String]
|
|
3381
3381
|
attr_accessor :data_type
|
|
3382
3382
|
|
|
3383
|
-
#
|
|
3383
|
+
# The field name.
|
|
3384
3384
|
# Corresponds to the JSON property `name`
|
|
3385
3385
|
# @return [String]
|
|
3386
3386
|
attr_accessor :name
|
|
@@ -3413,7 +3413,7 @@ module Google
|
|
|
3413
3413
|
# @return [Array<Google::Apis::DatastreamV1::SalesforceField>]
|
|
3414
3414
|
attr_accessor :fields
|
|
3415
3415
|
|
|
3416
|
-
#
|
|
3416
|
+
# The object name.
|
|
3417
3417
|
# Corresponds to the JSON property `objectName`
|
|
3418
3418
|
# @return [String]
|
|
3419
3419
|
attr_accessor :object_name
|
|
@@ -3467,7 +3467,7 @@ module Google
|
|
|
3467
3467
|
end
|
|
3468
3468
|
end
|
|
3469
3469
|
|
|
3470
|
-
# Salesforce
|
|
3470
|
+
# Profile for connecting to a Salesforce source.
|
|
3471
3471
|
class SalesforceProfile
|
|
3472
3472
|
include Google::Apis::Core::Hashable
|
|
3473
3473
|
|
|
@@ -3498,7 +3498,7 @@ module Google
|
|
|
3498
3498
|
end
|
|
3499
3499
|
end
|
|
3500
3500
|
|
|
3501
|
-
# Salesforce source
|
|
3501
|
+
# Configuration for syncing data from a Salesforce source.
|
|
3502
3502
|
class SalesforceSourceConfig
|
|
3503
3503
|
include Google::Apis::Core::Hashable
|
|
3504
3504
|
|
|
@@ -3513,8 +3513,8 @@ module Google
|
|
|
3513
3513
|
attr_accessor :include_objects
|
|
3514
3514
|
|
|
3515
3515
|
# Required. Salesforce objects polling interval. The interval at which new
|
|
3516
|
-
# changes will be polled for each object. The duration must be
|
|
3517
|
-
#
|
|
3516
|
+
# changes will be polled for each object. The duration must be from `5 minutes`
|
|
3517
|
+
# to `24 hours`, inclusive.
|
|
3518
3518
|
# Corresponds to the JSON property `pollingInterval`
|
|
3519
3519
|
# @return [String]
|
|
3520
3520
|
attr_accessor :polling_interval
|
|
@@ -3633,27 +3633,27 @@ module Google
|
|
|
3633
3633
|
class SourceConfig
|
|
3634
3634
|
include Google::Apis::Core::Hashable
|
|
3635
3635
|
|
|
3636
|
-
# MongoDB source
|
|
3636
|
+
# Configuration for syncing data from a MongoDB source.
|
|
3637
3637
|
# Corresponds to the JSON property `mongodbSourceConfig`
|
|
3638
3638
|
# @return [Google::Apis::DatastreamV1::MongodbSourceConfig]
|
|
3639
3639
|
attr_accessor :mongodb_source_config
|
|
3640
3640
|
|
|
3641
|
-
# MySQL source
|
|
3641
|
+
# Configuration for syncing data from a MySQL source.
|
|
3642
3642
|
# Corresponds to the JSON property `mysqlSourceConfig`
|
|
3643
3643
|
# @return [Google::Apis::DatastreamV1::MysqlSourceConfig]
|
|
3644
3644
|
attr_accessor :mysql_source_config
|
|
3645
3645
|
|
|
3646
|
-
#
|
|
3646
|
+
# Configuration for syncing data from an Oracle source.
|
|
3647
3647
|
# Corresponds to the JSON property `oracleSourceConfig`
|
|
3648
3648
|
# @return [Google::Apis::DatastreamV1::OracleSourceConfig]
|
|
3649
3649
|
attr_accessor :oracle_source_config
|
|
3650
3650
|
|
|
3651
|
-
#
|
|
3651
|
+
# Configuration for syncing data from a PostgreSQL source.
|
|
3652
3652
|
# Corresponds to the JSON property `postgresqlSourceConfig`
|
|
3653
3653
|
# @return [Google::Apis::DatastreamV1::PostgresqlSourceConfig]
|
|
3654
3654
|
attr_accessor :postgresql_source_config
|
|
3655
3655
|
|
|
3656
|
-
# Salesforce source
|
|
3656
|
+
# Configuration for syncing data from a Salesforce source.
|
|
3657
3657
|
# Corresponds to the JSON property `salesforceSourceConfig`
|
|
3658
3658
|
# @return [Google::Apis::DatastreamV1::SalesforceSourceConfig]
|
|
3659
3659
|
attr_accessor :salesforce_source_config
|
|
@@ -3664,12 +3664,12 @@ module Google
|
|
|
3664
3664
|
# @return [String]
|
|
3665
3665
|
attr_accessor :source_connection_profile
|
|
3666
3666
|
|
|
3667
|
-
# Spanner source
|
|
3667
|
+
# Configuration for syncing data from a Spanner source.
|
|
3668
3668
|
# Corresponds to the JSON property `spannerSourceConfig`
|
|
3669
3669
|
# @return [Google::Apis::DatastreamV1::SpannerSourceConfig]
|
|
3670
3670
|
attr_accessor :spanner_source_config
|
|
3671
3671
|
|
|
3672
|
-
#
|
|
3672
|
+
# Configuration for syncing data from a SQLServer source.
|
|
3673
3673
|
# Corresponds to the JSON property `sqlServerSourceConfig`
|
|
3674
3674
|
# @return [Google::Apis::DatastreamV1::SqlServerSourceConfig]
|
|
3675
3675
|
attr_accessor :sql_server_source_config
|
|
@@ -3777,7 +3777,7 @@ module Google
|
|
|
3777
3777
|
class SpannerColumn
|
|
3778
3778
|
include Google::Apis::Core::Hashable
|
|
3779
3779
|
|
|
3780
|
-
# Required.
|
|
3780
|
+
# Required. The column name.
|
|
3781
3781
|
# Corresponds to the JSON property `column`
|
|
3782
3782
|
# @return [String]
|
|
3783
3783
|
attr_accessor :column
|
|
@@ -3855,7 +3855,7 @@ module Google
|
|
|
3855
3855
|
end
|
|
3856
3856
|
end
|
|
3857
3857
|
|
|
3858
|
-
# Spanner
|
|
3858
|
+
# Profile for connecting to a Spanner source.
|
|
3859
3859
|
class SpannerProfile
|
|
3860
3860
|
include Google::Apis::Core::Hashable
|
|
3861
3861
|
|
|
@@ -3888,7 +3888,7 @@ module Google
|
|
|
3888
3888
|
class SpannerSchema
|
|
3889
3889
|
include Google::Apis::Core::Hashable
|
|
3890
3890
|
|
|
3891
|
-
# Required.
|
|
3891
|
+
# Required. The schema name.
|
|
3892
3892
|
# Corresponds to the JSON property `schema`
|
|
3893
3893
|
# @return [String]
|
|
3894
3894
|
attr_accessor :schema
|
|
@@ -3909,7 +3909,7 @@ module Google
|
|
|
3909
3909
|
end
|
|
3910
3910
|
end
|
|
3911
3911
|
|
|
3912
|
-
# Spanner source
|
|
3912
|
+
# Configuration for syncing data from a Spanner source.
|
|
3913
3913
|
class SpannerSourceConfig
|
|
3914
3914
|
include Google::Apis::Core::Hashable
|
|
3915
3915
|
|
|
@@ -3981,7 +3981,7 @@ module Google
|
|
|
3981
3981
|
# @return [Array<Google::Apis::DatastreamV1::SpannerColumn>]
|
|
3982
3982
|
attr_accessor :columns
|
|
3983
3983
|
|
|
3984
|
-
# Required.
|
|
3984
|
+
# Required. The table name.
|
|
3985
3985
|
# Corresponds to the JSON property `table`
|
|
3986
3986
|
# @return [String]
|
|
3987
3987
|
attr_accessor :table
|
|
@@ -4057,7 +4057,7 @@ module Google
|
|
|
4057
4057
|
class SqlServerColumn
|
|
4058
4058
|
include Google::Apis::Core::Hashable
|
|
4059
4059
|
|
|
4060
|
-
#
|
|
4060
|
+
# The column name.
|
|
4061
4061
|
# Corresponds to the JSON property `column`
|
|
4062
4062
|
# @return [String]
|
|
4063
4063
|
attr_accessor :column
|
|
@@ -4160,7 +4160,7 @@ module Google
|
|
|
4160
4160
|
end
|
|
4161
4161
|
end
|
|
4162
4162
|
|
|
4163
|
-
# SQLServer
|
|
4163
|
+
# Profile for connecting to a SQLServer source.
|
|
4164
4164
|
class SqlServerProfile
|
|
4165
4165
|
include Google::Apis::Core::Hashable
|
|
4166
4166
|
|
|
@@ -4240,7 +4240,7 @@ module Google
|
|
|
4240
4240
|
class SqlServerSchema
|
|
4241
4241
|
include Google::Apis::Core::Hashable
|
|
4242
4242
|
|
|
4243
|
-
#
|
|
4243
|
+
# The schema name.
|
|
4244
4244
|
# Corresponds to the JSON property `schema`
|
|
4245
4245
|
# @return [String]
|
|
4246
4246
|
attr_accessor :schema
|
|
@@ -4261,7 +4261,7 @@ module Google
|
|
|
4261
4261
|
end
|
|
4262
4262
|
end
|
|
4263
4263
|
|
|
4264
|
-
#
|
|
4264
|
+
# Configuration for syncing data from a SQLServer source.
|
|
4265
4265
|
class SqlServerSourceConfig
|
|
4266
4266
|
include Google::Apis::Core::Hashable
|
|
4267
4267
|
|
|
@@ -4356,7 +4356,7 @@ module Google
|
|
|
4356
4356
|
# @return [Array<Google::Apis::DatastreamV1::SqlServerColumn>]
|
|
4357
4357
|
attr_accessor :columns
|
|
4358
4358
|
|
|
4359
|
-
#
|
|
4359
|
+
# The table name.
|
|
4360
4360
|
# Corresponds to the JSON property `table`
|
|
4361
4361
|
# @return [String]
|
|
4362
4362
|
attr_accessor :table
|
|
@@ -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.
|
|
19
|
+
GEM_VERSION = "0.63.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 = "
|
|
25
|
+
REVISION = "20260114"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
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.
|
|
4
|
+
version: 0.63.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
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-datastream_v1/v0.63.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:
|