google-cloud-financial_services-v1 0.a → 0.1.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 (54) hide show
  1. checksums.yaml +4 -4
  2. data/.yardopts +12 -0
  3. data/AUTHENTICATION.md +122 -0
  4. data/README.md +154 -8
  5. data/lib/google/cloud/financial_services/v1/aml/client.rb +4687 -0
  6. data/lib/google/cloud/financial_services/v1/aml/credentials.rb +47 -0
  7. data/lib/google/cloud/financial_services/v1/aml/operations.rb +813 -0
  8. data/lib/google/cloud/financial_services/v1/aml/paths.rb +195 -0
  9. data/lib/google/cloud/financial_services/v1/aml/rest/client.rb +4403 -0
  10. data/lib/google/cloud/financial_services/v1/aml/rest/operations.rb +914 -0
  11. data/lib/google/cloud/financial_services/v1/aml/rest/service_stub.rb +2417 -0
  12. data/lib/google/cloud/financial_services/v1/aml/rest.rb +55 -0
  13. data/lib/google/cloud/financial_services/v1/aml.rb +57 -0
  14. data/lib/google/cloud/financial_services/v1/bindings_override.rb +102 -0
  15. data/lib/google/cloud/financial_services/v1/rest.rb +38 -0
  16. data/lib/google/cloud/financial_services/v1/version.rb +7 -2
  17. data/lib/google/cloud/financial_services/v1.rb +45 -0
  18. data/lib/google/cloud/financialservices/v1/backtest_result_pb.rb +62 -0
  19. data/lib/google/cloud/financialservices/v1/bigquery_destination_pb.rb +45 -0
  20. data/lib/google/cloud/financialservices/v1/dataset_pb.rb +60 -0
  21. data/lib/google/cloud/financialservices/v1/engine_config_pb.rb +65 -0
  22. data/lib/google/cloud/financialservices/v1/engine_version_pb.rb +52 -0
  23. data/lib/google/cloud/financialservices/v1/instance_pb.rb +64 -0
  24. data/lib/google/cloud/financialservices/v1/line_of_business_pb.rb +42 -0
  25. data/lib/google/cloud/financialservices/v1/model_pb.rb +61 -0
  26. data/lib/google/cloud/financialservices/v1/prediction_result_pb.rb +62 -0
  27. data/lib/google/cloud/financialservices/v1/service_pb.rb +57 -0
  28. data/lib/google/cloud/financialservices/v1/service_services_pb.rb +138 -0
  29. data/lib/google-cloud-financial_services-v1.rb +21 -0
  30. data/proto_docs/README.md +4 -0
  31. data/proto_docs/google/api/client.rb +473 -0
  32. data/proto_docs/google/api/field_behavior.rb +85 -0
  33. data/proto_docs/google/api/launch_stage.rb +71 -0
  34. data/proto_docs/google/api/resource.rb +227 -0
  35. data/proto_docs/google/cloud/financialservices/v1/backtest_result.rb +277 -0
  36. data/proto_docs/google/cloud/financialservices/v1/bigquery_destination.rb +56 -0
  37. data/proto_docs/google/cloud/financialservices/v1/dataset.rb +242 -0
  38. data/proto_docs/google/cloud/financialservices/v1/engine_config.rb +324 -0
  39. data/proto_docs/google/cloud/financialservices/v1/engine_version.rb +126 -0
  40. data/proto_docs/google/cloud/financialservices/v1/instance.rb +318 -0
  41. data/proto_docs/google/cloud/financialservices/v1/line_of_business.rb +38 -0
  42. data/proto_docs/google/cloud/financialservices/v1/model.rb +256 -0
  43. data/proto_docs/google/cloud/financialservices/v1/prediction_result.rb +277 -0
  44. data/proto_docs/google/cloud/financialservices/v1/service.rb +60 -0
  45. data/proto_docs/google/longrunning/operations.rb +173 -0
  46. data/proto_docs/google/protobuf/any.rb +145 -0
  47. data/proto_docs/google/protobuf/duration.rb +98 -0
  48. data/proto_docs/google/protobuf/empty.rb +34 -0
  49. data/proto_docs/google/protobuf/field_mask.rb +229 -0
  50. data/proto_docs/google/protobuf/timestamp.rb +127 -0
  51. data/proto_docs/google/rpc/status.rb +48 -0
  52. data/proto_docs/google/type/datetime.rb +103 -0
  53. data/proto_docs/google/type/interval.rb +45 -0
  54. metadata +113 -9
