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,64 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/financialservices/v1/instance.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/field_behavior_pb'
8
+ require 'google/api/resource_pb'
9
+ require 'google/cloud/financialservices/v1/bigquery_destination_pb'
10
+ require 'google/cloud/financialservices/v1/line_of_business_pb'
11
+ require 'google/protobuf/field_mask_pb'
12
+ require 'google/protobuf/timestamp_pb'
13
+
14
+
15
+ descriptor_data = "\n0google/cloud/financialservices/v1/instance.proto\x12!google.cloud.financialservices.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a<google/cloud/financialservices/v1/bigquery_destination.proto\x1a\x38google/cloud/financialservices/v1/line_of_business.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa2\x04\n\x08Instance\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x45\n\x05state\x18\x04 \x01(\x0e\x32\x31.google.cloud.financialservices.v1.Instance.StateB\x03\xe0\x41\x03\x12G\n\x06labels\x18\x05 \x03(\x0b\x32\x37.google.cloud.financialservices.v1.Instance.LabelsEntry\x12\x14\n\x07kms_key\x18\x06 \x01(\tB\x03\xe0\x41\x02\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"T\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08UPDATING\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04:l\xea\x41i\n)financialservices.googleapis.com/Instance\x12<projects/{project}/locations/{location}/instances/{instance}\"\x9a\x01\n\x14ListInstancesRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x85\x01\n\x15ListInstancesResponse\x12>\n\tinstances\x18\x01 \x03(\x0b\x32+.google.cloud.financialservices.v1.Instance\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"U\n\x12GetInstanceRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)financialservices.googleapis.com/Instance\"\xc9\x01\n\x15\x43reateInstanceRequest\x12\x39\n\x06parent\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x18\n\x0binstance_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x42\n\x08instance\x18\x03 \x01(\x0b\x32+.google.cloud.financialservices.v1.InstanceB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xaa\x01\n\x15UpdateInstanceRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12\x42\n\x08instance\x18\x02 \x01(\x0b\x32+.google.cloud.financialservices.v1.InstanceB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"q\n\x15\x44\x65leteInstanceRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)financialservices.googleapis.com/Instance\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\x8f\x03\n\x1eImportRegisteredPartiesRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)financialservices.googleapis.com/Instance\x12\x19\n\x0cparty_tables\x18\x02 \x03(\tB\x03\xe0\x41\x01\x12_\n\x04mode\x18\x03 \x01(\x0e\x32L.google.cloud.financialservices.v1.ImportRegisteredPartiesRequest.UpdateModeB\x03\xe0\x41\x02\x12\x1a\n\rvalidate_only\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12P\n\x10line_of_business\x18\x05 \x01(\x0e\x32\x31.google.cloud.financialservices.v1.LineOfBusinessB\x03\xe0\x41\x02\"B\n\nUpdateMode\x12\x1b\n\x17UPDATE_MODE_UNSPECIFIED\x10\x00\x12\x0b\n\x07REPLACE\x10\x01\x12\n\n\x06\x41PPEND\x10\x02\"\xe4\x01\n\x1fImportRegisteredPartiesResponse\x12\x15\n\rparties_added\x18\x01 \x01(\x03\x12\x17\n\x0fparties_removed\x18\x02 \x01(\x03\x12\x15\n\rparties_total\x18\x03 \x01(\x03\x12 \n\x18parties_failed_to_remove\x18\x04 \x01(\x03\x12\x18\n\x10parties_uptiered\x18\x05 \x01(\x03\x12\x1a\n\x12parties_downtiered\x18\x06 \x01(\x03\x12\"\n\x1aparties_failed_to_downtier\x18\x07 \x01(\x03\"\x81\x02\n\x1e\x45xportRegisteredPartiesRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)financialservices.googleapis.com/Instance\x12L\n\x07\x64\x61taset\x18\x02 \x01(\x0b\x32\x36.google.cloud.financialservices.v1.BigQueryDestinationB\x03\xe0\x41\x02\x12P\n\x10line_of_business\x18\x03 \x01(\x0e\x32\x31.google.cloud.financialservices.v1.LineOfBusinessB\x03\xe0\x41\x02\"!\n\x1f\x45xportRegisteredPartiesResponseB\xfc\x01\n%com.google.cloud.financialservices.v1B\rInstanceProtoP\x01ZScloud.google.com/go/financialservices/apiv1/financialservicespb;financialservicespb\xaa\x02!Google.Cloud.FinancialServices.V1\xca\x02!Google\\Cloud\\FinancialServices\\V1\xea\x02$Google::Cloud::FinancialServices::V1b\x06proto3"
16
+
17
+ pool = Google::Protobuf::DescriptorPool.generated_pool
18
+
19
+ begin
20
+ pool.add_serialized_file(descriptor_data)
21
+ rescue TypeError
22
+ # Compatibility code: will be removed in the next major version.
23
+ require 'google/protobuf/descriptor_pb'
24
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
25
+ parsed.clear_dependency
26
+ serialized = parsed.class.encode(parsed)
27
+ file = pool.add_serialized_file(serialized)
28
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
29
+ imports = [
30
+ ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
31
+ ["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
32
+ ["google.cloud.financialservices.v1.BigQueryDestination", "google/cloud/financialservices/v1/bigquery_destination.proto"],
33
+ ]
34
+ imports.each do |type_name, expected_filename|
35
+ import_file = pool.lookup(type_name).file_descriptor
36
+ if import_file.name != expected_filename
37
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
38
+ end
39
+ end
40
+ warn "Each proto file must use a consistent fully-qualified name."
41
+ warn "This will become an error in the next major version."
42
+ end
43
+
44
+ module Google
45
+ module Cloud
46
+ module FinancialServices
47
+ module V1
48
+ Instance = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.Instance").msgclass
49
+ Instance::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.Instance.State").enummodule
50
+ ListInstancesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ListInstancesRequest").msgclass
51
+ ListInstancesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ListInstancesResponse").msgclass
52
+ GetInstanceRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.GetInstanceRequest").msgclass
53
+ CreateInstanceRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.CreateInstanceRequest").msgclass
54
+ UpdateInstanceRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.UpdateInstanceRequest").msgclass
55
+ DeleteInstanceRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.DeleteInstanceRequest").msgclass
56
+ ImportRegisteredPartiesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ImportRegisteredPartiesRequest").msgclass
57
+ ImportRegisteredPartiesRequest::UpdateMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ImportRegisteredPartiesRequest.UpdateMode").enummodule
58
+ ImportRegisteredPartiesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ImportRegisteredPartiesResponse").msgclass
59
+ ExportRegisteredPartiesRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ExportRegisteredPartiesRequest").msgclass
60
+ ExportRegisteredPartiesResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ExportRegisteredPartiesResponse").msgclass
61
+ end
62
+ end
63
+ end
64
+ end
@@ -0,0 +1,42 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/financialservices/v1/line_of_business.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+
8
+ descriptor_data = "\n8google/cloud/financialservices/v1/line_of_business.proto\x12!google.cloud.financialservices.v1*N\n\x0eLineOfBusiness\x12 \n\x1cLINE_OF_BUSINESS_UNSPECIFIED\x10\x00\x12\x0e\n\nCOMMERCIAL\x10\x01\x12\n\n\x06RETAIL\x10\x02\x42\x82\x02\n%com.google.cloud.financialservices.v1B\x13LineOfBusinessProtoP\x01ZScloud.google.com/go/financialservices/apiv1/financialservicespb;financialservicespb\xaa\x02!Google.Cloud.FinancialServices.V1\xca\x02!Google\\Cloud\\FinancialServices\\V1\xea\x02$Google::Cloud::FinancialServices::V1b\x06proto3"
9
+
10
+ pool = Google::Protobuf::DescriptorPool.generated_pool
11
+
12
+ begin
13
+ pool.add_serialized_file(descriptor_data)
14
+ rescue TypeError
15
+ # Compatibility code: will be removed in the next major version.
16
+ require 'google/protobuf/descriptor_pb'
17
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
18
+ parsed.clear_dependency
19
+ serialized = parsed.class.encode(parsed)
20
+ file = pool.add_serialized_file(serialized)
21
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
22
+ imports = [
23
+ ]
24
+ imports.each do |type_name, expected_filename|
25
+ import_file = pool.lookup(type_name).file_descriptor
26
+ if import_file.name != expected_filename
27
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
28
+ end
29
+ end
30
+ warn "Each proto file must use a consistent fully-qualified name."
31
+ warn "This will become an error in the next major version."
32
+ end
33
+
34
+ module Google
35
+ module Cloud
36
+ module FinancialServices
37
+ module V1
38
+ LineOfBusiness = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.LineOfBusiness").enummodule
39
+ end
40
+ end
41
+ end
42
+ end
@@ -0,0 +1,61 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/financialservices/v1/model.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/field_behavior_pb'
8
+ require 'google/api/resource_pb'
9
+ require 'google/cloud/financialservices/v1/bigquery_destination_pb'
10
+ require 'google/cloud/financialservices/v1/line_of_business_pb'
11
+ require 'google/protobuf/field_mask_pb'
12
+ require 'google/protobuf/timestamp_pb'
13
+
14
+
15
+ descriptor_data = "\n-google/cloud/financialservices/v1/model.proto\x12!google.cloud.financialservices.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a<google/cloud/financialservices/v1/bigquery_destination.proto\x1a\x38google/cloud/financialservices/v1/line_of_business.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x81\x07\n\x05Model\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x44\n\x06labels\x18\x04 \x03(\x0b\x32\x34.google.cloud.financialservices.v1.Model.LabelsEntry\x12\x42\n\x05state\x18\x05 \x01(\x0e\x32..google.cloud.financialservices.v1.Model.StateB\x03\xe0\x41\x03\x12N\n\x0e\x65ngine_version\x18\x06 \x01(\tB6\xe0\x41\x03\xfa\x41\x30\n.financialservices.googleapis.com/EngineVersion\x12L\n\rengine_config\x18\x07 \x01(\tB5\xe0\x41\x02\xfa\x41/\n-financialservices.googleapis.com/EngineConfig\x12I\n\x0fprimary_dataset\x18\x08 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(financialservices.googleapis.com/Dataset\x12\x31\n\x08\x65nd_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02\x12P\n\x10line_of_business\x18\x0c \x01(\x0e\x32\x31.google.cloud.financialservices.v1.LineOfBusinessB\x03\xe0\x41\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"T\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08UPDATING\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04:|\xea\x41y\n&financialservices.googleapis.com/Model\x12Oprojects/{project_num}/locations/{location}/instances/{instance}/models/{model}\"\x9f\x01\n\x11ListModelsRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)financialservices.googleapis.com/Instance\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"|\n\x12ListModelsResponse\x12\x38\n\x06models\x18\x01 \x03(\x0b\x32(.google.cloud.financialservices.v1.Model\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"O\n\x0fGetModelRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&financialservices.googleapis.com/Model\"\xc5\x01\n\x12\x43reateModelRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)financialservices.googleapis.com/Instance\x12\x15\n\x08model_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12<\n\x05model\x18\x03 \x01(\x0b\x32(.google.cloud.financialservices.v1.ModelB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xa1\x01\n\x12UpdateModelRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12<\n\x05model\x18\x02 \x01(\x0b\x32(.google.cloud.financialservices.v1.ModelB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"k\n\x12\x44\x65leteModelRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&financialservices.googleapis.com/Model\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\xc1\x01\n\x1a\x45xportModelMetadataRequest\x12=\n\x05model\x18\x01 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&financialservices.googleapis.com/Model\x12\x64\n\x1fstructured_metadata_destination\x18\x02 \x01(\x0b\x32\x36.google.cloud.financialservices.v1.BigQueryDestinationB\x03\xe0\x41\x02\"\x1d\n\x1b\x45xportModelMetadataResponseB\xf9\x01\n%com.google.cloud.financialservices.v1B\nModelProtoP\x01ZScloud.google.com/go/financialservices/apiv1/financialservicespb;financialservicespb\xaa\x02!Google.Cloud.FinancialServices.V1\xca\x02!Google\\Cloud\\FinancialServices\\V1\xea\x02$Google::Cloud::FinancialServices::V1b\x06proto3"
16
+
17
+ pool = Google::Protobuf::DescriptorPool.generated_pool
18
+
19
+ begin
20
+ pool.add_serialized_file(descriptor_data)
21
+ rescue TypeError
22
+ # Compatibility code: will be removed in the next major version.
23
+ require 'google/protobuf/descriptor_pb'
24
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
25
+ parsed.clear_dependency
26
+ serialized = parsed.class.encode(parsed)
27
+ file = pool.add_serialized_file(serialized)
28
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
29
+ imports = [
30
+ ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
31
+ ["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
32
+ ["google.cloud.financialservices.v1.BigQueryDestination", "google/cloud/financialservices/v1/bigquery_destination.proto"],
33
+ ]
34
+ imports.each do |type_name, expected_filename|
35
+ import_file = pool.lookup(type_name).file_descriptor
36
+ if import_file.name != expected_filename
37
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
38
+ end
39
+ end
40
+ warn "Each proto file must use a consistent fully-qualified name."
41
+ warn "This will become an error in the next major version."
42
+ end
43
+
44
+ module Google
45
+ module Cloud
46
+ module FinancialServices
47
+ module V1
48
+ Model = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.Model").msgclass
49
+ Model::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.Model.State").enummodule
50
+ ListModelsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ListModelsRequest").msgclass
51
+ ListModelsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ListModelsResponse").msgclass
52
+ GetModelRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.GetModelRequest").msgclass
53
+ CreateModelRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.CreateModelRequest").msgclass
54
+ UpdateModelRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.UpdateModelRequest").msgclass
55
+ DeleteModelRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.DeleteModelRequest").msgclass
56
+ ExportModelMetadataRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ExportModelMetadataRequest").msgclass
57
+ ExportModelMetadataResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ExportModelMetadataResponse").msgclass
58
+ end
59
+ end
60
+ end
61
+ end
@@ -0,0 +1,62 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/financialservices/v1/prediction_result.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/field_behavior_pb'
8
+ require 'google/api/resource_pb'
9
+ require 'google/cloud/financialservices/v1/bigquery_destination_pb'
10
+ require 'google/cloud/financialservices/v1/line_of_business_pb'
11
+ require 'google/protobuf/field_mask_pb'
12
+ require 'google/protobuf/timestamp_pb'
13
+
14
+
15
+ descriptor_data = "\n9google/cloud/financialservices/v1/prediction_result.proto\x12!google.cloud.financialservices.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a<google/cloud/financialservices/v1/bigquery_destination.proto\x1a\x38google/cloud/financialservices/v1/line_of_business.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x93\t\n\x10PredictionResult\x12\x11\n\x04name\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12O\n\x06labels\x18\x04 \x03(\x0b\x32?.google.cloud.financialservices.v1.PredictionResult.LabelsEntry\x12M\n\x05state\x18\x05 \x01(\x0e\x32\x39.google.cloud.financialservices.v1.PredictionResult.StateB\x03\xe0\x41\x03\x12\x41\n\x07\x64\x61taset\x18\x06 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(financialservices.googleapis.com/Dataset\x12=\n\x05model\x18\x07 \x01(\tB.\xe0\x41\x02\xfa\x41(\n&financialservices.googleapis.com/Model\x12\x31\n\x08\x65nd_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x02\x12\x1a\n\x12prediction_periods\x18\n \x01(\x05\x12Q\n\x07outputs\x18\x0b \x01(\x0b\x32;.google.cloud.financialservices.v1.PredictionResult.OutputsB\x03\xe0\x41\x02\x12P\n\x10line_of_business\x18\x0c \x01(\x0e\x32\x31.google.cloud.financialservices.v1.LineOfBusinessB\x03\xe0\x41\x03\x1a\xc2\x01\n\x07Outputs\x12[\n\x16prediction_destination\x18\x01 \x01(\x0b\x32\x36.google.cloud.financialservices.v1.BigQueryDestinationB\x03\xe0\x41\x02\x12Z\n\x1a\x65xplainability_destination\x18\x02 \x01(\x0b\x32\x36.google.cloud.financialservices.v1.BigQueryDestination\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"T\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\n\n\x06\x41\x43TIVE\x10\x02\x12\x0c\n\x08UPDATING\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04:\x9f\x01\xea\x41\x9b\x01\n1financialservices.googleapis.com/PredictionResult\x12\x66projects/{project_num}/locations/{location}/instances/{instance}/predictionResults/{prediction_result}\"\xaa\x01\n\x1cListPredictionResultsRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)financialservices.googleapis.com/Instance\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x9e\x01\n\x1dListPredictionResultsResponse\x12O\n\x12prediction_results\x18\x01 \x03(\x0b\x32\x33.google.cloud.financialservices.v1.PredictionResult\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"e\n\x1aGetPredictionResultRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1financialservices.googleapis.com/PredictionResult\"\xf3\x01\n\x1d\x43reatePredictionResultRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)financialservices.googleapis.com/Instance\x12!\n\x14prediction_result_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12S\n\x11prediction_result\x18\x03 \x01(\x0b\x32\x33.google.cloud.financialservices.v1.PredictionResultB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xc3\x01\n\x1dUpdatePredictionResultRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12S\n\x11prediction_result\x18\x02 \x01(\x0b\x32\x33.google.cloud.financialservices.v1.PredictionResultB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\"\x81\x01\n\x1d\x44\x65letePredictionResultRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1financialservices.googleapis.com/PredictionResult\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"\xe3\x01\n%ExportPredictionResultMetadataRequest\x12T\n\x11prediction_result\x18\x01 \x01(\tB9\xe0\x41\x02\xfa\x41\x33\n1financialservices.googleapis.com/PredictionResult\x12\x64\n\x1fstructured_metadata_destination\x18\x02 \x01(\x0b\x32\x36.google.cloud.financialservices.v1.BigQueryDestinationB\x03\xe0\x41\x02\"(\n&ExportPredictionResultMetadataResponseB\x84\x02\n%com.google.cloud.financialservices.v1B\x15PredictionResultProtoP\x01ZScloud.google.com/go/financialservices/apiv1/financialservicespb;financialservicespb\xaa\x02!Google.Cloud.FinancialServices.V1\xca\x02!Google\\Cloud\\FinancialServices\\V1\xea\x02$Google::Cloud::FinancialServices::V1b\x06proto3"
16
+
17
+ pool = Google::Protobuf::DescriptorPool.generated_pool
18
+
19
+ begin
20
+ pool.add_serialized_file(descriptor_data)
21
+ rescue TypeError
22
+ # Compatibility code: will be removed in the next major version.
23
+ require 'google/protobuf/descriptor_pb'
24
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
25
+ parsed.clear_dependency
26
+ serialized = parsed.class.encode(parsed)
27
+ file = pool.add_serialized_file(serialized)
28
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
29
+ imports = [
30
+ ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
31
+ ["google.cloud.financialservices.v1.BigQueryDestination", "google/cloud/financialservices/v1/bigquery_destination.proto"],
32
+ ["google.protobuf.FieldMask", "google/protobuf/field_mask.proto"],
33
+ ]
34
+ imports.each do |type_name, expected_filename|
35
+ import_file = pool.lookup(type_name).file_descriptor
36
+ if import_file.name != expected_filename
37
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
38
+ end
39
+ end
40
+ warn "Each proto file must use a consistent fully-qualified name."
41
+ warn "This will become an error in the next major version."
42
+ end
43
+
44
+ module Google
45
+ module Cloud
46
+ module FinancialServices
47
+ module V1
48
+ PredictionResult = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.PredictionResult").msgclass
49
+ PredictionResult::Outputs = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.PredictionResult.Outputs").msgclass
50
+ PredictionResult::State = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.PredictionResult.State").enummodule
51
+ ListPredictionResultsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ListPredictionResultsRequest").msgclass
52
+ ListPredictionResultsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ListPredictionResultsResponse").msgclass
53
+ GetPredictionResultRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.GetPredictionResultRequest").msgclass
54
+ CreatePredictionResultRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.CreatePredictionResultRequest").msgclass
55
+ UpdatePredictionResultRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.UpdatePredictionResultRequest").msgclass
56
+ DeletePredictionResultRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.DeletePredictionResultRequest").msgclass
57
+ ExportPredictionResultMetadataRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ExportPredictionResultMetadataRequest").msgclass
58
+ ExportPredictionResultMetadataResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.ExportPredictionResultMetadataResponse").msgclass
59
+ end
60
+ end
61
+ end
62
+ end
@@ -0,0 +1,57 @@
1
+ # frozen_string_literal: true
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: google/cloud/financialservices/v1/service.proto
4
+
5
+ require 'google/protobuf'
6
+
7
+ require 'google/api/annotations_pb'
8
+ require 'google/api/client_pb'
9
+ require 'google/api/field_behavior_pb'
10
+ require 'google/cloud/financialservices/v1/backtest_result_pb'
11
+ require 'google/cloud/financialservices/v1/dataset_pb'
12
+ require 'google/cloud/financialservices/v1/engine_config_pb'
13
+ require 'google/cloud/financialservices/v1/engine_version_pb'
14
+ require 'google/cloud/financialservices/v1/instance_pb'
15
+ require 'google/cloud/financialservices/v1/model_pb'
16
+ require 'google/cloud/financialservices/v1/prediction_result_pb'
17
+ require 'google/longrunning/operations_pb'
18
+ require 'google/protobuf/empty_pb'
19
+ require 'google/protobuf/timestamp_pb'
20
+
21
+
22
+ descriptor_data = "\n/google/cloud/financialservices/v1/service.proto\x12!google.cloud.financialservices.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x37google/cloud/financialservices/v1/backtest_result.proto\x1a/google/cloud/financialservices/v1/dataset.proto\x1a\x35google/cloud/financialservices/v1/engine_config.proto\x1a\x36google/cloud/financialservices/v1/engine_version.proto\x1a\x30google/cloud/financialservices/v1/instance.proto\x1a-google/cloud/financialservices/v1/model.proto\x1a\x39google/cloud/financialservices/v1/prediction_result.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x80\x02\n\x11OperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06target\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x06 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x07 \x01(\tB\x03\xe0\x41\x03\x32\xb0J\n\x03\x41ML\x12\xc2\x01\n\rListInstances\x12\x37.google.cloud.financialservices.v1.ListInstancesRequest\x1a\x38.google.cloud.financialservices.v1.ListInstancesResponse\">\xda\x41\x06parent\x82\xd3\xe4\x93\x02/\x12-/v1/{parent=projects/*/locations/*}/instances\x12\xaf\x01\n\x0bGetInstance\x12\x35.google.cloud.financialservices.v1.GetInstanceRequest\x1a+.google.cloud.financialservices.v1.Instance\"<\xda\x41\x04name\x82\xd3\xe4\x93\x02/\x12-/v1/{name=projects/*/locations/*/instances/*}\x12\xe8\x01\n\x0e\x43reateInstance\x12\x38.google.cloud.financialservices.v1.CreateInstanceRequest\x1a\x1d.google.longrunning.Operation\"}\xca\x41\x1d\n\x08Instance\x12\x11OperationMetadata\xda\x41\x1bparent,instance,instance_id\x82\xd3\xe4\x93\x02\x39\"-/v1/{parent=projects/*/locations/*}/instances:\x08instance\x12\xea\x01\n\x0eUpdateInstance\x12\x38.google.cloud.financialservices.v1.UpdateInstanceRequest\x1a\x1d.google.longrunning.Operation\"\x7f\xca\x41\x1d\n\x08Instance\x12\x11OperationMetadata\xda\x41\x14instance,update_mask\x82\xd3\xe4\x93\x02\x42\x32\x36/v1/{instance.name=projects/*/locations/*/instances/*}:\x08instance\x12\xd4\x01\n\x0e\x44\x65leteInstance\x12\x38.google.cloud.financialservices.v1.DeleteInstanceRequest\x1a\x1d.google.longrunning.Operation\"i\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02/*-/v1/{name=projects/*/locations/*/instances/*}\x12\xaf\x02\n\x17ImportRegisteredParties\x12\x41.google.cloud.financialservices.v1.ImportRegisteredPartiesRequest\x1a\x1d.google.longrunning.Operation\"\xb1\x01\xca\x41\x34\n\x1fImportRegisteredPartiesResponse\x12\x11OperationMetadata\xda\x41\'name,mode,line_of_business,party_tables\x82\xd3\xe4\x93\x02J\"E/v1/{name=projects/*/locations/*/instances/*}:importRegisteredParties:\x01*\x12\xa5\x02\n\x17\x45xportRegisteredParties\x12\x41.google.cloud.financialservices.v1.ExportRegisteredPartiesRequest\x1a\x1d.google.longrunning.Operation\"\xa7\x01\xca\x41\x34\n\x1f\x45xportRegisteredPartiesResponse\x12\x11OperationMetadata\xda\x41\x1dname,dataset,line_of_business\x82\xd3\xe4\x93\x02J\"E/v1/{name=projects/*/locations/*/instances/*}:exportRegisteredParties:\x01*\x12\xca\x01\n\x0cListDatasets\x12\x36.google.cloud.financialservices.v1.ListDatasetsRequest\x1a\x37.google.cloud.financialservices.v1.ListDatasetsResponse\"I\xda\x41\x06parent\x82\xd3\xe4\x93\x02:\x12\x38/v1/{parent=projects/*/locations/*/instances/*}/datasets\x12\xb7\x01\n\nGetDataset\x12\x34.google.cloud.financialservices.v1.GetDatasetRequest\x1a*.google.cloud.financialservices.v1.Dataset\"G\xda\x41\x04name\x82\xd3\xe4\x93\x02:\x12\x38/v1/{name=projects/*/locations/*/instances/*/datasets/*}\x12\xee\x01\n\rCreateDataset\x12\x37.google.cloud.financialservices.v1.CreateDatasetRequest\x1a\x1d.google.longrunning.Operation\"\x84\x01\xca\x41\x1c\n\x07\x44\x61taset\x12\x11OperationMetadata\xda\x41\x19parent,dataset,dataset_id\x82\xd3\xe4\x93\x02\x43\"8/v1/{parent=projects/*/locations/*/instances/*}/datasets:\x07\x64\x61taset\x12\xf0\x01\n\rUpdateDataset\x12\x37.google.cloud.financialservices.v1.UpdateDatasetRequest\x1a\x1d.google.longrunning.Operation\"\x86\x01\xca\x41\x1c\n\x07\x44\x61taset\x12\x11OperationMetadata\xda\x41\x13\x64\x61taset,update_mask\x82\xd3\xe4\x93\x02K2@/v1/{dataset.name=projects/*/locations/*/instances/*/datasets/*}:\x07\x64\x61taset\x12\xdd\x01\n\rDeleteDataset\x12\x37.google.cloud.financialservices.v1.DeleteDatasetRequest\x1a\x1d.google.longrunning.Operation\"t\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02:*8/v1/{name=projects/*/locations/*/instances/*/datasets/*}\x12\xc2\x01\n\nListModels\x12\x34.google.cloud.financialservices.v1.ListModelsRequest\x1a\x35.google.cloud.financialservices.v1.ListModelsResponse\"G\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{parent=projects/*/locations/*/instances/*}/models\x12\xaf\x01\n\x08GetModel\x12\x32.google.cloud.financialservices.v1.GetModelRequest\x1a(.google.cloud.financialservices.v1.Model\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{name=projects/*/locations/*/instances/*/models/*}\x12\xdf\x01\n\x0b\x43reateModel\x12\x35.google.cloud.financialservices.v1.CreateModelRequest\x1a\x1d.google.longrunning.Operation\"z\xca\x41\x1a\n\x05Model\x12\x11OperationMetadata\xda\x41\x15parent,model,model_id\x82\xd3\xe4\x93\x02?\"6/v1/{parent=projects/*/locations/*/instances/*}/models:\x05model\x12\xe1\x01\n\x0bUpdateModel\x12\x35.google.cloud.financialservices.v1.UpdateModelRequest\x1a\x1d.google.longrunning.Operation\"|\xca\x41\x1a\n\x05Model\x12\x11OperationMetadata\xda\x41\x11model,update_mask\x82\xd3\xe4\x93\x02\x45\x32</v1/{model.name=projects/*/locations/*/instances/*/models/*}:\x05model\x12\xa2\x02\n\x13\x45xportModelMetadata\x12=.google.cloud.financialservices.v1.ExportModelMetadataRequest\x1a\x1d.google.longrunning.Operation\"\xac\x01\xca\x41\x30\n\x1b\x45xportModelMetadataResponse\x12\x11OperationMetadata\xda\x41%model,structured_metadata_destination\x82\xd3\xe4\x93\x02K\"F/v1/{model=projects/*/locations/*/instances/*/models/*}:exportMetadata:\x01*\x12\xd7\x01\n\x0b\x44\x65leteModel\x12\x35.google.cloud.financialservices.v1.DeleteModelRequest\x1a\x1d.google.longrunning.Operation\"r\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38*6/v1/{name=projects/*/locations/*/instances/*/models/*}\x12\xde\x01\n\x11ListEngineConfigs\x12;.google.cloud.financialservices.v1.ListEngineConfigsRequest\x1a<.google.cloud.financialservices.v1.ListEngineConfigsResponse\"N\xda\x41\x06parent\x82\xd3\xe4\x93\x02?\x12=/v1/{parent=projects/*/locations/*/instances/*}/engineConfigs\x12\xcb\x01\n\x0fGetEngineConfig\x12\x39.google.cloud.financialservices.v1.GetEngineConfigRequest\x1a/.google.cloud.financialservices.v1.EngineConfig\"L\xda\x41\x04name\x82\xd3\xe4\x93\x02?\x12=/v1/{name=projects/*/locations/*/instances/*/engineConfigs/*}\x12\x94\x02\n\x12\x43reateEngineConfig\x12<.google.cloud.financialservices.v1.CreateEngineConfigRequest\x1a\x1d.google.longrunning.Operation\"\xa0\x01\xca\x41!\n\x0c\x45ngineConfig\x12\x11OperationMetadata\xda\x41%parent,engine_config,engine_config_id\x82\xd3\xe4\x93\x02N\"=/v1/{parent=projects/*/locations/*/instances/*}/engineConfigs:\rengine_config\x12\x96\x02\n\x12UpdateEngineConfig\x12<.google.cloud.financialservices.v1.UpdateEngineConfigRequest\x1a\x1d.google.longrunning.Operation\"\xa2\x01\xca\x41!\n\x0c\x45ngineConfig\x12\x11OperationMetadata\xda\x41\x19\x65ngine_config,update_mask\x82\xd3\xe4\x93\x02\\2K/v1/{engine_config.name=projects/*/locations/*/instances/*/engineConfigs/*}:\rengine_config\x12\xce\x02\n\x1a\x45xportEngineConfigMetadata\x12\x44.google.cloud.financialservices.v1.ExportEngineConfigMetadataRequest\x1a\x1d.google.longrunning.Operation\"\xca\x01\xca\x41\x37\n\"ExportEngineConfigMetadataResponse\x12\x11OperationMetadata\xda\x41-engine_config,structured_metadata_destination\x82\xd3\xe4\x93\x02Z\"U/v1/{engine_config=projects/*/locations/*/instances/*/engineConfigs/*}:exportMetadata:\x01*\x12\xec\x01\n\x12\x44\x65leteEngineConfig\x12<.google.cloud.financialservices.v1.DeleteEngineConfigRequest\x1a\x1d.google.longrunning.Operation\"y\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02?*=/v1/{name=projects/*/locations/*/instances/*/engineConfigs/*}\x12\xcf\x01\n\x10GetEngineVersion\x12:.google.cloud.financialservices.v1.GetEngineVersionRequest\x1a\x30.google.cloud.financialservices.v1.EngineVersion\"M\xda\x41\x04name\x82\xd3\xe4\x93\x02@\x12>/v1/{name=projects/*/locations/*/instances/*/engineVersions/*}\x12\xe2\x01\n\x12ListEngineVersions\x12<.google.cloud.financialservices.v1.ListEngineVersionsRequest\x1a=.google.cloud.financialservices.v1.ListEngineVersionsResponse\"O\xda\x41\x06parent\x82\xd3\xe4\x93\x02@\x12>/v1/{parent=projects/*/locations/*/instances/*}/engineVersions\x12\xee\x01\n\x15ListPredictionResults\x12?.google.cloud.financialservices.v1.ListPredictionResultsRequest\x1a@.google.cloud.financialservices.v1.ListPredictionResultsResponse\"R\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x43\x12\x41/v1/{parent=projects/*/locations/*/instances/*}/predictionResults\x12\xdb\x01\n\x13GetPredictionResult\x12=.google.cloud.financialservices.v1.GetPredictionResultRequest\x1a\x33.google.cloud.financialservices.v1.PredictionResult\"P\xda\x41\x04name\x82\xd3\xe4\x93\x02\x43\x12\x41/v1/{name=projects/*/locations/*/instances/*/predictionResults/*}\x12\xb0\x02\n\x16\x43reatePredictionResult\x12@.google.cloud.financialservices.v1.CreatePredictionResultRequest\x1a\x1d.google.longrunning.Operation\"\xb4\x01\xca\x41%\n\x10PredictionResult\x12\x11OperationMetadata\xda\x41-parent,prediction_result,prediction_result_id\x82\xd3\xe4\x93\x02V\"A/v1/{parent=projects/*/locations/*/instances/*}/predictionResults:\x11prediction_result\x12\xb2\x02\n\x16UpdatePredictionResult\x12@.google.cloud.financialservices.v1.UpdatePredictionResultRequest\x1a\x1d.google.longrunning.Operation\"\xb6\x01\xca\x41%\n\x10PredictionResult\x12\x11OperationMetadata\xda\x41\x1dprediction_result,update_mask\x82\xd3\xe4\x93\x02h2S/v1/{prediction_result.name=projects/*/locations/*/instances/*/predictionResults/*}:\x11prediction_result\x12\xe6\x02\n\x1e\x45xportPredictionResultMetadata\x12H.google.cloud.financialservices.v1.ExportPredictionResultMetadataRequest\x1a\x1d.google.longrunning.Operation\"\xda\x01\xca\x41;\n&ExportPredictionResultMetadataResponse\x12\x11OperationMetadata\xda\x41\x31prediction_result,structured_metadata_destination\x82\xd3\xe4\x93\x02\x62\"]/v1/{prediction_result=projects/*/locations/*/instances/*/predictionResults/*}:exportMetadata:\x01*\x12\xf8\x01\n\x16\x44\x65letePredictionResult\x12@.google.cloud.financialservices.v1.DeletePredictionResultRequest\x1a\x1d.google.longrunning.Operation\"}\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x43*A/v1/{name=projects/*/locations/*/instances/*/predictionResults/*}\x12\xe6\x01\n\x13ListBacktestResults\x12=.google.cloud.financialservices.v1.ListBacktestResultsRequest\x1a>.google.cloud.financialservices.v1.ListBacktestResultsResponse\"P\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x41\x12?/v1/{parent=projects/*/locations/*/instances/*}/backtestResults\x12\xd3\x01\n\x11GetBacktestResult\x12;.google.cloud.financialservices.v1.GetBacktestResultRequest\x1a\x31.google.cloud.financialservices.v1.BacktestResult\"N\xda\x41\x04name\x82\xd3\xe4\x93\x02\x41\x12?/v1/{name=projects/*/locations/*/instances/*/backtestResults/*}\x12\xa2\x02\n\x14\x43reateBacktestResult\x12>.google.cloud.financialservices.v1.CreateBacktestResultRequest\x1a\x1d.google.longrunning.Operation\"\xaa\x01\xca\x41#\n\x0e\x42\x61\x63ktestResult\x12\x11OperationMetadata\xda\x41)parent,backtest_result,backtest_result_id\x82\xd3\xe4\x93\x02R\"?/v1/{parent=projects/*/locations/*/instances/*}/backtestResults:\x0f\x62\x61\x63ktest_result\x12\xa4\x02\n\x14UpdateBacktestResult\x12>.google.cloud.financialservices.v1.UpdateBacktestResultRequest\x1a\x1d.google.longrunning.Operation\"\xac\x01\xca\x41#\n\x0e\x42\x61\x63ktestResult\x12\x11OperationMetadata\xda\x41\x1b\x62\x61\x63ktest_result,update_mask\x82\xd3\xe4\x93\x02\x62\x32O/v1/{backtest_result.name=projects/*/locations/*/instances/*/backtestResults/*}:\x0f\x62\x61\x63ktest_result\x12\xda\x02\n\x1c\x45xportBacktestResultMetadata\x12\x46.google.cloud.financialservices.v1.ExportBacktestResultMetadataRequest\x1a\x1d.google.longrunning.Operation\"\xd2\x01\xca\x41\x39\n$ExportBacktestResultMetadataResponse\x12\x11OperationMetadata\xda\x41/backtest_result,structured_metadata_destination\x82\xd3\xe4\x93\x02^\"Y/v1/{backtest_result=projects/*/locations/*/instances/*/backtestResults/*}:exportMetadata:\x01*\x12\xf2\x01\n\x14\x44\x65leteBacktestResult\x12>.google.cloud.financialservices.v1.DeleteBacktestResultRequest\x1a\x1d.google.longrunning.Operation\"{\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x41*?/v1/{name=projects/*/locations/*/instances/*/backtestResults/*}\x1aT\xca\x41 financialservices.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xfb\x01\n%com.google.cloud.financialservices.v1B\x0cServiceProtoP\x01ZScloud.google.com/go/financialservices/apiv1/financialservicespb;financialservicespb\xaa\x02!Google.Cloud.FinancialServices.V1\xca\x02!Google\\Cloud\\FinancialServices\\V1\xea\x02$Google::Cloud::FinancialServices::V1b\x06proto3"
23
+
24
+ pool = Google::Protobuf::DescriptorPool.generated_pool
25
+
26
+ begin
27
+ pool.add_serialized_file(descriptor_data)
28
+ rescue TypeError
29
+ # Compatibility code: will be removed in the next major version.
30
+ require 'google/protobuf/descriptor_pb'
31
+ parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
32
+ parsed.clear_dependency
33
+ serialized = parsed.class.encode(parsed)
34
+ file = pool.add_serialized_file(serialized)
35
+ warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
36
+ imports = [
37
+ ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
38
+ ]
39
+ imports.each do |type_name, expected_filename|
40
+ import_file = pool.lookup(type_name).file_descriptor
41
+ if import_file.name != expected_filename
42
+ warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
43
+ end
44
+ end
45
+ warn "Each proto file must use a consistent fully-qualified name."
46
+ warn "This will become an error in the next major version."
47
+ end
48
+
49
+ module Google
50
+ module Cloud
51
+ module FinancialServices
52
+ module V1
53
+ OperationMetadata = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.financialservices.v1.OperationMetadata").msgclass
54
+ end
55
+ end
56
+ end
57
+ end
@@ -0,0 +1,138 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # Source: google/cloud/financialservices/v1/service.proto for package 'Google.Cloud.FinancialServices.V1'
3
+ # Original file comments:
4
+ # Copyright 2025 Google LLC
5
+ #
6
+ # Licensed under the Apache License, Version 2.0 (the "License");
7
+ # you may not use this file except in compliance with the License.
8
+ # You may obtain a copy of the License at
9
+ #
10
+ # http://www.apache.org/licenses/LICENSE-2.0
11
+ #
12
+ # Unless required by applicable law or agreed to in writing, software
13
+ # distributed under the License is distributed on an "AS IS" BASIS,
14
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15
+ # See the License for the specific language governing permissions and
16
+ # limitations under the License.
17
+ #
18
+
19
+ require 'grpc'
20
+ require 'google/cloud/financialservices/v1/service_pb'
21
+
22
+ module Google
23
+ module Cloud
24
+ module FinancialServices
25
+ module V1
26
+ module AML
27
+ # The AML (Anti Money Laundering) service allows users to perform REST
28
+ # operations on aml.
29
+ class Service
30
+
31
+ include ::GRPC::GenericService
32
+
33
+ self.marshal_class_method = :encode
34
+ self.unmarshal_class_method = :decode
35
+ self.service_name = 'google.cloud.financialservices.v1.AML'
36
+
37
+ # Lists instances.
38
+ rpc :ListInstances, ::Google::Cloud::FinancialServices::V1::ListInstancesRequest, ::Google::Cloud::FinancialServices::V1::ListInstancesResponse
39
+ # Gets an instance.
40
+ rpc :GetInstance, ::Google::Cloud::FinancialServices::V1::GetInstanceRequest, ::Google::Cloud::FinancialServices::V1::Instance
41
+ # Creates an instance.
42
+ rpc :CreateInstance, ::Google::Cloud::FinancialServices::V1::CreateInstanceRequest, ::Google::Longrunning::Operation
43
+ # Updates the parameters of a single Instance.
44
+ rpc :UpdateInstance, ::Google::Cloud::FinancialServices::V1::UpdateInstanceRequest, ::Google::Longrunning::Operation
45
+ # Deletes an instance.
46
+ rpc :DeleteInstance, ::Google::Cloud::FinancialServices::V1::DeleteInstanceRequest, ::Google::Longrunning::Operation
47
+ # Imports the list of registered parties. See
48
+ # [Create and manage
49
+ # instances](https://cloud.google.com/financial-services/anti-money-laundering/docs/create-and-manage-instances#import-registered-parties)
50
+ # for information on the input schema and response for this method.
51
+ rpc :ImportRegisteredParties, ::Google::Cloud::FinancialServices::V1::ImportRegisteredPartiesRequest, ::Google::Longrunning::Operation
52
+ # Exports the list of registered parties. See
53
+ # [Create and manage
54
+ # instances](https://cloud.google.com/financial-services/anti-money-laundering/docs/create-and-manage-instances#export-registered-parties)
55
+ # for information on the output schema for this method.
56
+ rpc :ExportRegisteredParties, ::Google::Cloud::FinancialServices::V1::ExportRegisteredPartiesRequest, ::Google::Longrunning::Operation
57
+ # Lists datasets.
58
+ rpc :ListDatasets, ::Google::Cloud::FinancialServices::V1::ListDatasetsRequest, ::Google::Cloud::FinancialServices::V1::ListDatasetsResponse
59
+ # Gets a dataset.
60
+ rpc :GetDataset, ::Google::Cloud::FinancialServices::V1::GetDatasetRequest, ::Google::Cloud::FinancialServices::V1::Dataset
61
+ # Creates a dataset.
62
+ rpc :CreateDataset, ::Google::Cloud::FinancialServices::V1::CreateDatasetRequest, ::Google::Longrunning::Operation
63
+ # Updates the parameters of a single Dataset.
64
+ rpc :UpdateDataset, ::Google::Cloud::FinancialServices::V1::UpdateDatasetRequest, ::Google::Longrunning::Operation
65
+ # Deletes a dataset.
66
+ rpc :DeleteDataset, ::Google::Cloud::FinancialServices::V1::DeleteDatasetRequest, ::Google::Longrunning::Operation
67
+ # Lists models.
68
+ rpc :ListModels, ::Google::Cloud::FinancialServices::V1::ListModelsRequest, ::Google::Cloud::FinancialServices::V1::ListModelsResponse
69
+ # Gets a model.
70
+ rpc :GetModel, ::Google::Cloud::FinancialServices::V1::GetModelRequest, ::Google::Cloud::FinancialServices::V1::Model
71
+ # Creates a model.
72
+ rpc :CreateModel, ::Google::Cloud::FinancialServices::V1::CreateModelRequest, ::Google::Longrunning::Operation
73
+ # Updates the parameters of a single Model.
74
+ rpc :UpdateModel, ::Google::Cloud::FinancialServices::V1::UpdateModelRequest, ::Google::Longrunning::Operation
75
+ # Export governance information for a Model resource. For
76
+ # information on the exported fields, see
77
+ # [AML output data
78
+ # model](https://cloud.google.com/financial-services/anti-money-laundering/docs/reference/schemas/aml-output-data-model#model).
79
+ rpc :ExportModelMetadata, ::Google::Cloud::FinancialServices::V1::ExportModelMetadataRequest, ::Google::Longrunning::Operation
80
+ # Deletes a model.
81
+ rpc :DeleteModel, ::Google::Cloud::FinancialServices::V1::DeleteModelRequest, ::Google::Longrunning::Operation
82
+ # Lists engine configs.
83
+ rpc :ListEngineConfigs, ::Google::Cloud::FinancialServices::V1::ListEngineConfigsRequest, ::Google::Cloud::FinancialServices::V1::ListEngineConfigsResponse
84
+ # Gets an engine config.
85
+ rpc :GetEngineConfig, ::Google::Cloud::FinancialServices::V1::GetEngineConfigRequest, ::Google::Cloud::FinancialServices::V1::EngineConfig
86
+ # Creates an engine config.
87
+ rpc :CreateEngineConfig, ::Google::Cloud::FinancialServices::V1::CreateEngineConfigRequest, ::Google::Longrunning::Operation
88
+ # Updates the parameters of a single EngineConfig.
89
+ rpc :UpdateEngineConfig, ::Google::Cloud::FinancialServices::V1::UpdateEngineConfigRequest, ::Google::Longrunning::Operation
90
+ # Export governance information for an EngineConfig resource. For
91
+ # information on the exported fields, see
92
+ # [AML output data
93
+ # model](https://cloud.google.com/financial-services/anti-money-laundering/docs/reference/schemas/aml-output-data-model#engine-config).
94
+ rpc :ExportEngineConfigMetadata, ::Google::Cloud::FinancialServices::V1::ExportEngineConfigMetadataRequest, ::Google::Longrunning::Operation
95
+ # Deletes an engine config.
96
+ rpc :DeleteEngineConfig, ::Google::Cloud::FinancialServices::V1::DeleteEngineConfigRequest, ::Google::Longrunning::Operation
97
+ # Gets a single EngineVersion.
98
+ rpc :GetEngineVersion, ::Google::Cloud::FinancialServices::V1::GetEngineVersionRequest, ::Google::Cloud::FinancialServices::V1::EngineVersion
99
+ # Lists EngineVersions for given location.
100
+ rpc :ListEngineVersions, ::Google::Cloud::FinancialServices::V1::ListEngineVersionsRequest, ::Google::Cloud::FinancialServices::V1::ListEngineVersionsResponse
101
+ # List PredictionResults.
102
+ rpc :ListPredictionResults, ::Google::Cloud::FinancialServices::V1::ListPredictionResultsRequest, ::Google::Cloud::FinancialServices::V1::ListPredictionResultsResponse
103
+ # Gets a PredictionResult.
104
+ rpc :GetPredictionResult, ::Google::Cloud::FinancialServices::V1::GetPredictionResultRequest, ::Google::Cloud::FinancialServices::V1::PredictionResult
105
+ # Create a PredictionResult.
106
+ rpc :CreatePredictionResult, ::Google::Cloud::FinancialServices::V1::CreatePredictionResultRequest, ::Google::Longrunning::Operation
107
+ # Updates the parameters of a single PredictionResult.
108
+ rpc :UpdatePredictionResult, ::Google::Cloud::FinancialServices::V1::UpdatePredictionResultRequest, ::Google::Longrunning::Operation
109
+ # Export governance information for a PredictionResult resource. For
110
+ # information on the exported fields, see
111
+ # [AML output data
112
+ # model](https://cloud.google.com/financial-services/anti-money-laundering/docs/reference/schemas/aml-output-data-model#prediction-results).
113
+ rpc :ExportPredictionResultMetadata, ::Google::Cloud::FinancialServices::V1::ExportPredictionResultMetadataRequest, ::Google::Longrunning::Operation
114
+ # Deletes a PredictionResult.
115
+ rpc :DeletePredictionResult, ::Google::Cloud::FinancialServices::V1::DeletePredictionResultRequest, ::Google::Longrunning::Operation
116
+ # List BacktestResults.
117
+ rpc :ListBacktestResults, ::Google::Cloud::FinancialServices::V1::ListBacktestResultsRequest, ::Google::Cloud::FinancialServices::V1::ListBacktestResultsResponse
118
+ # Gets a BacktestResult.
119
+ rpc :GetBacktestResult, ::Google::Cloud::FinancialServices::V1::GetBacktestResultRequest, ::Google::Cloud::FinancialServices::V1::BacktestResult
120
+ # Create a BacktestResult.
121
+ rpc :CreateBacktestResult, ::Google::Cloud::FinancialServices::V1::CreateBacktestResultRequest, ::Google::Longrunning::Operation
122
+ # Updates the parameters of a single BacktestResult.
123
+ rpc :UpdateBacktestResult, ::Google::Cloud::FinancialServices::V1::UpdateBacktestResultRequest, ::Google::Longrunning::Operation
124
+ # Export governance information for a BacktestResult resource. For
125
+ # information on the exported fields, see
126
+ # [AML output data
127
+ # model](https://cloud.google.com/financial-services/anti-money-laundering/docs/reference/schemas/aml-output-data-model#backtest-results).
128
+ rpc :ExportBacktestResultMetadata, ::Google::Cloud::FinancialServices::V1::ExportBacktestResultMetadataRequest, ::Google::Longrunning::Operation
129
+ # Deletes a BacktestResult.
130
+ rpc :DeleteBacktestResult, ::Google::Cloud::FinancialServices::V1::DeleteBacktestResultRequest, ::Google::Longrunning::Operation
131
+ end
132
+
133
+ Stub = Service.rpc_stub_class
134
+ end
135
+ end
136
+ end
137
+ end
138
+ end
@@ -0,0 +1,21 @@
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
+ # This gem does not autoload during Bundler.require. To load this gem,
20
+ # issue explicit require statements for the packages desired, e.g.:
21
+ # require "google/cloud/financial_services/v1"
@@ -0,0 +1,4 @@
1
+ # Financial Services V1 Protocol Buffer Documentation
2
+
3
+ These files are for the YARD documentation of the generated protobuf files.
4
+ They are not intended to be required or loaded at runtime.