google-cloud-dataplex-v1 2.9.0 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/dataplex/v1/analyze_pb.rb +2 -25
  4. data/lib/google/cloud/dataplex/v1/approval_workflow_pb.rb +33 -0
  5. data/lib/google/cloud/dataplex/v1/bindings_override.rb +24 -24
  6. data/lib/google/cloud/dataplex/v1/business_glossary_pb.rb +3 -26
  7. data/lib/google/cloud/dataplex/v1/business_glossary_service/client.rb +2 -0
  8. data/lib/google/cloud/dataplex/v1/business_glossary_service/credentials.rb +4 -1
  9. data/lib/google/cloud/dataplex/v1/business_glossary_service/operations.rb +2 -0
  10. data/lib/google/cloud/dataplex/v1/business_glossary_service/rest/client.rb +2 -0
  11. data/lib/google/cloud/dataplex/v1/business_glossary_service/rest/operations.rb +2 -0
  12. data/lib/google/cloud/dataplex/v1/catalog_pb.rb +20 -27
  13. data/lib/google/cloud/dataplex/v1/catalog_service/client.rb +1074 -73
  14. data/lib/google/cloud/dataplex/v1/catalog_service/credentials.rb +4 -1
  15. data/lib/google/cloud/dataplex/v1/catalog_service/operations.rb +2 -0
  16. data/lib/google/cloud/dataplex/v1/catalog_service/paths.rb +19 -0
  17. data/lib/google/cloud/dataplex/v1/catalog_service/rest/client.rb +1020 -82
  18. data/lib/google/cloud/dataplex/v1/catalog_service/rest/operations.rb +2 -0
  19. data/lib/google/cloud/dataplex/v1/catalog_service/rest/service_stub.rb +554 -0
  20. data/lib/google/cloud/dataplex/v1/catalog_services_pb.rb +18 -15
  21. data/lib/google/cloud/dataplex/v1/cmek_pb.rb +3 -26
  22. data/lib/google/cloud/dataplex/v1/cmek_service/client.rb +2 -0
  23. data/lib/google/cloud/dataplex/v1/cmek_service/credentials.rb +2 -1
  24. data/lib/google/cloud/dataplex/v1/cmek_service/operations.rb +2 -0
  25. data/lib/google/cloud/dataplex/v1/cmek_service/rest/client.rb +2 -0
  26. data/lib/google/cloud/dataplex/v1/cmek_service/rest/operations.rb +2 -0
  27. data/lib/google/cloud/dataplex/v1/content_pb.rb +3 -38
  28. data/lib/google/cloud/dataplex/v1/content_services_pb.rb +0 -49
  29. data/lib/google/cloud/dataplex/v1/data_discovery_pb.rb +4 -24
  30. data/lib/google/cloud/dataplex/v1/data_documentation_pb.rb +10 -24
  31. data/lib/google/cloud/dataplex/v1/data_product_service/client.rb +1644 -0
  32. data/lib/google/cloud/dataplex/v1/{content_service → data_product_service}/credentials.rb +7 -4
  33. data/lib/google/cloud/dataplex/v1/data_product_service/operations.rb +843 -0
  34. data/lib/google/cloud/dataplex/v1/data_product_service/paths.rb +231 -0
  35. data/lib/google/cloud/dataplex/v1/data_product_service/rest/client.rb +1533 -0
  36. data/lib/google/cloud/dataplex/v1/data_product_service/rest/operations.rb +956 -0
  37. data/lib/google/cloud/dataplex/v1/{content_service → data_product_service}/rest/service_stub.rb +284 -160
  38. data/lib/google/cloud/dataplex/v1/{content_service → data_product_service}/rest.rb +11 -10
  39. data/lib/google/cloud/dataplex/v1/{content_service.rb → data_product_service.rb} +15 -14
  40. data/lib/google/cloud/dataplex/v1/data_products_pb.rb +52 -0
  41. data/lib/google/cloud/dataplex/v1/data_products_services_pb.rb +69 -0
  42. data/lib/google/cloud/dataplex/v1/data_profile_pb.rb +4 -26
  43. data/lib/google/cloud/dataplex/v1/data_quality_pb.rb +13 -26
  44. data/lib/google/cloud/dataplex/v1/data_quality_rule_template_pb.rb +25 -0
  45. data/lib/google/cloud/dataplex/v1/data_scan_service/client.rb +99 -1
  46. data/lib/google/cloud/dataplex/v1/data_scan_service/credentials.rb +4 -1
  47. data/lib/google/cloud/dataplex/v1/data_scan_service/operations.rb +2 -0
  48. data/lib/google/cloud/dataplex/v1/data_scan_service/paths.rb +21 -0
  49. data/lib/google/cloud/dataplex/v1/data_scan_service/rest/client.rb +92 -1
  50. data/lib/google/cloud/dataplex/v1/data_scan_service/rest/operations.rb +2 -0
  51. data/lib/google/cloud/dataplex/v1/data_scan_service/rest/service_stub.rb +62 -0
  52. data/lib/google/cloud/dataplex/v1/data_taxonomy_pb.rb +3 -27
  53. data/lib/google/cloud/dataplex/v1/data_taxonomy_service/client.rb +2 -0
  54. data/lib/google/cloud/dataplex/v1/data_taxonomy_service/credentials.rb +2 -1
  55. data/lib/google/cloud/dataplex/v1/data_taxonomy_service/operations.rb +2 -0
  56. data/lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/client.rb +2 -0
  57. data/lib/google/cloud/dataplex/v1/data_taxonomy_service/rest/operations.rb +2 -0
  58. data/lib/google/cloud/dataplex/v1/dataplex_service/client.rb +2 -664
  59. data/lib/google/cloud/dataplex/v1/dataplex_service/credentials.rb +4 -1
  60. data/lib/google/cloud/dataplex/v1/dataplex_service/operations.rb +2 -0
  61. data/lib/google/cloud/dataplex/v1/dataplex_service/paths.rb +0 -21
  62. data/lib/google/cloud/dataplex/v1/dataplex_service/rest/client.rb +2 -622
  63. data/lib/google/cloud/dataplex/v1/dataplex_service/rest/operations.rb +2 -0
  64. data/lib/google/cloud/dataplex/v1/dataplex_service/rest/service_stub.rb +0 -368
  65. data/lib/google/cloud/dataplex/v1/datascans_common_pb.rb +3 -24
  66. data/lib/google/cloud/dataplex/v1/datascans_pb.rb +9 -31
  67. data/lib/google/cloud/dataplex/v1/datascans_services_pb.rb +2 -0
  68. data/lib/google/cloud/dataplex/v1/logs_pb.rb +3 -27
  69. data/lib/google/cloud/dataplex/v1/metadata_pb.rb +3 -25
  70. data/lib/google/cloud/dataplex/v1/metadata_service/client.rb +2 -0
  71. data/lib/google/cloud/dataplex/v1/metadata_service/credentials.rb +2 -1
  72. data/lib/google/cloud/dataplex/v1/metadata_service/rest/client.rb +2 -0
  73. data/lib/google/cloud/dataplex/v1/processing_pb.rb +5 -24
  74. data/lib/google/cloud/dataplex/v1/resources_pb.rb +2 -25
  75. data/lib/google/cloud/dataplex/v1/rest.rb +1 -1
  76. data/lib/google/cloud/dataplex/v1/security_pb.rb +2 -23
  77. data/lib/google/cloud/dataplex/v1/service_pb.rb +3 -38
  78. data/lib/google/cloud/dataplex/v1/service_services_pb.rb +0 -13
  79. data/lib/google/cloud/dataplex/v1/tasks_pb.rb +2 -25
  80. data/lib/google/cloud/dataplex/v1/version.rb +1 -1
  81. data/lib/google/cloud/dataplex/v1.rb +1 -0
  82. data/proto_docs/google/api/client.rb +149 -29
  83. data/proto_docs/google/cloud/dataplex/v1/approval_workflow.rb +263 -0
  84. data/proto_docs/google/cloud/dataplex/v1/catalog.rb +427 -3
  85. data/proto_docs/google/cloud/dataplex/v1/data_discovery.rb +13 -0
  86. data/proto_docs/google/cloud/dataplex/v1/data_documentation.rb +118 -2
  87. data/proto_docs/google/cloud/dataplex/v1/data_products.rb +567 -0
  88. data/proto_docs/google/cloud/dataplex/v1/data_profile.rb +21 -0
  89. data/proto_docs/google/cloud/dataplex/v1/data_quality.rb +240 -10
  90. data/proto_docs/google/cloud/dataplex/v1/data_quality_rule_template.rb +88 -0
  91. data/proto_docs/google/cloud/dataplex/v1/datascans.rb +82 -5
  92. data/proto_docs/google/cloud/dataplex/v1/datascans_common.rb +7 -3
  93. data/proto_docs/google/cloud/dataplex/v1/logs.rb +7 -0
  94. data/proto_docs/google/cloud/dataplex/v1/processing.rb +27 -3
  95. data/proto_docs/google/cloud/dataplex/v1/service.rb +0 -148
  96. metadata +20 -12
  97. data/lib/google/cloud/dataplex/v1/content_service/client.rb +0 -1261
  98. data/lib/google/cloud/dataplex/v1/content_service/paths.rb +0 -73
  99. data/lib/google/cloud/dataplex/v1/content_service/rest/client.rb +0 -1171
  100. data/proto_docs/google/cloud/dataplex/v1/content.rb +0 -142
