google-cloud-dataplex-v1 1.3.0 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/dataplex/v1/catalog_service/client.rb +7 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/operations.rb +7 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/rest/client.rb +7 -0
- data/lib/google/cloud/dataplex/v1/catalog_service/rest/operations.rb +7 -0
- data/lib/google/cloud/dataplex/v1/content_service/client.rb +7 -0
- data/lib/google/cloud/dataplex/v1/content_service/rest/client.rb +7 -0
- data/lib/google/cloud/dataplex/v1/data_scan_service/client.rb +7 -0
- data/lib/google/cloud/dataplex/v1/data_scan_service/operations.rb +7 -0
- data/lib/google/cloud/dataplex/v1/data_scan_service/rest/client.rb +7 -0
- data/lib/google/cloud/dataplex/v1/data_scan_service/rest/operations.rb +7 -0
- data/lib/google/cloud/dataplex/v1/data_taxonomy_service/client.rb +7 -0
- data/lib/google/cloud/dataplex/v1/data_taxonomy_service/operations.rb +7 -0
- data/lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb +7 -0
- data/lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/operations.rb +7 -0
- data/lib/google/cloud/dataplex/v1/dataplex_service/client.rb +7 -0
- data/lib/google/cloud/dataplex/v1/dataplex_service/operations.rb +7 -0
- data/lib/google/cloud/dataplex/v1/dataplex_service/rest/client.rb +7 -0
- data/lib/google/cloud/dataplex/v1/dataplex_service/rest/operations.rb +7 -0
- data/lib/google/cloud/dataplex/v1/metadata_service/client.rb +7 -0
- data/lib/google/cloud/dataplex/v1/metadata_service/rest/client.rb +7 -0
- data/lib/google/cloud/dataplex/v1/version.rb +1 -1
- data/proto_docs/google/cloud/dataplex/v1/analyze.rb +4 -0
- data/proto_docs/google/cloud/dataplex/v1/data_profile.rb +6 -0
- data/proto_docs/google/cloud/dataplex/v1/data_quality.rb +18 -0
- data/proto_docs/google/cloud/dataplex/v1/datascans.rb +24 -0
- data/proto_docs/google/cloud/dataplex/v1/logs.rb +18 -0
- data/proto_docs/google/cloud/dataplex/v1/metadata.rb +6 -0
- data/proto_docs/google/cloud/dataplex/v1/processing.rb +8 -0
- data/proto_docs/google/cloud/dataplex/v1/resources.rb +16 -0
- data/proto_docs/google/cloud/dataplex/v1/tasks.rb +18 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- data/proto_docs/google/protobuf/struct.rb +12 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 12402db1549a34d4a9680c87aed0e37cb4f0e0600a7195bcdc0f75551c5585c8
|
4
|
+
data.tar.gz: 4dd022eb1843bcbf40b1fe79317c88ce485e9f07eb7e24b0d9f736cd6c38de65
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1faa06096f157643219e4a7d6ddb9212127e955fcd46a37adfc47eb422e5f8348e3c675697c3eb47dcfe32507d4750f31588855ffb7370590b00387970bc8d90
|
7
|
+
data.tar.gz: 9a22c2442af4abe1fc1db80f670113c72be2a4a442def98b30ac7bf772712c3005e093aa55b1b53e70cbbb417a81c37b22bdbf2e403a60589d3be49ac5e7b9a0
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -2997,6 +2997,13 @@ module Google
|
|
2997
2997
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
2998
2998
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
2999
2999
|
# * (`nil`) indicating no credentials
|
3000
|
+
#
|
3001
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
3002
|
+
# external source for authentication to Google Cloud, you must validate it before
|
3003
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
3004
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
3005
|
+
# For more information, refer to [Validate credential configurations from external
|
3006
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
3000
3007
|
# @return [::Object]
|
3001
3008
|
# @!attribute [rw] scope
|
3002
3009
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -2798,6 +2798,13 @@ module Google
|
|
2798
2798
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
2799
2799
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
2800
2800
|
# * (`nil`) indicating no credentials
|
2801
|
+
#
|
2802
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2803
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2804
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2805
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2806
|
+
# For more information, refer to [Validate credential configurations from external
|
2807
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2801
2808
|
# @return [::Object]
|
2802
2809
|
# @!attribute [rw] scope
|
2803
2810
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -1049,6 +1049,13 @@ module Google
|
|
1049
1049
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1050
1050
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1051
1051
|
# * (`nil`) indicating no credentials
|
1052
|
+
#
|
1053
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1054
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1055
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1056
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1057
|
+
# For more information, refer to [Validate credential configurations from external
|
1058
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1052
1059
|
# @return [::Object]
|
1053
1060
|
# @!attribute [rw] scope
|
1054
1061
|
# The OAuth scopes
|
@@ -986,6 +986,13 @@ module Google
|
|
986
986
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
987
987
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
988
988
|
# * (`nil`) indicating no credentials
|
989
|
+
#
|
990
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
991
|
+
# external source for authentication to Google Cloud, you must validate it before
|
992
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
993
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
994
|
+
# For more information, refer to [Validate credential configurations from external
|
995
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
989
996
|
# @return [::Object]
|
990
997
|
# @!attribute [rw] scope
|
991
998
|
# The OAuth scopes
|
@@ -1180,6 +1180,13 @@ module Google
|
|
1180
1180
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1181
1181
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1182
1182
|
# * (`nil`) indicating no credentials
|
1183
|
+
#
|
1184
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1185
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1186
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1187
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1188
|
+
# For more information, refer to [Validate credential configurations from external
|
1189
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1183
1190
|
# @return [::Object]
|
1184
1191
|
# @!attribute [rw] scope
|
1185
1192
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -1108,6 +1108,13 @@ module Google
|
|
1108
1108
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1109
1109
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1110
1110
|
# * (`nil`) indicating no credentials
|
1111
|
+
#
|
1112
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1113
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1114
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1115
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1116
|
+
# For more information, refer to [Validate credential configurations from external
|
1117
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1111
1118
|
# @return [::Object]
|
1112
1119
|
# @!attribute [rw] scope
|
1113
1120
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -1773,6 +1773,13 @@ module Google
|
|
1773
1773
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1774
1774
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1775
1775
|
# * (`nil`) indicating no credentials
|
1776
|
+
#
|
1777
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1778
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1779
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1780
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1781
|
+
# For more information, refer to [Validate credential configurations from external
|
1782
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1776
1783
|
# @return [::Object]
|
1777
1784
|
# @!attribute [rw] scope
|
1778
1785
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -1655,6 +1655,13 @@ module Google
|
|
1655
1655
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1656
1656
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1657
1657
|
# * (`nil`) indicating no credentials
|
1658
|
+
#
|
1659
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1660
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1661
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1662
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1663
|
+
# For more information, refer to [Validate credential configurations from external
|
1664
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1658
1665
|
# @return [::Object]
|
1659
1666
|
# @!attribute [rw] scope
|
1660
1667
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -3644,6 +3644,13 @@ module Google
|
|
3644
3644
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
3645
3645
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
3646
3646
|
# * (`nil`) indicating no credentials
|
3647
|
+
#
|
3648
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
3649
|
+
# external source for authentication to Google Cloud, you must validate it before
|
3650
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
3651
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
3652
|
+
# For more information, refer to [Validate credential configurations from external
|
3653
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
3647
3654
|
# @return [::Object]
|
3648
3655
|
# @!attribute [rw] scope
|
3649
3656
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -3402,6 +3402,13 @@ module Google
|
|
3402
3402
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
3403
3403
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
3404
3404
|
# * (`nil`) indicating no credentials
|
3405
|
+
#
|
3406
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
3407
|
+
# external source for authentication to Google Cloud, you must validate it before
|
3408
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
3409
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
3410
|
+
# For more information, refer to [Validate credential configurations from external
|
3411
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
3405
3412
|
# @return [::Object]
|
3406
3413
|
# @!attribute [rw] scope
|
3407
3414
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -1152,6 +1152,13 @@ module Google
|
|
1152
1152
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1153
1153
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1154
1154
|
# * (`nil`) indicating no credentials
|
1155
|
+
#
|
1156
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1157
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1158
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1159
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1160
|
+
# For more information, refer to [Validate credential configurations from external
|
1161
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1155
1162
|
# @return [::Object]
|
1156
1163
|
# @!attribute [rw] scope
|
1157
1164
|
# The OAuth scopes
|
@@ -1082,6 +1082,13 @@ module Google
|
|
1082
1082
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1083
1083
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1084
1084
|
# * (`nil`) indicating no credentials
|
1085
|
+
#
|
1086
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1087
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1088
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1089
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1090
|
+
# For more information, refer to [Validate credential configurations from external
|
1091
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1085
1092
|
# @return [::Object]
|
1086
1093
|
# @!attribute [rw] scope
|
1087
1094
|
# The OAuth scopes
|
@@ -213,9 +213,13 @@ module Google
|
|
213
213
|
# @!attribute [rw] sql_script
|
214
214
|
# @return [::Google::Cloud::Dataplex::V1::Content::SqlScript]
|
215
215
|
# Sql Script related configurations.
|
216
|
+
#
|
217
|
+
# Note: The following fields are mutually exclusive: `sql_script`, `notebook`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
216
218
|
# @!attribute [rw] notebook
|
217
219
|
# @return [::Google::Cloud::Dataplex::V1::Content::Notebook]
|
218
220
|
# Notebook related configurations.
|
221
|
+
#
|
222
|
+
# Note: The following fields are mutually exclusive: `notebook`, `sql_script`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
219
223
|
class Content
|
220
224
|
include ::Google::Protobuf::MessageExts
|
221
225
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -163,12 +163,18 @@ module Google
|
|
163
163
|
# @!attribute [rw] string_profile
|
164
164
|
# @return [::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::StringFieldInfo]
|
165
165
|
# String type field information.
|
166
|
+
#
|
167
|
+
# Note: The following fields are mutually exclusive: `string_profile`, `integer_profile`, `double_profile`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
166
168
|
# @!attribute [rw] integer_profile
|
167
169
|
# @return [::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::IntegerFieldInfo]
|
168
170
|
# Integer type field information.
|
171
|
+
#
|
172
|
+
# Note: The following fields are mutually exclusive: `integer_profile`, `string_profile`, `double_profile`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
169
173
|
# @!attribute [rw] double_profile
|
170
174
|
# @return [::Google::Cloud::Dataplex::V1::DataProfileResult::Profile::Field::ProfileInfo::DoubleFieldInfo]
|
171
175
|
# Double type field information.
|
176
|
+
#
|
177
|
+
# Note: The following fields are mutually exclusive: `double_profile`, `string_profile`, `integer_profile`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
172
178
|
class ProfileInfo
|
173
179
|
include ::Google::Protobuf::MessageExts
|
174
180
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -287,36 +287,54 @@ module Google
|
|
287
287
|
# @return [::Google::Cloud::Dataplex::V1::DataQualityRule::RangeExpectation]
|
288
288
|
# Row-level rule which evaluates whether each column value lies between a
|
289
289
|
# specified range.
|
290
|
+
#
|
291
|
+
# Note: The following fields are mutually exclusive: `range_expectation`, `non_null_expectation`, `set_expectation`, `regex_expectation`, `uniqueness_expectation`, `statistic_range_expectation`, `row_condition_expectation`, `table_condition_expectation`, `sql_assertion`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
290
292
|
# @!attribute [rw] non_null_expectation
|
291
293
|
# @return [::Google::Cloud::Dataplex::V1::DataQualityRule::NonNullExpectation]
|
292
294
|
# Row-level rule which evaluates whether each column value is null.
|
295
|
+
#
|
296
|
+
# Note: The following fields are mutually exclusive: `non_null_expectation`, `range_expectation`, `set_expectation`, `regex_expectation`, `uniqueness_expectation`, `statistic_range_expectation`, `row_condition_expectation`, `table_condition_expectation`, `sql_assertion`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
293
297
|
# @!attribute [rw] set_expectation
|
294
298
|
# @return [::Google::Cloud::Dataplex::V1::DataQualityRule::SetExpectation]
|
295
299
|
# Row-level rule which evaluates whether each column value is contained by
|
296
300
|
# a specified set.
|
301
|
+
#
|
302
|
+
# Note: The following fields are mutually exclusive: `set_expectation`, `range_expectation`, `non_null_expectation`, `regex_expectation`, `uniqueness_expectation`, `statistic_range_expectation`, `row_condition_expectation`, `table_condition_expectation`, `sql_assertion`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
297
303
|
# @!attribute [rw] regex_expectation
|
298
304
|
# @return [::Google::Cloud::Dataplex::V1::DataQualityRule::RegexExpectation]
|
299
305
|
# Row-level rule which evaluates whether each column value matches a
|
300
306
|
# specified regex.
|
307
|
+
#
|
308
|
+
# Note: The following fields are mutually exclusive: `regex_expectation`, `range_expectation`, `non_null_expectation`, `set_expectation`, `uniqueness_expectation`, `statistic_range_expectation`, `row_condition_expectation`, `table_condition_expectation`, `sql_assertion`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
301
309
|
# @!attribute [rw] uniqueness_expectation
|
302
310
|
# @return [::Google::Cloud::Dataplex::V1::DataQualityRule::UniquenessExpectation]
|
303
311
|
# Row-level rule which evaluates whether each column value is unique.
|
312
|
+
#
|
313
|
+
# Note: The following fields are mutually exclusive: `uniqueness_expectation`, `range_expectation`, `non_null_expectation`, `set_expectation`, `regex_expectation`, `statistic_range_expectation`, `row_condition_expectation`, `table_condition_expectation`, `sql_assertion`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
304
314
|
# @!attribute [rw] statistic_range_expectation
|
305
315
|
# @return [::Google::Cloud::Dataplex::V1::DataQualityRule::StatisticRangeExpectation]
|
306
316
|
# Aggregate rule which evaluates whether the column aggregate
|
307
317
|
# statistic lies between a specified range.
|
318
|
+
#
|
319
|
+
# Note: The following fields are mutually exclusive: `statistic_range_expectation`, `range_expectation`, `non_null_expectation`, `set_expectation`, `regex_expectation`, `uniqueness_expectation`, `row_condition_expectation`, `table_condition_expectation`, `sql_assertion`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
308
320
|
# @!attribute [rw] row_condition_expectation
|
309
321
|
# @return [::Google::Cloud::Dataplex::V1::DataQualityRule::RowConditionExpectation]
|
310
322
|
# Row-level rule which evaluates whether each row in a table passes the
|
311
323
|
# specified condition.
|
324
|
+
#
|
325
|
+
# Note: The following fields are mutually exclusive: `row_condition_expectation`, `range_expectation`, `non_null_expectation`, `set_expectation`, `regex_expectation`, `uniqueness_expectation`, `statistic_range_expectation`, `table_condition_expectation`, `sql_assertion`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
312
326
|
# @!attribute [rw] table_condition_expectation
|
313
327
|
# @return [::Google::Cloud::Dataplex::V1::DataQualityRule::TableConditionExpectation]
|
314
328
|
# Aggregate rule which evaluates whether the provided expression is true
|
315
329
|
# for a table.
|
330
|
+
#
|
331
|
+
# Note: The following fields are mutually exclusive: `table_condition_expectation`, `range_expectation`, `non_null_expectation`, `set_expectation`, `regex_expectation`, `uniqueness_expectation`, `statistic_range_expectation`, `row_condition_expectation`, `sql_assertion`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
316
332
|
# @!attribute [rw] sql_assertion
|
317
333
|
# @return [::Google::Cloud::Dataplex::V1::DataQualityRule::SqlAssertion]
|
318
334
|
# Aggregate rule which evaluates the number of rows returned for the
|
319
335
|
# provided statement. If any rows are returned, this rule fails.
|
336
|
+
#
|
337
|
+
# Note: The following fields are mutually exclusive: `sql_assertion`, `range_expectation`, `non_null_expectation`, `set_expectation`, `regex_expectation`, `uniqueness_expectation`, `statistic_range_expectation`, `row_condition_expectation`, `table_condition_expectation`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
320
338
|
# @!attribute [rw] column
|
321
339
|
# @return [::String]
|
322
340
|
# Optional. The unnested column which this rule is evaluated against.
|
@@ -346,21 +346,33 @@ module Google
|
|
346
346
|
# @!attribute [rw] data_quality_spec
|
347
347
|
# @return [::Google::Cloud::Dataplex::V1::DataQualitySpec]
|
348
348
|
# Settings for a data quality scan.
|
349
|
+
#
|
350
|
+
# Note: The following fields are mutually exclusive: `data_quality_spec`, `data_profile_spec`, `data_discovery_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
349
351
|
# @!attribute [rw] data_profile_spec
|
350
352
|
# @return [::Google::Cloud::Dataplex::V1::DataProfileSpec]
|
351
353
|
# Settings for a data profile scan.
|
354
|
+
#
|
355
|
+
# Note: The following fields are mutually exclusive: `data_profile_spec`, `data_quality_spec`, `data_discovery_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
352
356
|
# @!attribute [rw] data_discovery_spec
|
353
357
|
# @return [::Google::Cloud::Dataplex::V1::DataDiscoverySpec]
|
354
358
|
# Settings for a data discovery scan.
|
359
|
+
#
|
360
|
+
# Note: The following fields are mutually exclusive: `data_discovery_spec`, `data_quality_spec`, `data_profile_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
355
361
|
# @!attribute [r] data_quality_result
|
356
362
|
# @return [::Google::Cloud::Dataplex::V1::DataQualityResult]
|
357
363
|
# Output only. The result of a data quality scan.
|
364
|
+
#
|
365
|
+
# Note: The following fields are mutually exclusive: `data_quality_result`, `data_profile_result`, `data_discovery_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
358
366
|
# @!attribute [r] data_profile_result
|
359
367
|
# @return [::Google::Cloud::Dataplex::V1::DataProfileResult]
|
360
368
|
# Output only. The result of a data profile scan.
|
369
|
+
#
|
370
|
+
# Note: The following fields are mutually exclusive: `data_profile_result`, `data_quality_result`, `data_discovery_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
361
371
|
# @!attribute [r] data_discovery_result
|
362
372
|
# @return [::Google::Cloud::Dataplex::V1::DataDiscoveryResult]
|
363
373
|
# Output only. The result of a data discovery scan.
|
374
|
+
#
|
375
|
+
# Note: The following fields are mutually exclusive: `data_discovery_result`, `data_quality_result`, `data_profile_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
364
376
|
class DataScan
|
365
377
|
include ::Google::Protobuf::MessageExts
|
366
378
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -440,21 +452,33 @@ module Google
|
|
440
452
|
# @!attribute [r] data_quality_spec
|
441
453
|
# @return [::Google::Cloud::Dataplex::V1::DataQualitySpec]
|
442
454
|
# Output only. Settings for a data quality scan.
|
455
|
+
#
|
456
|
+
# Note: The following fields are mutually exclusive: `data_quality_spec`, `data_profile_spec`, `data_discovery_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
443
457
|
# @!attribute [r] data_profile_spec
|
444
458
|
# @return [::Google::Cloud::Dataplex::V1::DataProfileSpec]
|
445
459
|
# Output only. Settings for a data profile scan.
|
460
|
+
#
|
461
|
+
# Note: The following fields are mutually exclusive: `data_profile_spec`, `data_quality_spec`, `data_discovery_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
446
462
|
# @!attribute [r] data_discovery_spec
|
447
463
|
# @return [::Google::Cloud::Dataplex::V1::DataDiscoverySpec]
|
448
464
|
# Output only. Settings for a data discovery scan.
|
465
|
+
#
|
466
|
+
# Note: The following fields are mutually exclusive: `data_discovery_spec`, `data_quality_spec`, `data_profile_spec`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
449
467
|
# @!attribute [r] data_quality_result
|
450
468
|
# @return [::Google::Cloud::Dataplex::V1::DataQualityResult]
|
451
469
|
# Output only. The result of a data quality scan.
|
470
|
+
#
|
471
|
+
# Note: The following fields are mutually exclusive: `data_quality_result`, `data_profile_result`, `data_discovery_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
452
472
|
# @!attribute [r] data_profile_result
|
453
473
|
# @return [::Google::Cloud::Dataplex::V1::DataProfileResult]
|
454
474
|
# Output only. The result of a data profile scan.
|
475
|
+
#
|
476
|
+
# Note: The following fields are mutually exclusive: `data_profile_result`, `data_quality_result`, `data_discovery_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
455
477
|
# @!attribute [r] data_discovery_result
|
456
478
|
# @return [::Google::Cloud::Dataplex::V1::DataDiscoveryResult]
|
457
479
|
# Output only. The result of a data discovery scan.
|
480
|
+
#
|
481
|
+
# Note: The following fields are mutually exclusive: `data_discovery_result`, `data_quality_result`, `data_profile_result`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
458
482
|
class DataScanJob
|
459
483
|
include ::Google::Protobuf::MessageExts
|
460
484
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -46,18 +46,28 @@ module Google
|
|
46
46
|
# @!attribute [rw] config
|
47
47
|
# @return [::Google::Cloud::Dataplex::V1::DiscoveryEvent::ConfigDetails]
|
48
48
|
# Details about discovery configuration in effect.
|
49
|
+
#
|
50
|
+
# Note: The following fields are mutually exclusive: `config`, `entity`, `partition`, `action`, `table`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
49
51
|
# @!attribute [rw] entity
|
50
52
|
# @return [::Google::Cloud::Dataplex::V1::DiscoveryEvent::EntityDetails]
|
51
53
|
# Details about the entity associated with the event.
|
54
|
+
#
|
55
|
+
# Note: The following fields are mutually exclusive: `entity`, `config`, `partition`, `action`, `table`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
52
56
|
# @!attribute [rw] partition
|
53
57
|
# @return [::Google::Cloud::Dataplex::V1::DiscoveryEvent::PartitionDetails]
|
54
58
|
# Details about the partition associated with the event.
|
59
|
+
#
|
60
|
+
# Note: The following fields are mutually exclusive: `partition`, `config`, `entity`, `action`, `table`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
55
61
|
# @!attribute [rw] action
|
56
62
|
# @return [::Google::Cloud::Dataplex::V1::DiscoveryEvent::ActionDetails]
|
57
63
|
# Details about the action associated with the event.
|
64
|
+
#
|
65
|
+
# Note: The following fields are mutually exclusive: `action`, `config`, `entity`, `partition`, `table`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
58
66
|
# @!attribute [rw] table
|
59
67
|
# @return [::Google::Cloud::Dataplex::V1::DiscoveryEvent::TableDetails]
|
60
68
|
# Details about the BigQuery table publishing associated with the event.
|
69
|
+
#
|
70
|
+
# Note: The following fields are mutually exclusive: `table`, `config`, `entity`, `partition`, `action`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
61
71
|
class DiscoveryEvent
|
62
72
|
include ::Google::Protobuf::MessageExts
|
63
73
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -520,15 +530,23 @@ module Google
|
|
520
530
|
# @!attribute [rw] data_profile
|
521
531
|
# @return [::Google::Cloud::Dataplex::V1::DataScanEvent::DataProfileResult]
|
522
532
|
# Data profile result for data profile type data scan.
|
533
|
+
#
|
534
|
+
# Note: The following fields are mutually exclusive: `data_profile`, `data_quality`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
523
535
|
# @!attribute [rw] data_quality
|
524
536
|
# @return [::Google::Cloud::Dataplex::V1::DataScanEvent::DataQualityResult]
|
525
537
|
# Data quality result for data quality type data scan.
|
538
|
+
#
|
539
|
+
# Note: The following fields are mutually exclusive: `data_quality`, `data_profile`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
526
540
|
# @!attribute [rw] data_profile_configs
|
527
541
|
# @return [::Google::Cloud::Dataplex::V1::DataScanEvent::DataProfileAppliedConfigs]
|
528
542
|
# Applied configs for data profile type data scan.
|
543
|
+
#
|
544
|
+
# Note: The following fields are mutually exclusive: `data_profile_configs`, `data_quality_configs`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
529
545
|
# @!attribute [rw] data_quality_configs
|
530
546
|
# @return [::Google::Cloud::Dataplex::V1::DataScanEvent::DataQualityAppliedConfigs]
|
531
547
|
# Applied configs for data quality type data scan.
|
548
|
+
#
|
549
|
+
# Note: The following fields are mutually exclusive: `data_quality_configs`, `data_profile_configs`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
532
550
|
# @!attribute [rw] post_scan_actions_result
|
533
551
|
# @return [::Google::Cloud::Dataplex::V1::DataScanEvent::PostScanActionsResult]
|
534
552
|
# The result of post scan actions.
|
@@ -587,12 +587,18 @@ module Google
|
|
587
587
|
# @!attribute [rw] csv
|
588
588
|
# @return [::Google::Cloud::Dataplex::V1::StorageFormat::CsvOptions]
|
589
589
|
# Optional. Additional information about CSV formatted data.
|
590
|
+
#
|
591
|
+
# Note: The following fields are mutually exclusive: `csv`, `json`, `iceberg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
590
592
|
# @!attribute [rw] json
|
591
593
|
# @return [::Google::Cloud::Dataplex::V1::StorageFormat::JsonOptions]
|
592
594
|
# Optional. Additional information about CSV formatted data.
|
595
|
+
#
|
596
|
+
# Note: The following fields are mutually exclusive: `json`, `csv`, `iceberg`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
593
597
|
# @!attribute [rw] iceberg
|
594
598
|
# @return [::Google::Cloud::Dataplex::V1::StorageFormat::IcebergOptions]
|
595
599
|
# Optional. Additional information about iceberg tables.
|
600
|
+
#
|
601
|
+
# Note: The following fields are mutually exclusive: `iceberg`, `csv`, `json`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
596
602
|
class StorageFormat
|
597
603
|
include ::Google::Protobuf::MessageExts
|
598
604
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -25,9 +25,13 @@ module Google
|
|
25
25
|
# @!attribute [rw] on_demand
|
26
26
|
# @return [::Google::Cloud::Dataplex::V1::Trigger::OnDemand]
|
27
27
|
# The scan runs once via `RunDataScan` API.
|
28
|
+
#
|
29
|
+
# Note: The following fields are mutually exclusive: `on_demand`, `schedule`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
28
30
|
# @!attribute [rw] schedule
|
29
31
|
# @return [::Google::Cloud::Dataplex::V1::Trigger::Schedule]
|
30
32
|
# The scan is scheduled to run periodically.
|
33
|
+
#
|
34
|
+
# Note: The following fields are mutually exclusive: `schedule`, `on_demand`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
31
35
|
class Trigger
|
32
36
|
include ::Google::Protobuf::MessageExts
|
33
37
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -65,12 +69,16 @@ module Google
|
|
65
69
|
# Immutable. The Dataplex entity that represents the data source (e.g.
|
66
70
|
# BigQuery table) for DataScan, of the form:
|
67
71
|
# `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}`.
|
72
|
+
#
|
73
|
+
# Note: The following fields are mutually exclusive: `entity`, `resource`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
68
74
|
# @!attribute [rw] resource
|
69
75
|
# @return [::String]
|
70
76
|
# Immutable. The service-qualified full resource name of the cloud resource
|
71
77
|
# for a DataScan job to scan against. The field could be: BigQuery table of
|
72
78
|
# type "TABLE" for DataProfileScan/DataQualityScan Format:
|
73
79
|
# //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
|
80
|
+
#
|
81
|
+
# Note: The following fields are mutually exclusive: `resource`, `entity`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
74
82
|
class DataSource
|
75
83
|
include ::Google::Protobuf::MessageExts
|
76
84
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -355,29 +355,45 @@ module Google
|
|
355
355
|
# @!attribute [rw] invalid_data_format
|
356
356
|
# @return [::Google::Cloud::Dataplex::V1::Action::InvalidDataFormat]
|
357
357
|
# Details for issues related to invalid or unsupported data formats.
|
358
|
+
#
|
359
|
+
# Note: The following fields are mutually exclusive: `invalid_data_format`, `incompatible_data_schema`, `invalid_data_partition`, `missing_data`, `missing_resource`, `unauthorized_resource`, `failed_security_policy_apply`, `invalid_data_organization`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
358
360
|
# @!attribute [rw] incompatible_data_schema
|
359
361
|
# @return [::Google::Cloud::Dataplex::V1::Action::IncompatibleDataSchema]
|
360
362
|
# Details for issues related to incompatible schemas detected within data.
|
363
|
+
#
|
364
|
+
# Note: The following fields are mutually exclusive: `incompatible_data_schema`, `invalid_data_format`, `invalid_data_partition`, `missing_data`, `missing_resource`, `unauthorized_resource`, `failed_security_policy_apply`, `invalid_data_organization`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
361
365
|
# @!attribute [rw] invalid_data_partition
|
362
366
|
# @return [::Google::Cloud::Dataplex::V1::Action::InvalidDataPartition]
|
363
367
|
# Details for issues related to invalid or unsupported data partition
|
364
368
|
# structure.
|
369
|
+
#
|
370
|
+
# Note: The following fields are mutually exclusive: `invalid_data_partition`, `invalid_data_format`, `incompatible_data_schema`, `missing_data`, `missing_resource`, `unauthorized_resource`, `failed_security_policy_apply`, `invalid_data_organization`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
365
371
|
# @!attribute [rw] missing_data
|
366
372
|
# @return [::Google::Cloud::Dataplex::V1::Action::MissingData]
|
367
373
|
# Details for issues related to absence of data within managed resources.
|
374
|
+
#
|
375
|
+
# Note: The following fields are mutually exclusive: `missing_data`, `invalid_data_format`, `incompatible_data_schema`, `invalid_data_partition`, `missing_resource`, `unauthorized_resource`, `failed_security_policy_apply`, `invalid_data_organization`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
368
376
|
# @!attribute [rw] missing_resource
|
369
377
|
# @return [::Google::Cloud::Dataplex::V1::Action::MissingResource]
|
370
378
|
# Details for issues related to absence of a managed resource.
|
379
|
+
#
|
380
|
+
# Note: The following fields are mutually exclusive: `missing_resource`, `invalid_data_format`, `incompatible_data_schema`, `invalid_data_partition`, `missing_data`, `unauthorized_resource`, `failed_security_policy_apply`, `invalid_data_organization`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
371
381
|
# @!attribute [rw] unauthorized_resource
|
372
382
|
# @return [::Google::Cloud::Dataplex::V1::Action::UnauthorizedResource]
|
373
383
|
# Details for issues related to lack of permissions to access data
|
374
384
|
# resources.
|
385
|
+
#
|
386
|
+
# Note: The following fields are mutually exclusive: `unauthorized_resource`, `invalid_data_format`, `incompatible_data_schema`, `invalid_data_partition`, `missing_data`, `missing_resource`, `failed_security_policy_apply`, `invalid_data_organization`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
375
387
|
# @!attribute [rw] failed_security_policy_apply
|
376
388
|
# @return [::Google::Cloud::Dataplex::V1::Action::FailedSecurityPolicyApply]
|
377
389
|
# Details for issues related to applying security policy.
|
390
|
+
#
|
391
|
+
# Note: The following fields are mutually exclusive: `failed_security_policy_apply`, `invalid_data_format`, `incompatible_data_schema`, `invalid_data_partition`, `missing_data`, `missing_resource`, `unauthorized_resource`, `invalid_data_organization`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
378
392
|
# @!attribute [rw] invalid_data_organization
|
379
393
|
# @return [::Google::Cloud::Dataplex::V1::Action::InvalidDataOrganization]
|
380
394
|
# Details for issues related to invalid data arrangement.
|
395
|
+
#
|
396
|
+
# Note: The following fields are mutually exclusive: `invalid_data_organization`, `invalid_data_format`, `incompatible_data_schema`, `invalid_data_partition`, `missing_data`, `missing_resource`, `unauthorized_resource`, `failed_security_policy_apply`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
381
397
|
class Action
|
382
398
|
include ::Google::Protobuf::MessageExts
|
383
399
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -61,9 +61,13 @@ module Google
|
|
61
61
|
# @!attribute [rw] spark
|
62
62
|
# @return [::Google::Cloud::Dataplex::V1::Task::SparkTaskConfig]
|
63
63
|
# Config related to running custom Spark tasks.
|
64
|
+
#
|
65
|
+
# Note: The following fields are mutually exclusive: `spark`, `notebook`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
64
66
|
# @!attribute [rw] notebook
|
65
67
|
# @return [::Google::Cloud::Dataplex::V1::Task::NotebookTaskConfig]
|
66
68
|
# Config related to running scheduled Notebooks.
|
69
|
+
#
|
70
|
+
# Note: The following fields are mutually exclusive: `notebook`, `spark`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
67
71
|
class Task
|
68
72
|
include ::Google::Protobuf::MessageExts
|
69
73
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -137,9 +141,13 @@ module Google
|
|
137
141
|
# @return [::String]
|
138
142
|
# Optional. The Cloud VPC network in which the job is run. By default,
|
139
143
|
# the Cloud VPC network named Default within the project is used.
|
144
|
+
#
|
145
|
+
# Note: The following fields are mutually exclusive: `network`, `sub_network`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
140
146
|
# @!attribute [rw] sub_network
|
141
147
|
# @return [::String]
|
142
148
|
# Optional. The Cloud VPC sub-network in which the job is run.
|
149
|
+
#
|
150
|
+
# Note: The following fields are mutually exclusive: `sub_network`, `network`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
143
151
|
# @!attribute [rw] network_tags
|
144
152
|
# @return [::Array<::String>]
|
145
153
|
# Optional. List of network tags to apply to the job.
|
@@ -246,6 +254,8 @@ module Google
|
|
246
254
|
# The Cloud Storage URI of the jar file that contains the main class.
|
247
255
|
# The execution args are passed in as a sequence of named process
|
248
256
|
# arguments (`--key=value`).
|
257
|
+
#
|
258
|
+
# Note: The following fields are mutually exclusive: `main_jar_file_uri`, `main_class`, `python_script_file`, `sql_script_file`, `sql_script`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
249
259
|
# @!attribute [rw] main_class
|
250
260
|
# @return [::String]
|
251
261
|
# The name of the driver's main class. The jar file that contains the
|
@@ -253,21 +263,29 @@ module Google
|
|
253
263
|
# `jar_file_uris`.
|
254
264
|
# The execution args are passed in as a sequence of named process
|
255
265
|
# arguments (`--key=value`).
|
266
|
+
#
|
267
|
+
# Note: The following fields are mutually exclusive: `main_class`, `main_jar_file_uri`, `python_script_file`, `sql_script_file`, `sql_script`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
256
268
|
# @!attribute [rw] python_script_file
|
257
269
|
# @return [::String]
|
258
270
|
# The Gcloud Storage URI of the main Python file to use as the driver.
|
259
271
|
# Must be a .py file. The execution args are passed in as a sequence of
|
260
272
|
# named process arguments (`--key=value`).
|
273
|
+
#
|
274
|
+
# Note: The following fields are mutually exclusive: `python_script_file`, `main_jar_file_uri`, `main_class`, `sql_script_file`, `sql_script`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
261
275
|
# @!attribute [rw] sql_script_file
|
262
276
|
# @return [::String]
|
263
277
|
# A reference to a query file. This should be the Cloud Storage URI of
|
264
278
|
# the query file. The execution args are used to declare a set of script
|
265
279
|
# variables (`set key="value";`).
|
280
|
+
#
|
281
|
+
# Note: The following fields are mutually exclusive: `sql_script_file`, `main_jar_file_uri`, `main_class`, `python_script_file`, `sql_script`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
266
282
|
# @!attribute [rw] sql_script
|
267
283
|
# @return [::String]
|
268
284
|
# The query text.
|
269
285
|
# The execution args are used to declare a set of script variables
|
270
286
|
# (`set key="value";`).
|
287
|
+
#
|
288
|
+
# Note: The following fields are mutually exclusive: `sql_script`, `main_jar_file_uri`, `main_class`, `python_script_file`, `sql_script_file`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
271
289
|
# @!attribute [rw] file_uris
|
272
290
|
# @return [::Array<::String>]
|
273
291
|
# Optional. Cloud Storage URIs of files to be placed in the working
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -53,21 +53,33 @@ module Google
|
|
53
53
|
# @!attribute [rw] null_value
|
54
54
|
# @return [::Google::Protobuf::NullValue]
|
55
55
|
# Represents a null value.
|
56
|
+
#
|
57
|
+
# Note: The following fields are mutually exclusive: `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
56
58
|
# @!attribute [rw] number_value
|
57
59
|
# @return [::Float]
|
58
60
|
# Represents a double value.
|
61
|
+
#
|
62
|
+
# Note: The following fields are mutually exclusive: `number_value`, `null_value`, `string_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
59
63
|
# @!attribute [rw] string_value
|
60
64
|
# @return [::String]
|
61
65
|
# Represents a string value.
|
66
|
+
#
|
67
|
+
# Note: The following fields are mutually exclusive: `string_value`, `null_value`, `number_value`, `bool_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
62
68
|
# @!attribute [rw] bool_value
|
63
69
|
# @return [::Boolean]
|
64
70
|
# Represents a boolean value.
|
71
|
+
#
|
72
|
+
# Note: The following fields are mutually exclusive: `bool_value`, `null_value`, `number_value`, `string_value`, `struct_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
65
73
|
# @!attribute [rw] struct_value
|
66
74
|
# @return [::Google::Protobuf::Struct]
|
67
75
|
# Represents a structured value.
|
76
|
+
#
|
77
|
+
# Note: The following fields are mutually exclusive: `struct_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `list_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
68
78
|
# @!attribute [rw] list_value
|
69
79
|
# @return [::Google::Protobuf::ListValue]
|
70
80
|
# Represents a repeated `Value`.
|
81
|
+
#
|
82
|
+
# Note: The following fields are mutually exclusive: `list_value`, `null_value`, `number_value`, `string_value`, `bool_value`, `struct_value`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
71
83
|
class Value
|
72
84
|
include ::Google::Protobuf::MessageExts
|
73
85
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-dataplex-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.4.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-01-
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -15,7 +15,7 @@ dependencies:
|
|
15
15
|
requirements:
|
16
16
|
- - ">="
|
17
17
|
- !ruby/object:Gem::Version
|
18
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
19
19
|
- - "<"
|
20
20
|
- !ruby/object:Gem::Version
|
21
21
|
version: 2.a
|
@@ -25,7 +25,7 @@ dependencies:
|
|
25
25
|
requirements:
|
26
26
|
- - ">="
|
27
27
|
- !ruby/object:Gem::Version
|
28
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
29
29
|
- - "<"
|
30
30
|
- !ruby/object:Gem::Version
|
31
31
|
version: 2.a
|
@@ -215,7 +215,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
215
215
|
requirements:
|
216
216
|
- - ">="
|
217
217
|
- !ruby/object:Gem::Version
|
218
|
-
version: '
|
218
|
+
version: '3.0'
|
219
219
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
220
220
|
requirements:
|
221
221
|
- - ">="
|