google-cloud-dataplex-v1 1.3.0 → 2.0.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 +27 -10
- 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 +11 -2
- 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 +19 -6
- 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 +15 -4
- 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/api/client.rb +8 -0
- 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 +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 190cb27a6c83ecb3050343962515fd5d7687c3f42f361a76340cda9956d6b76d
|
4
|
+
data.tar.gz: fac5ea80a6f3bc6c6f68ccc0443ded8deec405bd59fb9c266b0327a0b26beb8e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8b786bb147897d8634874dfbdcfa5f836a046a3451142847fc71b68a7e4f621ae636aecf4c8f61b08cfd57161ffa5f8763bba5617eb334dc1dc380424b9d31d9
|
7
|
+
data.tar.gz: '08baf1267b0ed0ad456fc49a279d18ce89de9dd9094d16a431f5cace58769a898bd3ec5f0e79ebc6b0282d0435a31407017d77710bb6d841c2056e7b06b6ea6a'
|
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
|
@@ -629,10 +629,10 @@ module Google
|
|
629
629
|
# Optional. Orders the result by `name` or `create_time` fields.
|
630
630
|
# If not specified, the ordering is undefined.
|
631
631
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
632
|
-
# @yieldparam result [::Google::Cloud::Dataplex::V1::
|
632
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::EntryType>]
|
633
633
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
634
634
|
#
|
635
|
-
# @return [::Google::Cloud::Dataplex::V1::
|
635
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::EntryType>]
|
636
636
|
#
|
637
637
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
638
638
|
#
|
@@ -684,7 +684,9 @@ module Google
|
|
684
684
|
retry_policy: @config.retry_policy
|
685
685
|
|
686
686
|
@catalog_service_stub.list_entry_types request, options do |result, operation|
|
687
|
+
result = ::Gapic::Rest::PagedEnumerable.new @catalog_service_stub, :list_entry_types, "entry_types", request, result, options
|
687
688
|
yield result, operation if block_given?
|
689
|
+
throw :response, result
|
688
690
|
end
|
689
691
|
rescue ::Gapic::Rest::Error => e
|
690
692
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1094,10 +1096,10 @@ module Google
|
|
1094
1096
|
# Optional. Orders the result by `name` or `create_time` fields.
|
1095
1097
|
# If not specified, the ordering is undefined.
|
1096
1098
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1097
|
-
# @yieldparam result [::Google::Cloud::Dataplex::V1::
|
1099
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::AspectType>]
|
1098
1100
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1099
1101
|
#
|
1100
|
-
# @return [::Google::Cloud::Dataplex::V1::
|
1102
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::AspectType>]
|
1101
1103
|
#
|
1102
1104
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1103
1105
|
#
|
@@ -1149,7 +1151,9 @@ module Google
|
|
1149
1151
|
retry_policy: @config.retry_policy
|
1150
1152
|
|
1151
1153
|
@catalog_service_stub.list_aspect_types request, options do |result, operation|
|
1154
|
+
result = ::Gapic::Rest::PagedEnumerable.new @catalog_service_stub, :list_aspect_types, "aspect_types", request, result, options
|
1152
1155
|
yield result, operation if block_given?
|
1156
|
+
throw :response, result
|
1153
1157
|
end
|
1154
1158
|
rescue ::Gapic::Rest::Error => e
|
1155
1159
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1551,10 +1555,10 @@ module Google
|
|
1551
1555
|
# @param order_by [::String]
|
1552
1556
|
# Optional. Order by fields for the result.
|
1553
1557
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1554
|
-
# @yieldparam result [::Google::Cloud::Dataplex::V1::
|
1558
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::EntryGroup>]
|
1555
1559
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1556
1560
|
#
|
1557
|
-
# @return [::Google::Cloud::Dataplex::V1::
|
1561
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::EntryGroup>]
|
1558
1562
|
#
|
1559
1563
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1560
1564
|
#
|
@@ -1606,7 +1610,9 @@ module Google
|
|
1606
1610
|
retry_policy: @config.retry_policy
|
1607
1611
|
|
1608
1612
|
@catalog_service_stub.list_entry_groups request, options do |result, operation|
|
1613
|
+
result = ::Gapic::Rest::PagedEnumerable.new @catalog_service_stub, :list_entry_groups, "entry_groups", request, result, options
|
1609
1614
|
yield result, operation if block_given?
|
1615
|
+
throw :response, result
|
1610
1616
|
end
|
1611
1617
|
rescue ::Gapic::Rest::Error => e
|
1612
1618
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -2330,10 +2336,10 @@ module Google
|
|
2330
2336
|
# unspecified, it defaults to the organization where the project provided in
|
2331
2337
|
# `name` is located.
|
2332
2338
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
2333
|
-
# @yieldparam result [::Google::Cloud::Dataplex::V1::
|
2339
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::SearchEntriesResult>]
|
2334
2340
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
2335
2341
|
#
|
2336
|
-
# @return [::Google::Cloud::Dataplex::V1::
|
2342
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::SearchEntriesResult>]
|
2337
2343
|
#
|
2338
2344
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
2339
2345
|
#
|
@@ -2385,7 +2391,9 @@ module Google
|
|
2385
2391
|
retry_policy: @config.retry_policy
|
2386
2392
|
|
2387
2393
|
@catalog_service_stub.search_entries request, options do |result, operation|
|
2394
|
+
result = ::Gapic::Rest::PagedEnumerable.new @catalog_service_stub, :search_entries, "results", request, result, options
|
2388
2395
|
yield result, operation if block_given?
|
2396
|
+
throw :response, result
|
2389
2397
|
end
|
2390
2398
|
rescue ::Gapic::Rest::Error => e
|
2391
2399
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -2611,10 +2619,10 @@ module Google
|
|
2611
2619
|
# Optional. The field to sort the results by, either `name` or `create_time`.
|
2612
2620
|
# If not specified, the ordering is undefined.
|
2613
2621
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
2614
|
-
# @yieldparam result [::Google::Cloud::Dataplex::V1::
|
2622
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::MetadataJob>]
|
2615
2623
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
2616
2624
|
#
|
2617
|
-
# @return [::Google::Cloud::Dataplex::V1::
|
2625
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::MetadataJob>]
|
2618
2626
|
#
|
2619
2627
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
2620
2628
|
#
|
@@ -2666,7 +2674,9 @@ module Google
|
|
2666
2674
|
retry_policy: @config.retry_policy
|
2667
2675
|
|
2668
2676
|
@catalog_service_stub.list_metadata_jobs request, options do |result, operation|
|
2677
|
+
result = ::Gapic::Rest::PagedEnumerable.new @catalog_service_stub, :list_metadata_jobs, "metadata_jobs", request, result, options
|
2669
2678
|
yield result, operation if block_given?
|
2679
|
+
throw :response, result
|
2670
2680
|
end
|
2671
2681
|
rescue ::Gapic::Rest::Error => e
|
2672
2682
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -2798,6 +2808,13 @@ module Google
|
|
2798
2808
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
2799
2809
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
2800
2810
|
# * (`nil`) indicating no credentials
|
2811
|
+
#
|
2812
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
2813
|
+
# external source for authentication to Google Cloud, you must validate it before
|
2814
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
2815
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
2816
|
+
# For more information, refer to [Validate credential configurations from external
|
2817
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
2801
2818
|
# @return [::Object]
|
2802
2819
|
# @!attribute [rw] scope
|
2803
2820
|
# 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
|
@@ -638,10 +638,10 @@ module Google
|
|
638
638
|
# Optional. Order by fields (`name` or `create_time`) for the result.
|
639
639
|
# If not specified, the ordering is undefined.
|
640
640
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
641
|
-
# @yieldparam result [::Google::Cloud::Dataplex::V1::
|
641
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataScan>]
|
642
642
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
643
643
|
#
|
644
|
-
# @return [::Google::Cloud::Dataplex::V1::
|
644
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataScan>]
|
645
645
|
#
|
646
646
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
647
647
|
#
|
@@ -693,7 +693,9 @@ module Google
|
|
693
693
|
retry_policy: @config.retry_policy
|
694
694
|
|
695
695
|
@data_scan_service_stub.list_data_scans request, options do |result, operation|
|
696
|
+
result = ::Gapic::Rest::PagedEnumerable.new @data_scan_service_stub, :list_data_scans, "data_scans", request, result, options
|
696
697
|
yield result, operation if block_given?
|
698
|
+
throw :response, result
|
697
699
|
end
|
698
700
|
rescue ::Gapic::Rest::Error => e
|
699
701
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1108,6 +1110,13 @@ module Google
|
|
1108
1110
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1109
1111
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1110
1112
|
# * (`nil`) indicating no credentials
|
1113
|
+
#
|
1114
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1115
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1116
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1117
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1118
|
+
# For more information, refer to [Validate credential configurations from external
|
1119
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1111
1120
|
# @return [::Object]
|
1112
1121
|
# @!attribute [rw] scope
|
1113
1122
|
# 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
|
@@ -547,10 +547,10 @@ module Google
|
|
547
547
|
# @param order_by [::String]
|
548
548
|
# Optional. Order by fields for the result.
|
549
549
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
550
|
-
# @yieldparam result [::Google::Cloud::Dataplex::V1::
|
550
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataTaxonomy>]
|
551
551
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
552
552
|
#
|
553
|
-
# @return [::Google::Cloud::Dataplex::V1::
|
553
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataTaxonomy>]
|
554
554
|
#
|
555
555
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
556
556
|
#
|
@@ -602,7 +602,9 @@ module Google
|
|
602
602
|
retry_policy: @config.retry_policy
|
603
603
|
|
604
604
|
@data_taxonomy_service_stub.list_data_taxonomies request, options do |result, operation|
|
605
|
+
result = ::Gapic::Rest::PagedEnumerable.new @data_taxonomy_service_stub, :list_data_taxonomies, "data_taxonomies", request, result, options
|
605
606
|
yield result, operation if block_given?
|
607
|
+
throw :response, result
|
606
608
|
end
|
607
609
|
rescue ::Gapic::Rest::Error => e
|
608
610
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1014,10 +1016,10 @@ module Google
|
|
1014
1016
|
# @param order_by [::String]
|
1015
1017
|
# Optional. Order by fields for the result.
|
1016
1018
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1017
|
-
# @yieldparam result [::Google::Cloud::Dataplex::V1::
|
1019
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataAttributeBinding>]
|
1018
1020
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1019
1021
|
#
|
1020
|
-
# @return [::Google::Cloud::Dataplex::V1::
|
1022
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataAttributeBinding>]
|
1021
1023
|
#
|
1022
1024
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1023
1025
|
#
|
@@ -1069,7 +1071,9 @@ module Google
|
|
1069
1071
|
retry_policy: @config.retry_policy
|
1070
1072
|
|
1071
1073
|
@data_taxonomy_service_stub.list_data_attribute_bindings request, options do |result, operation|
|
1074
|
+
result = ::Gapic::Rest::PagedEnumerable.new @data_taxonomy_service_stub, :list_data_attribute_bindings, "data_attribute_bindings", request, result, options
|
1072
1075
|
yield result, operation if block_given?
|
1076
|
+
throw :response, result
|
1073
1077
|
end
|
1074
1078
|
rescue ::Gapic::Rest::Error => e
|
1075
1079
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1473,10 +1477,10 @@ module Google
|
|
1473
1477
|
# @param order_by [::String]
|
1474
1478
|
# Optional. Order by fields for the result.
|
1475
1479
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1476
|
-
# @yieldparam result [::Google::Cloud::Dataplex::V1::
|
1480
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataAttribute>]
|
1477
1481
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
1478
1482
|
#
|
1479
|
-
# @return [::Google::Cloud::Dataplex::V1::
|
1483
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::DataAttribute>]
|
1480
1484
|
#
|
1481
1485
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
1482
1486
|
#
|
@@ -1528,7 +1532,9 @@ module Google
|
|
1528
1532
|
retry_policy: @config.retry_policy
|
1529
1533
|
|
1530
1534
|
@data_taxonomy_service_stub.list_data_attributes request, options do |result, operation|
|
1535
|
+
result = ::Gapic::Rest::PagedEnumerable.new @data_taxonomy_service_stub, :list_data_attributes, "data_attributes", request, result, options
|
1531
1536
|
yield result, operation if block_given?
|
1537
|
+
throw :response, result
|
1532
1538
|
end
|
1533
1539
|
rescue ::Gapic::Rest::Error => e
|
1534
1540
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -1655,6 +1661,13 @@ module Google
|
|
1655
1661
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1656
1662
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1657
1663
|
# * (`nil`) indicating no credentials
|
1664
|
+
#
|
1665
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1666
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1667
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1668
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1669
|
+
# For more information, refer to [Validate credential configurations from external
|
1670
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1658
1671
|
# @return [::Object]
|
1659
1672
|
# @!attribute [rw] scope
|
1660
1673
|
# 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
|
@@ -655,10 +655,10 @@ module Google
|
|
655
655
|
# @param order_by [::String]
|
656
656
|
# Optional. Order by fields for the result.
|
657
657
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
658
|
-
# @yieldparam result [::Google::Cloud::Dataplex::V1::
|
658
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::Lake>]
|
659
659
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
660
660
|
#
|
661
|
-
# @return [::Google::Cloud::Dataplex::V1::
|
661
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::Lake>]
|
662
662
|
#
|
663
663
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
664
664
|
#
|
@@ -710,7 +710,9 @@ module Google
|
|
710
710
|
retry_policy: @config.retry_policy
|
711
711
|
|
712
712
|
@dataplex_service_stub.list_lakes request, options do |result, operation|
|
713
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dataplex_service_stub, :list_lakes, "lakes", request, result, options
|
713
714
|
yield result, operation if block_given?
|
715
|
+
throw :response, result
|
714
716
|
end
|
715
717
|
rescue ::Gapic::Rest::Error => e
|
716
718
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -2309,10 +2311,10 @@ module Google
|
|
2309
2311
|
# @param order_by [::String]
|
2310
2312
|
# Optional. Order by fields for the result.
|
2311
2313
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
2312
|
-
# @yieldparam result [::Google::Cloud::Dataplex::V1::
|
2314
|
+
# @yieldparam result [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::Task>]
|
2313
2315
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
2314
2316
|
#
|
2315
|
-
# @return [::Google::Cloud::Dataplex::V1::
|
2317
|
+
# @return [::Gapic::Rest::PagedEnumerable<::Google::Cloud::Dataplex::V1::Task>]
|
2316
2318
|
#
|
2317
2319
|
# @raise [::Google::Cloud::Error] if the REST call is aborted.
|
2318
2320
|
#
|
@@ -2364,7 +2366,9 @@ module Google
|
|
2364
2366
|
retry_policy: @config.retry_policy
|
2365
2367
|
|
2366
2368
|
@dataplex_service_stub.list_tasks request, options do |result, operation|
|
2369
|
+
result = ::Gapic::Rest::PagedEnumerable.new @dataplex_service_stub, :list_tasks, "tasks", request, result, options
|
2367
2370
|
yield result, operation if block_given?
|
2371
|
+
throw :response, result
|
2368
2372
|
end
|
2369
2373
|
rescue ::Gapic::Rest::Error => e
|
2370
2374
|
raise ::Google::Cloud::Error.from_error(e)
|
@@ -3402,6 +3406,13 @@ module Google
|
|
3402
3406
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
3403
3407
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
3404
3408
|
# * (`nil`) indicating no credentials
|
3409
|
+
#
|
3410
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
3411
|
+
# external source for authentication to Google Cloud, you must validate it before
|
3412
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
3413
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
3414
|
+
# For more information, refer to [Validate credential configurations from external
|
3415
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
3405
3416
|
# @return [::Object]
|
3406
3417
|
# @!attribute [rw] scope
|
3407
3418
|
# 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
|
@@ -409,6 +409,14 @@ module Google
|
|
409
409
|
# @return [::Array<::String>]
|
410
410
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
411
|
# on public client surfaces.
|
412
|
+
# @!attribute [rw] generate_omitted_as_internal
|
413
|
+
# @return [::Boolean]
|
414
|
+
# Setting this to true indicates to the client generators that methods
|
415
|
+
# that would be excluded from the generation should instead be generated
|
416
|
+
# in a way that indicates these methods should not be consumed by
|
417
|
+
# end users. How this is expressed is up to individual language
|
418
|
+
# implementations to decide. Some examples may be: added annotations,
|
419
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
420
|
class SelectiveGapicGeneration
|
413
421
|
include ::Google::Protobuf::MessageExts
|
414
422
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -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:
|
4
|
+
version: 2.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-
|
10
|
+
date: 2025-02-07 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,14 +215,14 @@ 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
|
- - ">="
|
222
222
|
- !ruby/object:Gem::Version
|
223
223
|
version: '0'
|
224
224
|
requirements: []
|
225
|
-
rubygems_version: 3.6.
|
225
|
+
rubygems_version: 3.6.3
|
226
226
|
specification_version: 4
|
227
227
|
summary: Dataplex API is used to manage the lifecycle of data lakes.
|
228
228
|
test_files: []
|