@@ -26,12 +26,18 @@ module Google
26
26
  # @return [::Google::Cloud::Dataplex::V1::Trigger::OnDemand]
27
27
  # The scan runs once via `RunDataScan` API.
28
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.
29
+ # Note: The following fields are mutually exclusive: `on_demand`, `schedule`, `one_time`. If a field in that set is populated, all other fields in the set will automatically be cleared.
30
30
  # @!attribute [rw] schedule
31
31
  # @return [::Google::Cloud::Dataplex::V1::Trigger::Schedule]
32
32
  # The scan is scheduled to run periodically.
33
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.
34
+ # Note: The following fields are mutually exclusive: `schedule`, `on_demand`, `one_time`. If a field in that set is populated, all other fields in the set will automatically be cleared.
35
+ # @!attribute [rw] one_time
36
+ # @return [::Google::Cloud::Dataplex::V1::Trigger::OneTime]
37
+ # The scan runs once, and does not create an associated ScanJob child
38
+ # resource.
39
+ #
40
+ # Note: The following fields are mutually exclusive: `one_time`, `on_demand`, `schedule`. If a field in that set is populated, all other fields in the set will automatically be cleared.
35
41
  class Trigger
36
42
  include ::Google::Protobuf::MessageExts
37
43
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -61,6 +67,19 @@ module Google
61
67
  include ::Google::Protobuf::MessageExts