@@ -0,0 +1,126 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2025 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 FinancialServices
23
+ module V1
24
+ # EngineVersion controls which version of the engine is used to tune, train,
25
+ # and run the model.
26
+ # @!attribute [r] name
27
+ # @return [::String]
28
+ # Output only. Identifier. The resource name of the EngineVersion
29
+ # format:
30
+ # `/projects/{project_num}/locations/{location}/instances/{instance}/engineVersions/{engine_version}`
31
+ # @!attribute [r] state
32
+ # @return [::Google::Cloud::FinancialServices::V1::EngineVersion::State]
33
+ # Output only. The state of the version.
34
+ # @!attribute [r] expected_limitation_start_time
35
+ # @return [::Google::Protobuf::Timestamp]
36
+ # Output only. Planned time to stop allowing training/tuning using this
37
+ # version. Existing trained models can still be used for prediction/backtest.
38
+ # @!attribute [r] expected_decommission_time
39
+ # @return [::Google::Protobuf::Timestamp]
40
+ # Output only. Planned time to stop supporting the version, in addition
41
+ # to no training or tuning, models trained on this version
42
+ # can no longer be used for prediction/backtest.
43
+ # @!attribute [r] line_of_business
44
+ # @return [::Google::Cloud::FinancialServices::V1::LineOfBusiness]
45
+ # Output only. The line of business (Retail/Commercial) this engine version
46
+ # is used for.
47
+ class EngineVersion
48
+ include ::Google::Protobuf::MessageExts
49
+ extend ::Google::Protobuf::MessageExts::ClassMethods
50
+
51
+ # State determines the lifecycle of a version and the models/engine configs
52
+ # trained with it.
53
+ module State
54
+ # Default state, should never be used.
55
+ STATE_UNSPECIFIED = 0
56
+
57
+ # Version is available for training and inference.
58
+ ACTIVE = 1
59
+
60
+ # Models using this version can still be run, but new ones cannot be
61
+ # trained.
62
+ LIMITED = 2
63
+
64
+ # Version is deprecated, listed for informational purposes only.
65
+ DECOMMISSIONED = 3
66
+ end
67
+ end
68
+
69
+ # Request for retrieving a paginated list of EngineVersion resources that meet
70
+ # the specified criteria.
71
+ # @!attribute [rw] parent
72
+ # @return [::String]
73
+ # Required. The parent of the EngineVersion is the Instance.
74
+ # @!attribute [rw] page_size
75
+ # @return [::Integer]
76
+ # Optional. The number of resources to be included in the response. The
77
+ # response contains a next_page_token, which can be used to retrieve the next
78
+ # page of resources.
79
+ # @!attribute [rw] page_token
80
+ # @return [::String]
81
+ # Optional. In case of paginated results, this is the token that was returned
82
+ # in the previous ListEngineVersionsResponse. It should be copied here to
83
+ # retrieve the next page of resources. Empty will give the first page of
84
+ # ListEngineVersionsRequest, and the last page will return an empty
85
+ # page_token.
86
+ # @!attribute [rw] filter
87
+ # @return [::String]
88
+ # Optional. Specify a filter to narrow search results.
89
+ # If empty or unset will default to "state!=DEPRECATED",
90
+ # to view deprecated versions use "state:*" or any other filter.
91
+ # @!attribute [rw] order_by
92
+ # @return [::String]
93
+ # Optional. Specify a field to use for ordering.
94
+ class ListEngineVersionsRequest
95
+ include ::Google::Protobuf::MessageExts
96
+ extend ::Google::Protobuf::MessageExts::ClassMethods
97
+ end
98
+
99
+ # The response to a list call containing the list of engine versions.
100
+ # @!attribute [rw] engine_versions
101
+ # @return [::Array<::Google::Cloud::FinancialServices::V1::EngineVersion>]
102
+ # List of EngineVersion resources
103
+ # @!attribute [rw] next_page_token
104
+ # @return [::String]
105
+ # This token should be passed to the next EngineVersionsRequest to retrieve
106
+ # the next page of EngineVersions (empty indicates we are done).
107
+ # @!attribute [rw] unreachable
108
+ # @return [::Array<::String>]
109
+ # Locations that could not be reached.
110
+ class ListEngineVersionsResponse
111
+ include ::Google::Protobuf::MessageExts
112
+ extend ::Google::Protobuf::MessageExts::ClassMethods
113
+ end
114
+
115
+ # Request for retrieving a specific EngineVersion resource.
116
+ # @!attribute [rw] name
117
+ # @return [::String]
118
+ # Required. The resource name of the EngineVersion
119
+ class GetEngineVersionRequest
120
+ include ::Google::Protobuf::MessageExts
121
+ extend ::Google::Protobuf::MessageExts::ClassMethods
122
+ end
123
+ end
124
+ end
125
+ end
126
+ end
@@ -0,0 +1,318 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2025 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 FinancialServices
23
+ module V1
24
+ # Instance is a container for the rest of API resources.
25
+ # Only resources in the same instance can interact with each other.
26
+ # Child resources inherit the location (data residency) and encryption (CMEK).
27
+ # The location of the provided input and output in requests must match the
28
+ # location of the instance.
29
+ # @!attribute [r] name
30
+ # @return [::String]
31
+ # Output only. The full path to the Instance resource in this API.
32
+ # format: `projects/{project}/locations/{location}/instances/{instance}`
33
+ # @!attribute [r] create_time
34
+ # @return [::Google::Protobuf::Timestamp]
35
+ # Output only. Timestamp when the Instance was created.
36
+ # Assigned by the server.
37
+ # @!attribute [r] update_time
38
+ # @return [::Google::Protobuf::Timestamp]
39
+ # Output only. Timestamp when the Instance was last updated.
40
+ # Assigned by the server.
41
+ # @!attribute [r] state
42
+ # @return [::Google::Cloud::FinancialServices::V1::Instance::State]
43
+ # Output only. State of the instance.
44
+ # Assigned by the server.
45
+ # @!attribute [rw] labels
46
+ # @return [::Google::Protobuf::Map{::String => ::String}]
47
+ # Labels
48
+ # @!attribute [rw] kms_key
49
+ # @return [::String]
50
+ # Required. The KMS key name used for CMEK (encryption-at-rest).
51
+ # format:
52
+ # `projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}`
53
+ # VPC-SC restrictions apply.
54
+ class Instance
55
+ include ::Google::Protobuf::MessageExts
56
+ extend ::Google::Protobuf::MessageExts::ClassMethods
57
+
58
+ # @!attribute [rw] key
59
+ # @return [::String]
60
+ # @!attribute [rw] value
61
+ # @return [::String]
62
+ class LabelsEntry
63
+ include ::Google::Protobuf::MessageExts
64
+ extend ::Google::Protobuf::MessageExts::ClassMethods
65
+ end
66
+
67
+ # The Resource State
68
+ module State
69
+ # State is unspecified, should not occur.
70
+ STATE_UNSPECIFIED = 0
71
+
72
+ # The resource has not finished being created.
73
+ CREATING = 1
74
+
75
+ # The resource is active/ready to be used.
76
+ ACTIVE = 2
77
+
78
+ # The resource is in the process of being updated.
79
+ UPDATING = 3
80
+
81
+ # The resource is in the process of being deleted.
82
+ DELETING = 4
83
+ end
84
+ end
85
+
86
+ # Request for retrieving a paginated list of Instance resources that meet the
87
+ # specified criteria.
88
+ # @!attribute [rw] parent
89
+ # @return [::String]
90
+ # Required. The parent of the Instance is the location for that Instance.
91
+ # Every location has exactly one instance.
92
+ # @!attribute [rw] page_size
93
+ # @return [::Integer]
94
+ # The number of resources to be included in the response. The response
95
+ # contains a next_page_token, which can be used to retrieve the next page of
96
+ # resources.
97
+ # @!attribute [rw] page_token
98
+ # @return [::String]
99
+ # In case of paginated results, this is the token that was returned in the
100
+ # previous ListInstancesResponse. It should be copied here to retrieve the
101
+ # next page of resources. This will be empty for the first instance of
102
+ # ListInstancesRequest.
103
+ # @!attribute [rw] filter
104
+ # @return [::String]
105
+ # Specify a filter to narrow search results.
106
+ # @!attribute [rw] order_by
107
+ # @return [::String]
108
+ # Specify a field to use for ordering.
109
+ class ListInstancesRequest
110
+ include ::Google::Protobuf::MessageExts
111
+ extend ::Google::Protobuf::MessageExts::ClassMethods
112
+ end
113
+
114
+ # Response for retrieving a list of Instances
115
+ # @!attribute [rw] instances
116
+ # @return [::Array<::Google::Cloud::FinancialServices::V1::Instance>]
117
+ # List of Instance resources
118
+ # @!attribute [rw] next_page_token
119
+ # @return [::String]
120
+ # This token should be passed to the next ListInstancesRequest to retrieve
121
+ # the next page of Instances.
122
+ # @!attribute [rw] unreachable
123
+ # @return [::Array<::String>]
124
+ # Locations that could not be reached.
125
+ class ListInstancesResponse
126
+ include ::Google::Protobuf::MessageExts
127
+ extend ::Google::Protobuf::MessageExts::ClassMethods
128
+ end
129
+
130
+ # Request for retrieving a specific Instance resource.
131
+ # @!attribute [rw] name
132
+ # @return [::String]
133
+ # Required. The resource name of the Instance.
134
+ class GetInstanceRequest
135
+ include ::Google::Protobuf::MessageExts
136
+ extend ::Google::Protobuf::MessageExts::ClassMethods
137
+ end
138
+
139
+ # Request for creating a Instance resource.
140
+ # @!attribute [rw] parent
141
+ # @return [::String]
142
+ # Required. The parent of the Instance is the location for that Instance.
143
+ # Every location has exactly one instance.
144
+ # @!attribute [rw] instance_id
145
+ # @return [::String]
146
+ # Required. The resource id of the instance.
147
+ # @!attribute [rw] instance
148
+ # @return [::Google::Cloud::FinancialServices::V1::Instance]
149
+ # Required. The instance that will be created.
150
+ # @!attribute [rw] request_id
151
+ # @return [::String]
152
+ # Optional. An optional request ID to identify requests. Specify a unique
153
+ # request ID so that if you must retry your request, the server will know to
154
+ # ignore the request if it has already been completed. The server will
155
+ # guarantee that for at least 60 minutes since the first request.
156
+ #
157
+ # For example, consider a situation where you make an initial request and the
158
+ # request times out. If you make the request again with the same request
159
+ # ID, the server can check if original operation with the same request ID
160
+ # was received, and if so, will ignore the second request. This prevents
161
+ # clients from accidentally creating duplicate commitments.
162
+ #
163
+ # The request ID must be a valid UUID with the exception that zero UUID is
164
+ # not supported (00000000-0000-0000-0000-000000000000).
165
+ class CreateInstanceRequest
166
+ include ::Google::Protobuf::MessageExts
167
+ extend ::Google::Protobuf::MessageExts::ClassMethods
168
+ end
169
+
170
+ # Request for updating a Instance
171
+ # @!attribute [rw] update_mask
172
+ # @return [::Google::Protobuf::FieldMask]
173
+ # Optional. Field mask is used to specify the fields to be overwritten in the
174
+ # Instance resource by the update.
175
+ # The fields specified in the update_mask are relative to the resource, not
176
+ # the full request. A field will be overwritten if it is in the mask. If the
177
+ # user does not provide a mask then all fields will be overwritten.
178
+ # @!attribute [rw] instance
179
+ # @return [::Google::Cloud::FinancialServices::V1::Instance]
180
+ # Required. The new value of the instance fields that will be updated
181
+ # according to the update_mask
182
+ # @!attribute [rw] request_id
183
+ # @return [::String]
184
+ # Optional. An optional request ID to identify requests. Specify a unique
185
+ # request ID so that if you must retry your request, the server will know to
186
+ # ignore the request if it has already been completed. The server will
187
+ # guarantee that for at least 60 minutes since the first request.
188
+ #
189
+ # For example, consider a situation where you make an initial request and the
190
+ # request times out. If you make the request again with the same request
191
+ # ID, the server can check if original operation with the same request ID
192
+ # was received, and if so, will ignore the second request. This prevents
193
+ # clients from accidentally creating duplicate commitments.
194
+ #
195
+ # The request ID must be a valid UUID with the exception that zero UUID is
196
+ # not supported (00000000-0000-0000-0000-000000000000).
197
+ class UpdateInstanceRequest
198
+ include ::Google::Protobuf::MessageExts
199
+ extend ::Google::Protobuf::MessageExts::ClassMethods
200
+ end
201
+
202
+ # Request for deleting a Instance.
203
+ # @!attribute [rw] name
204
+ # @return [::String]
205
+ # Required. The resource name of the Instance.
206
+ # @!attribute [rw] request_id
207
+ # @return [::String]
208
+ # Optional. An optional request ID to identify requests. Specify a unique
209
+ # request ID so that if you must retry your request, the server will know to
210
+ # ignore the request if it has already been completed. The server will
211
+ # guarantee that for at least 60 minutes after the first request.
212
+ #
213
+ # For example, consider a situation where you make an initial request and the
214
+ # request times out. If you make the request again with the same request
215
+ # ID, the server can check if original operation with the same request ID
216
+ # was received, and if so, will ignore the second request. This prevents
217
+ # clients from accidentally creating duplicate commitments.
218
+ #
219
+ # The request ID must be a valid UUID with the exception that zero UUID is
220
+ # not supported (00000000-0000-0000-0000-000000000000).
221
+ class DeleteInstanceRequest
222
+ include ::Google::Protobuf::MessageExts
223
+ extend ::Google::Protobuf::MessageExts::ClassMethods
224
+ end
225
+
226
+ # Request for adding/removing registered parties from BigQuery tables
227
+ # specified by the customer.
228
+ # @!attribute [rw] name
229
+ # @return [::String]
230
+ # Required. The full path to the Instance resource in this API.
231
+ # format: `projects/{project}/locations/{location}/instances/{instance}`
232
+ # @!attribute [rw] party_tables
233
+ # @return [::Array<::String>]
234
+ # Optional. List of BigQuery tables. Union of tables will be taken if there
235
+ # is more than one table. VPC-SC restrictions apply. format:
236
+ # `bq://{project}.{bqDatasetID}.{bqTableID}` Use of `datasets` is preferred
237
+ # over the latter due to its simplicity and the reduced risk of errors
238
+ # `party_tables` and `datasets` must not be provided at the
239
+ # same time
240
+ # @!attribute [rw] mode
241
+ # @return [::Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest::UpdateMode]
242
+ # Required. Mode of the request.
243
+ # @!attribute [rw] validate_only
244
+ # @return [::Boolean]
245
+ # Optional. If the request will not register the parties, just determine what
246
+ # would happen.
247
+ # @!attribute [rw] line_of_business
248
+ # @return [::Google::Cloud::FinancialServices::V1::LineOfBusiness]
249
+ # Required. LineOfBusiness for the specified registered parties.
250
+ class ImportRegisteredPartiesRequest
251
+ include ::Google::Protobuf::MessageExts
252
+ extend ::Google::Protobuf::MessageExts::ClassMethods
253
+
254
+ # UpdateMode controls the behavior for ImportRegisteredParties.
255
+ module UpdateMode
256
+ # Default mode.
257
+ UPDATE_MODE_UNSPECIFIED = 0
258
+
259
+ # Replace parties that are removable in Parties Table with new parties.
260
+ REPLACE = 1
261
+
262
+ # Add new parties to Parties Table.
263
+ APPEND = 2
264
+ end
265
+ end
266
+
267
+ # Response for adding/removing registered parties from BigQuery tables.
268
+ # @!attribute [rw] parties_added
269
+ # @return [::Integer]
270
+ # Number of parties added by this operation.
271
+ # @!attribute [rw] parties_removed
272
+ # @return [::Integer]
273
+ # Number of parties removed by this operation.
274
+ # @!attribute [rw] parties_total
275
+ # @return [::Integer]
276
+ # Total number of parties that are registered in this instance, after the
277
+ # update operation was completed.
278
+ # @!attribute [rw] parties_failed_to_remove
279
+ # @return [::Integer]
280
+ # Number of parties that failed to be removed by this operation.
281
+ # @!attribute [rw] parties_uptiered
282
+ # @return [::Integer]
283
+ # @!attribute [rw] parties_downtiered
284
+ # @return [::Integer]
285
+ # Total number of parties that are downtiered in this instance
286
+ # @!attribute [rw] parties_failed_to_downtier
287
+ # @return [::Integer]
288
+ # Number of parties that failed to be downtiered
289
+ class ImportRegisteredPartiesResponse
290
+ include ::Google::Protobuf::MessageExts
291
+ extend ::Google::Protobuf::MessageExts::ClassMethods
292
+ end
293
+
294
+ # Request to export a list of currently registered parties.
295
+ # @!attribute [rw] name
296
+ # @return [::String]
297
+ # Required. The full path to the Instance resource in this API.
298
+ # format: `projects/{project}/locations/{location}/instances/{instance}`
299
+ # @!attribute [rw] dataset
300
+ # @return [::Google::Cloud::FinancialServices::V1::BigQueryDestination]
301
+ # Required. The location to output the RegisteredParties.
302
+ # @!attribute [rw] line_of_business
303
+ # @return [::Google::Cloud::FinancialServices::V1::LineOfBusiness]
304
+ # Required. LineOfBusiness to get RegisteredParties from.
305
+ class ExportRegisteredPartiesRequest
306
+ include ::Google::Protobuf::MessageExts
307
+ extend ::Google::Protobuf::MessageExts::ClassMethods
308
+ end
309
+
310
+ # Response to export registered parties request.
311
+ class ExportRegisteredPartiesResponse
312
+ include ::Google::Protobuf::MessageExts
313
+ extend ::Google::Protobuf::MessageExts::ClassMethods
314
+ end
315
+ end
316
+ end
317
+ end
318
+ end
@@ -0,0 +1,38 @@
1
+ # frozen_string_literal: true
2
+
3
+ # Copyright 2025 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 FinancialServices
23
+ module V1
24
+ # Indicate which LineOfBusiness a party belongs to.
25
+ module LineOfBusiness
26
+ # An unspecified LineOfBusiness. Do not use.
27
+ LINE_OF_BUSINESS_UNSPECIFIED = 0
28
+
29
+ # Commercial LineOfBusiness.
30
+ COMMERCIAL = 1
31
+
32
+ # Retail LineOfBusiness.
33
+ RETAIL = 2
34
+ end
35
+ end
36
+ end
37
+ end
38
+ end