google-cloud-bigquery-migration-v2 0.10.0 → 0.11.1

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 (22) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/bigquery/migration/v2/migration_entities_pb.rb +7 -1
  3. data/lib/google/cloud/bigquery/migration/v2/migration_service/client.rb +17 -7
  4. data/lib/google/cloud/bigquery/migration/v2/migration_service/rest/client.rb +981 -0
  5. data/lib/google/cloud/bigquery/migration/v2/migration_service/rest/service_stub.rb +486 -0
  6. data/lib/google/cloud/bigquery/migration/v2/migration_service/rest.rb +54 -0
  7. data/lib/google/cloud/bigquery/migration/v2/migration_service.rb +6 -0
  8. data/lib/google/cloud/bigquery/migration/v2/rest.rb +39 -0
  9. data/lib/google/cloud/bigquery/migration/v2/translation_config_pb.rb +6 -1
  10. data/lib/google/cloud/bigquery/migration/v2/translation_details_pb.rb +51 -0
  11. data/lib/google/cloud/bigquery/migration/v2/translation_suggestion_pb.rb +48 -0
  12. data/lib/google/cloud/bigquery/migration/v2/translation_usability_pb.rb +47 -0
  13. data/lib/google/cloud/bigquery/migration/v2/version.rb +1 -1
  14. data/lib/google/cloud/bigquery/migration/v2.rb +5 -0
  15. data/proto_docs/google/api/client.rb +35 -10
  16. data/proto_docs/google/api/resource.rb +7 -2
  17. data/proto_docs/google/cloud/bigquery/migration/v2/migration_entities.rb +51 -4
  18. data/proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb +41 -0
  19. data/proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb +130 -0
  20. data/proto_docs/google/cloud/bigquery/migration/v2/translation_suggestion.rb +67 -0
  21. data/proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb +69 -0
  22. metadata +12 -2
@@ -0,0 +1,69 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2024 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 Bigquery
23
+ module Migration
24
+ module V2
25
+ # A record in the aggregate CSV report for a migration workflow
26
+ # @!attribute [rw] severity
27
+ # @return [::String]
28
+ # Severity of the translation record.
29
+ # @!attribute [rw] category
30
+ # @return [::String]
31
+ # Category of the error/warning. Example: SyntaxError
32
+ # @!attribute [rw] file_path
33
+ # @return [::String]
34
+ # The file path in which the error occurred
35
+ # @!attribute [rw] filename
36
+ # @return [::String]
37
+ # The file name in which the error occurred
38
+ # @!attribute [rw] source_script_line
39
+ # @return [::Integer]
40
+ # Specifies the row from the source text where the error occurred (0 based,
41
+ # -1 for messages without line location). Example: 2
42
+ # @!attribute [rw] source_script_column
43
+ # @return [::Integer]
44
+ # Specifies the column from the source texts where the error occurred. (0
45
+ # based, -1 for messages without column location) example: 6
46
+ # @!attribute [rw] message
47
+ # @return [::String]
48
+ # Detailed message of the record.
49
+ # @!attribute [rw] script_context
50
+ # @return [::String]
51
+ # The script context (obfuscated) in which the error occurred
52
+ # @!attribute [rw] action
53
+ # @return [::String]
54
+ # Category of the error/warning. Example: SyntaxError
55
+ # @!attribute [rw] effect
56
+ # @return [::String]
57
+ # Effect of the error/warning. Example: COMPATIBILITY
58
+ # @!attribute [rw] object_name
59
+ # @return [::String]
60
+ # Name of the affected object in the log message.
61
+ class GcsReportLogMessage
62
+ include ::Google::Protobuf::MessageExts
63
+ extend ::Google::Protobuf::MessageExts::ClassMethods
64
+ end
65
+ end
66
+ end
67
+ end
68
+ end
69
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-bigquery-migration-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-26 00:00:00.000000000 Z
11
+ date: 2024-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -67,9 +67,16 @@ files:
67
67
  - lib/google/cloud/bigquery/migration/v2/migration_service/client.rb
68
68
  - lib/google/cloud/bigquery/migration/v2/migration_service/credentials.rb
69
69
  - lib/google/cloud/bigquery/migration/v2/migration_service/paths.rb
70
+ - lib/google/cloud/bigquery/migration/v2/migration_service/rest.rb
71
+ - lib/google/cloud/bigquery/migration/v2/migration_service/rest/client.rb
72
+ - lib/google/cloud/bigquery/migration/v2/migration_service/rest/service_stub.rb
70
73
  - lib/google/cloud/bigquery/migration/v2/migration_service_pb.rb
71
74
  - lib/google/cloud/bigquery/migration/v2/migration_service_services_pb.rb
75
+ - lib/google/cloud/bigquery/migration/v2/rest.rb
72
76
  - lib/google/cloud/bigquery/migration/v2/translation_config_pb.rb
77
+ - lib/google/cloud/bigquery/migration/v2/translation_details_pb.rb
78
+ - lib/google/cloud/bigquery/migration/v2/translation_suggestion_pb.rb
79
+ - lib/google/cloud/bigquery/migration/v2/translation_usability_pb.rb
73
80
  - lib/google/cloud/bigquery/migration/v2/version.rb
74
81
  - proto_docs/README.md
75
82
  - proto_docs/google/api/client.rb
@@ -84,6 +91,9 @@ files:
84
91
  - proto_docs/google/cloud/bigquery/migration/v2/migration_metrics.rb
85
92
  - proto_docs/google/cloud/bigquery/migration/v2/migration_service.rb
86
93
  - proto_docs/google/cloud/bigquery/migration/v2/translation_config.rb
94
+ - proto_docs/google/cloud/bigquery/migration/v2/translation_details.rb
95
+ - proto_docs/google/cloud/bigquery/migration/v2/translation_suggestion.rb
96
+ - proto_docs/google/cloud/bigquery/migration/v2/translation_usability.rb
87
97
  - proto_docs/google/protobuf/any.rb
88
98
  - proto_docs/google/protobuf/duration.rb
89
99
  - proto_docs/google/protobuf/empty.rb