62
68
  extend ::Google::Protobuf::MessageExts::ClassMethods
63
69
  end
70
+
71
+ # The scan runs once using create API.
72
+ # @!attribute [rw] ttl_after_scan_completion
73
+ # @return [::Google::Protobuf::Duration]
74
+ # Optional. Time to live for OneTime scans.
75
+ # default value is 24 hours, minimum value is 0 seconds, and maximum value
76
+ # is 365 days. The time is calculated from the data scan job completion
77
+ # time. If value is set as 0 seconds, the scan will be immediately deleted
78
+ # upon job completion, regardless of whether the job succeeded or failed.
79
+ class OneTime
80
+ include ::Google::Protobuf::MessageExts
81
+ extend ::Google::Protobuf::MessageExts::ClassMethods
82
+ end
64
83
  end
65
84
 
66
85
  # The data source for DataScan.
@@ -79,8 +98,13 @@ module Google
79
98
  # //storage.googleapis.com/projects/PROJECT_ID/buckets/BUCKET_ID
80
99
  # or
81
100
  # BigQuery table of type "TABLE" for
82
- # DataProfileScan/DataQualityScan/DataDocumentationScan Format:
101
+ # DataProfileScan/DataQualityScan/DataDocumentationScan
102
+ # Format:
83
103
  # //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
