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
@@ -0,0 +1,231 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2026 Google LLC
4
+ #
5
+ # Licensed under the Apache License, Version 2.0 (the "License");
6
+ # you may not use this file except in compliance with the License.
7
+ # You may obtain a copy of the License at
8
+ #
9
+ # https://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing, software
12
+ # distributed under the License is distributed on an "AS IS" BASIS,
13
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14
+ # See the License for the specific language governing permissions and
15
+ # limitations under the License.
16
+
17
+ # Auto-generated by gapic-generator-ruby. DO NOT EDIT!
18
+
19
+
20
+ module Google
21
+ module Cloud
22
+ module Dataplex
23
+ module V1
24
+ module DataProductService
25
+ # Path helper methods for the DataProductService API.
26
+ module Paths
27
+ ##
28
+ # Create a fully-qualified ChangeRequest resource string.
29
+ #
30
+ # The resource will be in the following format:
31
+ #
32
+ # `projects/{project}/locations/{location}/changeRequests/{change_request}`
33
+ #
34
+ # @param project [String]
35
+ # @param location [String]
36
+ # @param change_request [String]
37
+ #
38
+ # @return [::String]
39
+ def change_request_path project:, location:, change_request:
40
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
41
+ raise ::ArgumentError, "location cannot contain /" if location.to_s.include? "/"
42
+
43
+ "projects/#{project}/locations/#{location}/changeRequests/#{change_request}"
44
+ end
45
+
46
+ ##
47
+ # Create a fully-qualified DataAsset resource string.
48
+ #
49
+ # The resource will be in the following format:
50
+ #
51
+ # `projects/{project}/locations/{location}/dataProducts/{data_product}/dataAssets/{data_asset}`
52
+ #
53
+ # @param project [String]
54
+ # @param location [String]
55
+ # @param data_product [String]
56
+ # @param data_asset [String]
57
+ #
58
+ # @return [::String]
59
+ def data_asset_path project:, location:, data_product:, data_asset:
60
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
61
+ raise ::ArgumentError, "location cannot contain /" if location.to_s.include? "/"
62
+ raise ::ArgumentError, "data_product cannot contain /" if data_product.to_s.include? "/"
63
+
64
+ "projects/#{project}/locations/#{location}/dataProducts/#{data_product}/dataAssets/#{data_asset}"
65
+ end
66
+
67
+ ##
68
+ # Create a fully-qualified DataProduct resource string.
69
+ #
70
+ # The resource will be in the following format:
71
+ #
72
+ # `projects/{project}/locations/{location}/dataProducts/{data_product}`
73
+ #
74
+ # @param project [String]
75
+ # @param location [String]
76
+ # @param data_product [String]
77
+ #
78
+ # @return [::String]
79
+ def data_product_path project:, location:, data_product:
80
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
81
+ raise ::ArgumentError, "location cannot contain /" if location.to_s.include? "/"
82
+
83
+ "projects/#{project}/locations/#{location}/dataProducts/#{data_product}"
84
+ end
85
+
86
+ ##
87
+ # Create a fully-qualified Entry resource string.
88
+ #
89
+ # The resource will be in the following format:
90
+ #
91
+ # `projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}`
92
+ #
93
+ # @param project [String]
94
+ # @param location [String]
95
+ # @param entry_group [String]
96
+ # @param entry [String]
97
+ #
98
+ # @return [::String]
99
+ def entry_path project:, location:, entry_group:, entry:
100
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
101
+ raise ::ArgumentError, "location cannot contain /" if location.to_s.include? "/"
102
+ raise ::ArgumentError, "entry_group cannot contain /" if entry_group.to_s.include? "/"
103
+
104
+ "projects/#{project}/locations/#{location}/entryGroups/#{entry_group}/entries/#{entry}"
105
+ end
106
+
107
+ ##
108
+ # Create a fully-qualified EntryGroup resource string.
109
+ #
110
+ # The resource will be in the following format:
111
+ #
112
+ # `projects/{project}/locations/{location}/entryGroups/{entry_group}`
113
+ #
114
+ # @param project [String]
115
+ # @param location [String]
116
+ # @param entry_group [String]
117
+ #
118
+ # @return [::String]
119
+ def entry_group_path project:, location:, entry_group:
120
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
121
+ raise ::ArgumentError, "location cannot contain /" if location.to_s.include? "/"
122
+
123
+ "projects/#{project}/locations/#{location}/entryGroups/#{entry_group}"
124
+ end
125
+
126
+ ##
127
+ # Create a fully-qualified EntryLink resource string.
128
+ #
129
+ # The resource will be in the following format:
130
+ #
131
+ # `projects/{project}/locations/{location}/entryGroups/{entry_group}/entryLinks/{entry_link}`
132
+ #
133
+ # @param project [String]
134
+ # @param location [String]
135
+ # @param entry_group [String]
136
+ # @param entry_link [String]
137
+ #
138
+ # @return [::String]
139
+ def entry_link_path project:, location:, entry_group:, entry_link:
140
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
141
+ raise ::ArgumentError, "location cannot contain /" if location.to_s.include? "/"
142
+ raise ::ArgumentError, "entry_group cannot contain /" if entry_group.to_s.include? "/"
143
+
144
+ "projects/#{project}/locations/#{location}/entryGroups/#{entry_group}/entryLinks/#{entry_link}"
145
+ end
146
+
147
+ ##
148
+ # Create a fully-qualified Glossary resource string.
149
+ #
150
+ # The resource will be in the following format:
151
+ #
152
+ # `projects/{project}/locations/{location}/glossaries/{glossary}`
153
+ #
154
+ # @param project [String]
155
+ # @param location [String]
156
+ # @param glossary [String]
157
+ #
158
+ # @return [::String]
159
+ def glossary_path project:, location:, glossary:
160
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
161
+ raise ::ArgumentError, "location cannot contain /" if location.to_s.include? "/"
162
+
163
+ "projects/#{project}/locations/#{location}/glossaries/#{glossary}"
164
+ end
165
+
166
+ ##
167
+ # Create a fully-qualified GlossaryCategory resource string.
168
+ #
169
+ # The resource will be in the following format:
170
+ #
171
+ # `projects/{project}/locations/{location}/glossaries/{glossary}/categories/{glossary_category}`
172
+ #
173
+ # @param project [String]
174
+ # @param location [String]
175
+ # @param glossary [String]
176
+ # @param glossary_category [String]
177
+ #
178
+ # @return [::String]
179
+ def glossary_category_path project:, location:, glossary:, glossary_category:
180
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
181
+ raise ::ArgumentError, "location cannot contain /" if location.to_s.include? "/"
182
+ raise ::ArgumentError, "glossary cannot contain /" if glossary.to_s.include? "/"
183
+
184
+ "projects/#{project}/locations/#{location}/glossaries/#{glossary}/categories/#{glossary_category}"
185
+ end
186
+
187
+ ##
188
+ # Create a fully-qualified GlossaryTerm resource string.
189
+ #
190
+ # The resource will be in the following format:
191
+ #
192
+ # `projects/{project}/locations/{location}/glossaries/{glossary}/terms/{glossary_term}`
193
+ #
194
+ # @param project [String]
195
+ # @param location [String]
196
+ # @param glossary [String]
197
+ # @param glossary_term [String]
198
+ #
199
+ # @return [::String]
200
+ def glossary_term_path project:, location:, glossary:, glossary_term:
201
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
202
+ raise ::ArgumentError, "location cannot contain /" if location.to_s.include? "/"
203
+ raise ::ArgumentError, "glossary cannot contain /" if glossary.to_s.include? "/"
204
+
205
+ "projects/#{project}/locations/#{location}/glossaries/#{glossary}/terms/#{glossary_term}"
206
+ end
207
+
208
+ ##
209
+ # Create a fully-qualified Location resource string.
210
+ #
211
+ # The resource will be in the following format:
212
+ #
213
+ # `projects/{project}/locations/{location}`
214
+ #
215
+ # @param project [String]
216
+ # @param location [String]
217
+ #
218
+ # @return [::String]
219
+ def location_path project:, location:
220
+ raise ::ArgumentError, "project cannot contain /" if project.to_s.include? "/"
221
+
222
+ "projects/#{project}/locations/#{location}"
223
+ end
224
+
225
+ extend self
226
+ end
227
+ end
228
+ end
229
+ end
230
+ end
231
+ end