104
+ # or
105
+ # BigQuery dataset for DataDocumentationScan only
106
+ # Format:
107
+ # //bigquery.googleapis.com/projects/PROJECT_ID/datasets/DATASET_ID
84
108
  #
85
109
  # 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.
86
110
  class DataSource
@@ -649,154 +649,6 @@ module Google
649
649
  include ::Google::Protobuf::MessageExts
650
650
  extend ::Google::Protobuf::MessageExts::ClassMethods
651
651
  end
652
-
653
- # Create environment request.
654
- # @!attribute [rw] parent
655
- # @return [::String]
656
- # Required. The resource name of the parent lake:
657
- # `projects/{project_id}/locations/{location_id}/lakes/{lake_id}`.
658
- # @!attribute [rw] environment_id
659
- # @return [::String]
660
- # Required. Environment identifier.
661
- # * Must contain only lowercase letters, numbers and hyphens.
662
- # * Must start with a letter.
663
- # * Must be between 1-63 characters.
664
- # * Must end with a number or a letter.
665
- # * Must be unique within the lake.
666
- # @!attribute [rw] environment
667
- # @return [::Google::Cloud::Dataplex::V1::Environment]
668
- # Required. Environment resource.
669
- # @!attribute [rw] validate_only
670
- # @return [::Boolean]
671
- # Optional. Only validate the request, but do not perform mutations.
672
- # The default is false.
673
- class CreateEnvironmentRequest
674
- include ::Google::Protobuf::MessageExts
675
- extend ::Google::Protobuf::MessageExts::ClassMethods
676
- end
677
-
678
- # Update environment request.
679
- # @!attribute [rw] update_mask
680
- # @return [::Google::Protobuf::FieldMask]
681
- # Required. Mask of fields to update.
682
- # @!attribute [rw] environment
683
- # @return [::Google::Cloud::Dataplex::V1::Environment]
684
- # Required. Update description.
685
- # Only fields specified in `update_mask` are updated.
686
- # @!attribute [rw] validate_only
687
- # @return [::Boolean]
688
- # Optional. Only validate the request, but do not perform mutations.
689
- # The default is false.
690
- class UpdateEnvironmentRequest
691
- include ::Google::Protobuf::MessageExts
692
- extend ::Google::Protobuf::MessageExts::ClassMethods
693
- end
694
-
695
- # Delete environment request.
696
- # @!attribute [rw] name
697
- # @return [::String]
698
- # Required. The resource name of the environment:
699
- # `projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}`.
700
- class DeleteEnvironmentRequest
701
- include ::Google::Protobuf::MessageExts
702
- extend ::Google::Protobuf::MessageExts::ClassMethods
703
- end
704
-
705
- # List environments request.
706
- # @!attribute [rw] parent
707
- # @return [::String]
708
- # Required. The resource name of the parent lake:
709
- # `projects/{project_id}/locations/{location_id}/lakes/{lake_id}`.
710
- # @!attribute [rw] page_size
711
- # @return [::Integer]
712
- # Optional. Maximum number of environments to return. The service may return
713
- # fewer than this value. If unspecified, at most 10 environments will be
714
- # returned. The maximum value is 1000; values above 1000 will be coerced to
715
- # 1000.
716
- # @!attribute [rw] page_token
717
- # @return [::String]
718
- # Optional. Page token received from a previous `ListEnvironments` call.
719
- # Provide this to retrieve the subsequent page. When paginating, all other
720
- # parameters provided to `ListEnvironments` must match the call that provided
721
- # the page token.
722
- # @!attribute [rw] filter
723
- # @return [::String]
724
- # Optional. Filter request.
725
- # @!attribute [rw] order_by
726
- # @return [::String]
727
- # Optional. Order by fields for the result.
728
- class ListEnvironmentsRequest
729
- include ::Google::Protobuf::MessageExts
730
- extend ::Google::Protobuf::MessageExts::ClassMethods
731
- end
732
-
733
- # List environments response.
734
- # @!attribute [rw] environments
735
- # @return [::Array<::Google::Cloud::Dataplex::V1::Environment>]
736
- # Environments under the given parent lake.
737
- # @!attribute [rw] next_page_token
738
- # @return [::String]
739
- # Token to retrieve the next page of results, or empty if there are no more
740
- # results in the list.
741
- class ListEnvironmentsResponse
742
- include ::Google::Protobuf::MessageExts
743
- extend ::Google::Protobuf::MessageExts::ClassMethods
744
- end
745
-
746
- # Get environment request.
747
- # @!attribute [rw] name
748
- # @return [::String]
749
- # Required. The resource name of the environment:
750
- # `projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}`.
751
- class GetEnvironmentRequest
752
- include ::Google::Protobuf::MessageExts
753
- extend ::Google::Protobuf::MessageExts::ClassMethods
754
- end
755
-
756
- # List sessions request.
757
- # @!attribute [rw] parent
758
- # @return [::String]
759
- # Required. The resource name of the parent environment:
760
- # `projects/{project_number}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}`.
761
- # @!attribute [rw] page_size
762
- # @return [::Integer]
763
- # Optional. Maximum number of sessions to return. The service may return
764
- # fewer than this value. If unspecified, at most 10 sessions will be
765
- # returned. The maximum value is 1000; values above 1000 will be coerced to
766
- # 1000.
767
- # @!attribute [rw] page_token
768
- # @return [::String]
769
- # Optional. Page token received from a previous `ListSessions` call. Provide
770
- # this to retrieve the subsequent page. When paginating, all other parameters
771
- # provided to `ListSessions` must match the call that provided the page
772
- # token.
773
- # @!attribute [rw] filter
774
- # @return [::String]
775
- # Optional. Filter request. The following `mode` filter is supported to
776
- # return only the sessions belonging to the requester when the mode is USER
777
- # and return sessions of all the users when the mode is ADMIN. When no filter
778
- # is sent default to USER mode. NOTE: When the mode is ADMIN, the requester
779
- # should have `dataplex.environments.listAllSessions` permission to list all
780
- # sessions, in absence of the permission, the request fails.
781
- #
782
- # mode = ADMIN | USER
783
- class ListSessionsRequest
784
- include ::Google::Protobuf::MessageExts
785
- extend ::Google::Protobuf::MessageExts::ClassMethods
786
- end
787
-
788
- # List sessions response.
789
- # @!attribute [rw] sessions
790
- # @return [::Array<::Google::Cloud::Dataplex::V1::Session>]
791
- # Sessions under a given environment.
792
- # @!attribute [rw] next_page_token
793
- # @return [::String]
794
- # Token to retrieve the next page of results, or empty if there are no more
795
- # results in the list.
796
- class ListSessionsResponse
797
- include ::Google::Protobuf::MessageExts
798
- extend ::Google::Protobuf::MessageExts::ClassMethods
799
- end
800
652
  end
801
653
  end
802
654
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataplex-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.0
4
+ version: 2.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement
@@ -83,6 +83,7 @@ files:
83
83
  - lib/google-cloud-dataplex-v1.rb
84
84
  - lib/google/cloud/dataplex/v1.rb
85
85
  - lib/google/cloud/dataplex/v1/analyze_pb.rb
86
+ - lib/google/cloud/dataplex/v1/approval_workflow_pb.rb
86
87
  - lib/google/cloud/dataplex/v1/bindings_override.rb
87
88
  - lib/google/cloud/dataplex/v1/business_glossary_pb.rb
88
89
  - lib/google/cloud/dataplex/v1/business_glossary_service.rb
@@ -118,18 +119,23 @@ files:
118
119
  - lib/google/cloud/dataplex/v1/cmek_service/rest/service_stub.rb
119
120
  - lib/google/cloud/dataplex/v1/cmek_services_pb.rb
120
121
  - lib/google/cloud/dataplex/v1/content_pb.rb
121
- - lib/google/cloud/dataplex/v1/content_service.rb
122
- - lib/google/cloud/dataplex/v1/content_service/client.rb
123
- - lib/google/cloud/dataplex/v1/content_service/credentials.rb
124
- - lib/google/cloud/dataplex/v1/content_service/paths.rb
125
- - lib/google/cloud/dataplex/v1/content_service/rest.rb
126
- - lib/google/cloud/dataplex/v1/content_service/rest/client.rb
127
- - lib/google/cloud/dataplex/v1/content_service/rest/service_stub.rb
128
122
  - lib/google/cloud/dataplex/v1/content_services_pb.rb
129
123
  - lib/google/cloud/dataplex/v1/data_discovery_pb.rb
130
124
  - lib/google/cloud/dataplex/v1/data_documentation_pb.rb
125
+ - lib/google/cloud/dataplex/v1/data_product_service.rb
126
+ - lib/google/cloud/dataplex/v1/data_product_service/client.rb
127
+ - lib/google/cloud/dataplex/v1/data_product_service/credentials.rb
128
+ - lib/google/cloud/dataplex/v1/data_product_service/operations.rb
129
+ - lib/google/cloud/dataplex/v1/data_product_service/paths.rb
130
+ - lib/google/cloud/dataplex/v1/data_product_service/rest.rb
131
+ - lib/google/cloud/dataplex/v1/data_product_service/rest/client.rb
132
+ - lib/google/cloud/dataplex/v1/data_product_service/rest/operations.rb
133
+ - lib/google/cloud/dataplex/v1/data_product_service/rest/service_stub.rb
134
+ - lib/google/cloud/dataplex/v1/data_products_pb.rb
135
+ - lib/google/cloud/dataplex/v1/data_products_services_pb.rb
131
136
  - lib/google/cloud/dataplex/v1/data_profile_pb.rb
132
137
  - lib/google/cloud/dataplex/v1/data_quality_pb.rb
138
+ - lib/google/cloud/dataplex/v1/data_quality_rule_template_pb.rb
133
139
  - lib/google/cloud/dataplex/v1/data_scan_service.rb
134
140
  - lib/google/cloud/dataplex/v1/data_scan_service/client.rb
135
141
  - lib/google/cloud/dataplex/v1/data_scan_service/credentials.rb
@@ -187,14 +193,16 @@ files:
187
193
  - proto_docs/google/api/launch_stage.rb
188
194
  - proto_docs/google/api/resource.rb
189
195
  - proto_docs/google/cloud/dataplex/v1/analyze.rb
196
+ - proto_docs/google/cloud/dataplex/v1/approval_workflow.rb
190
197
  - proto_docs/google/cloud/dataplex/v1/business_glossary.rb
191
198
  - proto_docs/google/cloud/dataplex/v1/catalog.rb
192
199
  - proto_docs/google/cloud/dataplex/v1/cmek.rb
193
- - proto_docs/google/cloud/dataplex/v1/content.rb
194
200
  - proto_docs/google/cloud/dataplex/v1/data_discovery.rb
195
201
  - proto_docs/google/cloud/dataplex/v1/data_documentation.rb
202
+ - proto_docs/google/cloud/dataplex/v1/data_products.rb
196
203
  - proto_docs/google/cloud/dataplex/v1/data_profile.rb
197
204
  - proto_docs/google/cloud/dataplex/v1/data_quality.rb
205
+ - proto_docs/google/cloud/dataplex/v1/data_quality_rule_template.rb
198
206
  - proto_docs/google/cloud/dataplex/v1/data_taxonomy.rb
199
207
  - proto_docs/google/cloud/dataplex/v1/datascans.rb
200
208
  - proto_docs/google/cloud/dataplex/v1/datascans_common.rb
@@ -225,7 +233,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
225
233
  requirements:
226
234
  - - ">="
227
235
  - !ruby/object:Gem::Version
228
- version: '3.1'
236
+ version: '3.2'
229
237
  required_rubygems_version: !ruby/object:Gem::Requirement
230
238
  requirements:
231
239
  - - ">="