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
@@ -13,31 +13,8 @@ require 'google/protobuf/timestamp_pb'
13
13
 
14
14
  descriptor_data = "\n$google/cloud/dataplex/v1/tasks.proto\x12\x18google.cloud.dataplex.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a(google/cloud/dataplex/v1/resources.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9f\x16\n\x04Task\x12\x32\n\x04name\x18\x01 \x01(\tB$\xe0\x41\x03\xfa\x41\x1e\n\x1c\x64\x61taplex.googleapis.com/Task\x12\x10\n\x03uid\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12\x19\n\x0c\x64isplay_name\x18\x06 \x01(\tB\x03\xe0\x41\x01\x12\x33\n\x05state\x18\x07 \x01(\x0e\x32\x1f.google.cloud.dataplex.v1.StateB\x03\xe0\x41\x03\x12?\n\x06labels\x18\x08 \x03(\x0b\x32*.google.cloud.dataplex.v1.Task.LabelsEntryB\x03\xe0\x41\x01\x12\x45\n\x0ctrigger_spec\x18\x64 \x01(\x0b\x32*.google.cloud.dataplex.v1.Task.TriggerSpecB\x03\xe0\x41\x02\x12I\n\x0e\x65xecution_spec\x18\x65 \x01(\x0b\x32,.google.cloud.dataplex.v1.Task.ExecutionSpecB\x03\xe0\x41\x02\x12N\n\x10\x65xecution_status\x18\xc9\x01 \x01(\x0b\x32..google.cloud.dataplex.v1.Task.ExecutionStatusB\x03\xe0\x41\x03\x12@\n\x05spark\x18\xac\x02 \x01(\x0b\x32..google.cloud.dataplex.v1.Task.SparkTaskConfigH\x00\x12\x46\n\x08notebook\x18\xae\x02 \x01(\x0b\x32\x31.google.cloud.dataplex.v1.Task.NotebookTaskConfigH\x00\x1a\x9a\x06\n\x12InfrastructureSpec\x12X\n\x05\x62\x61tch\x18\x34 \x01(\x0b\x32G.google.cloud.dataplex.v1.Task.InfrastructureSpec.BatchComputeResourcesH\x00\x12\x62\n\x0f\x63ontainer_image\x18\x65 \x01(\x0b\x32G.google.cloud.dataplex.v1.Task.InfrastructureSpec.ContainerImageRuntimeH\x01\x12T\n\x0bvpc_network\x18\x96\x01 \x01(\x0b\x32<.google.cloud.dataplex.v1.Task.InfrastructureSpec.VpcNetworkH\x02\x1aW\n\x15\x42\x61tchComputeResources\x12\x1c\n\x0f\x65xecutors_count\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12 \n\x13max_executors_count\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x1a\x86\x02\n\x15\x43ontainerImageRuntime\x12\x12\n\x05image\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x16\n\tjava_jars\x18\x02 \x03(\tB\x03\xe0\x41\x01\x12\x1c\n\x0fpython_packages\x18\x03 \x03(\tB\x03\xe0\x41\x01\x12p\n\nproperties\x18\x04 \x03(\x0b\x32W.google.cloud.dataplex.v1.Task.InfrastructureSpec.ContainerImageRuntime.PropertiesEntryB\x03\xe0\x41\x01\x1a\x31\n\x0fPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1ak\n\nVpcNetwork\x12\x16\n\x07network\x18\x01 \x01(\tB\x03\xe0\x41\x01H\x00\x12\x1a\n\x0bsub_network\x18\x02 \x01(\tB\x03\xe0\x41\x01H\x00\x12\x19\n\x0cnetwork_tags\x18\x03 \x03(\tB\x03\xe0\x41\x01\x42\x0e\n\x0cnetwork_nameB\x0b\n\tresourcesB\t\n\x07runtimeB\t\n\x07network\x1a\x9a\x02\n\x0bTriggerSpec\x12\x45\n\x04type\x18\x05 \x01(\x0e\x32/.google.cloud.dataplex.v1.Task.TriggerSpec.TypeB\x06\xe0\x41\x02\xe0\x41\x05\x12\x33\n\nstart_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01\x12\x15\n\x08\x64isabled\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12\x18\n\x0bmax_retries\x18\x07 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\x08schedule\x18\x64 \x01(\tB\x03\xe0\x41\x01H\x00\":\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\r\n\tON_DEMAND\x10\x01\x12\r\n\tRECURRING\x10\x02\x42\t\n\x07trigger\x1a\x95\x02\n\rExecutionSpec\x12I\n\x04\x61rgs\x18\x04 \x03(\x0b\x32\x36.google.cloud.dataplex.v1.Task.ExecutionSpec.ArgsEntryB\x03\xe0\x41\x01\x12\x1c\n\x0fservice_account\x18\x05 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x07project\x18\x07 \x01(\tB\x03\xe0\x41\x01\x12\x42\n\x1amax_job_execution_lifetime\x18\x08 \x01(\x0b\x32\x19.google.protobuf.DurationB\x03\xe0\x41\x01\x12\x14\n\x07kms_key\x18\t \x01(\tB\x03\xe0\x41\x01\x1a+\n\tArgsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\xa5\x02\n\x0fSparkTaskConfig\x12\x1b\n\x11main_jar_file_uri\x18\x64 \x01(\tH\x00\x12\x14\n\nmain_class\x18\x65 \x01(\tH\x00\x12\x1c\n\x12python_script_file\x18\x66 \x01(\tH\x00\x12\x19\n\x0fsql_script_file\x18h \x01(\tH\x00\x12\x14\n\nsql_script\x18i \x01(\tH\x00\x12\x16\n\tfile_uris\x18\x03 \x03(\tB\x03\xe0\x41\x01\x12\x19\n\x0c\x61rchive_uris\x18\x04 \x03(\tB\x03\xe0\x41\x01\x12S\n\x13infrastructure_spec\x18\x06 \x01(\x0b\x32\x31.google.cloud.dataplex.v1.Task.InfrastructureSpecB\x03\xe0\x41\x01\x42\x08\n\x06\x64river\x1a\xb3\x01\n\x12NotebookTaskConfig\x12\x15\n\x08notebook\x18\x04 \x01(\tB\x03\xe0\x41\x02\x12S\n\x13infrastructure_spec\x18\x03 \x01(\x0b\x32\x31.google.cloud.dataplex.v1.Task.InfrastructureSpecB\x03\xe0\x41\x01\x12\x16\n\tfile_uris\x18\x05 \x03(\tB\x03\xe0\x41\x01\x12\x19\n\x0c\x61rchive_uris\x18\x06 \x03(\tB\x03\xe0\x41\x01\x1a\x7f\n\x0f\x45xecutionStatus\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x36\n\nlatest_job\x18\t \x01(\x0b\x32\x1d.google.cloud.dataplex.v1.JobB\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:d\xea\x41\x61\n\x1c\x64\x61taplex.googleapis.com/Task\x12\x41projects/{project}/locations/{location}/lakes/{lake}/tasks/{task}B\x08\n\x06\x63onfig\"\xc5\x07\n\x03Job\x12\x31\n\x04name\x18\x01 \x01(\tB#\xe0\x41\x03\xfa\x41\x1d\n\x1b\x64\x61taplex.googleapis.com/Job\x12\x10\n\x03uid\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12\x33\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x37\n\x05state\x18\x05 \x01(\x0e\x32#.google.cloud.dataplex.v1.Job.StateB\x03\xe0\x41\x03\x12\x18\n\x0bretry_count\x18\x06 \x01(\rB\x03\xe0\x41\x03\x12;\n\x07service\x18\x07 \x01(\x0e\x32%.google.cloud.dataplex.v1.Job.ServiceB\x03\xe0\x41\x03\x12\x18\n\x0bservice_job\x18\x08 \x01(\tB\x03\xe0\x41\x03\x12\x14\n\x07message\x18\t \x01(\tB\x03\xe0\x41\x03\x12>\n\x06labels\x18\n \x03(\x0b\x32).google.cloud.dataplex.v1.Job.LabelsEntryB\x03\xe0\x41\x03\x12;\n\x07trigger\x18\x0b \x01(\x0e\x32%.google.cloud.dataplex.v1.Job.TriggerB\x03\xe0\x41\x03\x12I\n\x0e\x65xecution_spec\x18\x64 \x01(\x0b\x32,.google.cloud.dataplex.v1.Task.ExecutionSpecB\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\"0\n\x07Service\x12\x17\n\x13SERVICE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44\x41TAPROC\x10\x01\"r\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07RUNNING\x10\x01\x12\x0e\n\nCANCELLING\x10\x02\x12\r\n\tCANCELLED\x10\x03\x12\r\n\tSUCCEEDED\x10\x04\x12\n\n\x06\x46\x41ILED\x10\x05\x12\x0b\n\x07\x41\x42ORTED\x10\x06\"D\n\x07Trigger\x12\x17\n\x13TRIGGER_UNSPECIFIED\x10\x00\x12\x0f\n\x0bTASK_CONFIG\x10\x01\x12\x0f\n\x0bRUN_REQUEST\x10\x02:n\xea\x41k\n\x1b\x64\x61taplex.googleapis.com/Job\x12Lprojects/{project}/locations/{location}/lakes/{lake}/tasks/{task}/jobs/{job}Bf\n\x1c\x63om.google.cloud.dataplex.v1B\nTasksProtoP\x01Z8cloud.google.com/go/dataplex/apiv1/dataplexpb;dataplexpbb\x06proto3"
15
15
 
16
- pool = Google::Protobuf::DescriptorPool.generated_pool
17
-
18
- begin
19
- pool.add_serialized_file(descriptor_data)
20
- rescue TypeError
21
- # Compatibility code: will be removed in the next major version.
22
- require 'google/protobuf/descriptor_pb'
23
- parsed = Google::Protobuf::FileDescriptorProto.decode(descriptor_data)
24
- parsed.clear_dependency
25
- serialized = parsed.class.encode(parsed)
26
- file = pool.add_serialized_file(serialized)
27
- warn "Warning: Protobuf detected an import path issue while loading generated file #{__FILE__}"
28
- imports = [
29
- ["google.protobuf.Timestamp", "google/protobuf/timestamp.proto"],
30
- ["google.protobuf.Duration", "google/protobuf/duration.proto"],
31
- ]
32
- imports.each do |type_name, expected_filename|
33
- import_file = pool.lookup(type_name).file_descriptor
34
- if import_file.name != expected_filename
35
- warn "- #{file.name} imports #{expected_filename}, but that import was loaded as #{import_file.name}"
36
- end
37
- end
38
- warn "Each proto file must use a consistent fully-qualified name."
39
- warn "This will become an error in the next major version."
40
- end
16
+ pool = ::Google::Protobuf::DescriptorPool.generated_pool
17
+ pool.add_serialized_file(descriptor_data)
41
18
 
42
19
  module Google
43
20
  module Cloud
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dataplex
23
23
  module V1
24
- VERSION = "2.9.0"
24
+ VERSION = "2.10.0"
25
25
  end
26
26
  end
27
27
  end
@@ -21,6 +21,7 @@ require "google/cloud/dataplex/v1/business_glossary_service"
21
21
  require "google/cloud/dataplex/v1/catalog_service"
22
22
  require "google/cloud/dataplex/v1/cmek_service"
23
23
  require "google/cloud/dataplex/v1/content_service"
24
+ require "google/cloud/dataplex/v1/data_product_service"
24
25
  require "google/cloud/dataplex/v1/data_taxonomy_service"
25
26
  require "google/cloud/dataplex/v1/data_scan_service"
26
27
  require "google/cloud/dataplex/v1/metadata_service"
@@ -31,6 +31,8 @@ module Google
31
31
  # @!attribute [rw] selective_gapic_generation
32
32
  # @return [::Google::Api::SelectiveGapicGeneration]
33
33
  # Configuration for which RPCs should be generated in the GAPIC client.
34
+ #
35
+ # Note: This field should not be used in most cases.
34
36
  class CommonLanguageSettings
35
37
  include ::Google::Protobuf::MessageExts
36
38
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -141,9 +143,10 @@ module Google
141
143
  #
142
144
  # Example of a YAML configuration::
143
145
  #
144
- # publishing:
145
- # java_settings:
146
- # library_package: com.google.cloud.pubsub.v1
146
+ # publishing:
147
+ # library_settings:
148
+ # java_settings:
149
+ # library_package: com.google.cloud.pubsub.v1
147
150
  # @!attribute [rw] service_class_names
148
151
  # @return [::Google::Protobuf::Map{::String => ::String}]
149
152
  # Configure the Java class name to use instead of the service's for its
@@ -155,11 +158,11 @@ module Google
155
158
  #
156
159
  # Example of a YAML configuration::
157
160
  #
158
- # publishing:
159
- # java_settings:
160
- # service_class_names:
161
- # - google.pubsub.v1.Publisher: TopicAdmin
162
- # - google.pubsub.v1.Subscriber: SubscriptionAdmin
161
+ # publishing:
162
+ # java_settings:
163
+ # service_class_names:
164
+ # - google.pubsub.v1.Publisher: TopicAdmin
165
+ # - google.pubsub.v1.Subscriber: SubscriptionAdmin
163
166
  # @!attribute [rw] common
164
167
  # @return [::Google::Api::CommonLanguageSettings]
165
168
  # Some settings.
@@ -190,6 +193,20 @@ module Google
190
193
  # @!attribute [rw] common
191
194
  # @return [::Google::Api::CommonLanguageSettings]
192
195
  # Some settings.
196
+ # @!attribute [rw] library_package
197
+ # @return [::String]
198
+ # The package name to use in Php. Clobbers the php_namespace option
199
+ # set in the protobuf. This should be used **only** by APIs
200
+ # who have already set the language_settings.php.package_name" field
201
+ # in gapic.yaml. API teams should use the protobuf php_namespace option
202
+ # where possible.
203
+ #
204
+ # Example of a YAML configuration::
205
+ #
206
+ # publishing:
207
+ # library_settings:
208
+ # php_settings:
209
+ # library_package: Google\Cloud\PubSub\V1
193
210
  class PhpSettings
194
211
  include ::Google::Protobuf::MessageExts
195
212
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -318,10 +335,12 @@ module Google
318
335
  # service names and values are the name to be used for the service client
319
336
  # and call options.
320
337
  #
321
- # publishing:
322
- # go_settings:
323
- # renamed_services:
324
- # Publisher: TopicAdmin
338
+ # Example:
339
+ #
340
+ # publishing:
341
+ # go_settings:
342
+ # renamed_services:
343
+ # Publisher: TopicAdmin
325
344
  class GoSettings
326
345
  include ::Google::Protobuf::MessageExts
327
346
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -344,10 +363,10 @@ module Google
344
363
  #
345
364
  # Example:
346
365
  #
347
- # publishing:
348
- # method_settings:
349
- # - selector: google.storage.control.v2.StorageControl.CreateFolder
350
- # # method settings for CreateFolder...
366
+ # publishing:
367
+ # method_settings:
368
+ # - selector: google.storage.control.v2.StorageControl.CreateFolder
369
+ # # method settings for CreateFolder...
351
370
  # @!attribute [rw] long_running
352
371
  # @return [::Google::Api::MethodSettings::LongRunning]
353
372
  # Describes settings to use for long-running operations when generating
@@ -356,14 +375,14 @@ module Google
356
375
  #
357
376
  # Example of a YAML configuration::
358
377
  #
359
- # publishing:
360
- # method_settings:
361
- # - selector: google.cloud.speech.v2.Speech.BatchRecognize
362
- # long_running:
363
- # initial_poll_delay: 60s # 1 minute
364
- # poll_delay_multiplier: 1.5
365
- # max_poll_delay: 360s # 6 minutes
366
- # total_poll_timeout: 54000s # 90 minutes
378
+ # publishing:
379
+ # method_settings:
380
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
381
+ # long_running:
382
+ # initial_poll_delay: 60s # 1 minute
383
+ # poll_delay_multiplier: 1.5
384
+ # max_poll_delay: 360s # 6 minutes
385
+ # total_poll_timeout: 54000s # 90 minutes
367
386
  # @!attribute [rw] auto_populated_fields
368
387
  # @return [::Array<::String>]
369
388
  # List of top-level fields of the request message, that should be
@@ -372,11 +391,24 @@ module Google
372
391
  #
373
392
  # Example of a YAML configuration:
374
393
  #
375
- # publishing:
376
- # method_settings:
377
- # - selector: google.example.v1.ExampleService.CreateExample
378
- # auto_populated_fields:
379
- # - request_id
394
+ # publishing:
395
+ # method_settings:
396
+ # - selector: google.example.v1.ExampleService.CreateExample
397
+ # auto_populated_fields:
398
+ # - request_id
399
+ # @!attribute [rw] batching
400
+ # @return [::Google::Api::BatchingConfigProto]
401
+ # Batching configuration for an API method in client libraries.
402
+ #
403
+ # Example of a YAML configuration:
404
+ #
405
+ # publishing:
406
+ # method_settings:
407
+ # - selector: google.example.v1.ExampleService.BatchCreateExample
408
+ # batching:
409
+ # element_count_threshold: 1000
410
+ # request_byte_threshold: 100000000
411
+ # delay_threshold_millis: 10
380
412
  class MethodSettings
381
413
  include ::Google::Protobuf::MessageExts
382
414
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -411,6 +443,8 @@ module Google
411
443
 
412
444
  # This message is used to configure the generation of a subset of the RPCs in
413
445
  # a service for client libraries.
446
+ #
447
+ # Note: This feature should not be used in most cases.
414
448
  # @!attribute [rw] methods
415
449
  # @return [::Array<::String>]
416
450
  # An allowlist of the fully qualified names of RPCs that should be included
@@ -428,6 +462,77 @@ module Google
428
462
  extend ::Google::Protobuf::MessageExts::ClassMethods
429
463
  end
430
464
 
465
+ # `BatchingConfigProto` defines the batching configuration for an API method.
466
+ # @!attribute [rw] thresholds
467
+ # @return [::Google::Api::BatchingSettingsProto]
468
+ # The thresholds which trigger a batched request to be sent.
469
+ # @!attribute [rw] batch_descriptor
470
+ # @return [::Google::Api::BatchingDescriptorProto]
471
+ # The request and response fields used in batching.
472
+ class BatchingConfigProto
473
+ include ::Google::Protobuf::MessageExts
474
+ extend ::Google::Protobuf::MessageExts::ClassMethods
475
+ end
476
+
477
+ # `BatchingSettingsProto` specifies a set of batching thresholds, each of
478
+ # which acts as a trigger to send a batch of messages as a request. At least
479
+ # one threshold must be positive nonzero.
480
+ # @!attribute [rw] element_count_threshold
481
+ # @return [::Integer]
482
+ # The number of elements of a field collected into a batch which, if
483
+ # exceeded, causes the batch to be sent.
484
+ # @!attribute [rw] request_byte_threshold
485
+ # @return [::Integer]
486
+ # The aggregated size of the batched field which, if exceeded, causes the
487
+ # batch to be sent. This size is computed by aggregating the sizes of the
488
+ # request field to be batched, not of the entire request message.
489
+ # @!attribute [rw] delay_threshold
490
+ # @return [::Google::Protobuf::Duration]
491
+ # The duration after which a batch should be sent, starting from the addition
492
+ # of the first message to that batch.
493
+ # @!attribute [rw] element_count_limit
494
+ # @return [::Integer]
495
+ # The maximum number of elements collected in a batch that could be accepted
496
+ # by server.
497
+ # @!attribute [rw] request_byte_limit
498
+ # @return [::Integer]
499
+ # The maximum size of the request that could be accepted by server.
500
+ # @!attribute [rw] flow_control_element_limit
501
+ # @return [::Integer]
502
+ # The maximum number of elements allowed by flow control.
503
+ # @!attribute [rw] flow_control_byte_limit
504
+ # @return [::Integer]
505
+ # The maximum size of data allowed by flow control.
506
+ # @!attribute [rw] flow_control_limit_exceeded_behavior
507
+ # @return [::Google::Api::FlowControlLimitExceededBehaviorProto]
508
+ # The behavior to take when the flow control limit is exceeded.
509
+ class BatchingSettingsProto
510
+ include ::Google::Protobuf::MessageExts
511
+ extend ::Google::Protobuf::MessageExts::ClassMethods
512
+ end
513
+
514
+ # `BatchingDescriptorProto` specifies the fields of the request message to be
515
+ # used for batching, and, optionally, the fields of the response message to be
516
+ # used for demultiplexing.
517
+ # @!attribute [rw] batched_field
518
+ # @return [::String]
519
+ # The repeated field in the request message to be aggregated by batching.
520
+ # @!attribute [rw] discriminator_fields
521
+ # @return [::Array<::String>]
522
+ # A list of the fields in the request message. Two requests will be batched
523
+ # together only if the values of every field specified in
524
+ # `request_discriminator_fields` is equal between the two requests.
525
+ # @!attribute [rw] subresponse_field
526
+ # @return [::String]
527
+ # Optional. When present, indicates the field in the response message to be
528
+ # used to demultiplex the response into multiple response messages, in
529
+ # correspondence with the multiple request messages originally batched
530
+ # together.
531
+ class BatchingDescriptorProto
532
+ include ::Google::Protobuf::MessageExts
533
+ extend ::Google::Protobuf::MessageExts::ClassMethods
534
+ end
535
+
431
536
  # The organization for which the client libraries are being published.
432
537
  # Affects the url where generated docs are published, etc.
433
538
  module ClientLibraryOrganization
@@ -469,5 +574,20 @@ module Google
469
574
  # Publish the library to package managers like nuget.org and npmjs.com.
470
575
  PACKAGE_MANAGER = 20
471
576
  end
577
+
578
+ # The behavior to take when the flow control limit is exceeded.
579
+ module FlowControlLimitExceededBehaviorProto
580
+ # Default behavior, system-defined.
581
+ UNSET_BEHAVIOR = 0
582
+
583
+ # Stop operation, raise error.
584
+ THROW_EXCEPTION = 1
585
+
586
+ # Pause operation until limit clears.
587
+ BLOCK = 2
588
+
589
+ # Continue operation, disregard limit.
590
+ IGNORE = 3
591
+ end
472
592
  end
473
593
  end
@@ -0,0 +1,263 @@
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
+ # Represents a proposed change to a metadata resource.
25
+ # @!attribute [rw] name
26
+ # @return [::String]
27
+ # Identifier. The relative resource name of the ChangeRequest, of the form:
28
+ # projects/\\{project_number}/locations/\\{location_id}/changeRequests/\\{change_request_id}
29
+ # @!attribute [r] uid
30
+ # @return [::String]
31
+ # Output only. System generated globally unique ID for the ChangeRequest.
32
+ # @!attribute [r] create_time
33
+ # @return [::Google::Protobuf::Timestamp]
34
+ # Output only. The time when the ChangeRequest was created.
35
+ # @!attribute [r] update_time
36
+ # @return [::Google::Protobuf::Timestamp]
37
+ # Output only. The time when the ChangeRequest was last updated.
38
+ # @!attribute [rw] justification
39
+ # @return [::String]
40
+ # Optional. Justification of the ChangeRequest. This should explain
41
+ # *why* the change is needed or why it should be approved.
42
+ # @!attribute [rw] labels
43
+ # @return [::Google::Protobuf::Map{::String => ::String}]
44
+ # Optional. User-defined labels for the ChangeRequest.
45
+ # @!attribute [r] author
46
+ # @return [::String]
47
+ # Output only. The email address of the user who created the ChangeRequest.
48
+ # @!attribute [r] state
49
+ # @return [::Google::Cloud::Dataplex::V1::ChangeRequest::State]
50
+ # Output only. The current state of the ChangeRequest.
51
+ # @!attribute [r] resource
52
+ # @return [::String]
53
+ # Output only. The full resource name of the target resource to be modified.
54
+ # Example:
55
+ # //dataplex.googleapis.com/projects/my-project/locations/us-central1/entryGroups/my-group/entries/my-entry
56
+ # @!attribute [rw] create_entry
57
+ # @return [::Google::Cloud::Dataplex::V1::CreateEntryRequest]
58
+ # Payload for creating an Entry.
59
+ #
60
+ # Note: The following fields are mutually exclusive: `create_entry`, `update_entry`, `delete_entry`, `create_entry_link`, `delete_entry_link`, `create_glossary`, `update_glossary`, `delete_glossary`, `create_glossary_category`, `update_glossary_category`, `delete_glossary_category`, `create_glossary_term`, `update_glossary_term`, `delete_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
61
+ # @!attribute [rw] update_entry
62
+ # @return [::Google::Cloud::Dataplex::V1::UpdateEntryRequest]
63
+ # Payload for updating an Entry.
64
+ #
65
+ # Note: The following fields are mutually exclusive: `update_entry`, `create_entry`, `delete_entry`, `create_entry_link`, `delete_entry_link`, `create_glossary`, `update_glossary`, `delete_glossary`, `create_glossary_category`, `update_glossary_category`, `delete_glossary_category`, `create_glossary_term`, `update_glossary_term`, `delete_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
66
+ # @!attribute [rw] delete_entry
67
+ # @return [::Google::Cloud::Dataplex::V1::DeleteEntryRequest]
68
+ # Payload for deleting an Entry.
69
+ #
70
+ # Note: The following fields are mutually exclusive: `delete_entry`, `create_entry`, `update_entry`, `create_entry_link`, `delete_entry_link`, `create_glossary`, `update_glossary`, `delete_glossary`, `create_glossary_category`, `update_glossary_category`, `delete_glossary_category`, `create_glossary_term`, `update_glossary_term`, `delete_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
71
+ # @!attribute [rw] create_entry_link
72
+ # @return [::Google::Cloud::Dataplex::V1::CreateEntryLinkRequest]
73
+ # Payload for creating an EntryLink.
74
+ #
75
+ # Note: The following fields are mutually exclusive: `create_entry_link`, `create_entry`, `update_entry`, `delete_entry`, `delete_entry_link`, `create_glossary`, `update_glossary`, `delete_glossary`, `create_glossary_category`, `update_glossary_category`, `delete_glossary_category`, `create_glossary_term`, `update_glossary_term`, `delete_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
76
+ # @!attribute [rw] delete_entry_link
77
+ # @return [::Google::Cloud::Dataplex::V1::DeleteEntryLinkRequest]
78
+ # Payload for deleting an EntryLink.
79
+ #
80
+ # Note: The following fields are mutually exclusive: `delete_entry_link`, `create_entry`, `update_entry`, `delete_entry`, `create_entry_link`, `create_glossary`, `update_glossary`, `delete_glossary`, `create_glossary_category`, `update_glossary_category`, `delete_glossary_category`, `create_glossary_term`, `update_glossary_term`, `delete_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
81
+ # @!attribute [rw] create_glossary
82
+ # @return [::Google::Cloud::Dataplex::V1::CreateGlossaryRequest]
83
+ # Payload for creating a Glossary.
84
+ #
85
+ # Note: The following fields are mutually exclusive: `create_glossary`, `create_entry`, `update_entry`, `delete_entry`, `create_entry_link`, `delete_entry_link`, `update_glossary`, `delete_glossary`, `create_glossary_category`, `update_glossary_category`, `delete_glossary_category`, `create_glossary_term`, `update_glossary_term`, `delete_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
86
+ # @!attribute [rw] update_glossary
87
+ # @return [::Google::Cloud::Dataplex::V1::UpdateGlossaryRequest]
88
+ # Payload for updating a Glossary.
89
+ #
90
+ # Note: The following fields are mutually exclusive: `update_glossary`, `create_entry`, `update_entry`, `delete_entry`, `create_entry_link`, `delete_entry_link`, `create_glossary`, `delete_glossary`, `create_glossary_category`, `update_glossary_category`, `delete_glossary_category`, `create_glossary_term`, `update_glossary_term`, `delete_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
91
+ # @!attribute [rw] delete_glossary
92
+ # @return [::Google::Cloud::Dataplex::V1::DeleteGlossaryRequest]
93
+ # Payload for deleting a Glossary.
94
+ #
95
+ # Note: The following fields are mutually exclusive: `delete_glossary`, `create_entry`, `update_entry`, `delete_entry`, `create_entry_link`, `delete_entry_link`, `create_glossary`, `update_glossary`, `create_glossary_category`, `update_glossary_category`, `delete_glossary_category`, `create_glossary_term`, `update_glossary_term`, `delete_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
96
+ # @!attribute [rw] create_glossary_category
97
+ # @return [::Google::Cloud::Dataplex::V1::CreateGlossaryCategoryRequest]
98
+ # Payload for creating a GlossaryCategory.
99
+ #
100
+ # Note: The following fields are mutually exclusive: `create_glossary_category`, `create_entry`, `update_entry`, `delete_entry`, `create_entry_link`, `delete_entry_link`, `create_glossary`, `update_glossary`, `delete_glossary`, `update_glossary_category`, `delete_glossary_category`, `create_glossary_term`, `update_glossary_term`, `delete_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
101
+ # @!attribute [rw] update_glossary_category
102
+ # @return [::Google::Cloud::Dataplex::V1::UpdateGlossaryCategoryRequest]
103
+ # Payload for updating a GlossaryCategory.
104
+ #
105
+ # Note: The following fields are mutually exclusive: `update_glossary_category`, `create_entry`, `update_entry`, `delete_entry`, `create_entry_link`, `delete_entry_link`, `create_glossary`, `update_glossary`, `delete_glossary`, `create_glossary_category`, `delete_glossary_category`, `create_glossary_term`, `update_glossary_term`, `delete_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
106
+ # @!attribute [rw] delete_glossary_category
107
+ # @return [::Google::Cloud::Dataplex::V1::DeleteGlossaryCategoryRequest]
108
+ # Payload for deleting a GlossaryCategory.
109
+ #
110
+ # Note: The following fields are mutually exclusive: `delete_glossary_category`, `create_entry`, `update_entry`, `delete_entry`, `create_entry_link`, `delete_entry_link`, `create_glossary`, `update_glossary`, `delete_glossary`, `create_glossary_category`, `update_glossary_category`, `create_glossary_term`, `update_glossary_term`, `delete_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
111
+ # @!attribute [rw] create_glossary_term
112
+ # @return [::Google::Cloud::Dataplex::V1::CreateGlossaryTermRequest]
113
+ # Payload for creating a GlossaryTerm.
114
+ #
115
+ # Note: The following fields are mutually exclusive: `create_glossary_term`, `create_entry`, `update_entry`, `delete_entry`, `create_entry_link`, `delete_entry_link`, `create_glossary`, `update_glossary`, `delete_glossary`, `create_glossary_category`, `update_glossary_category`, `delete_glossary_category`, `update_glossary_term`, `delete_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
116
+ # @!attribute [rw] update_glossary_term
117
+ # @return [::Google::Cloud::Dataplex::V1::UpdateGlossaryTermRequest]
118
+ # Payload for updating a GlossaryTerm.
119
+ #
120
+ # Note: The following fields are mutually exclusive: `update_glossary_term`, `create_entry`, `update_entry`, `delete_entry`, `create_entry_link`, `delete_entry_link`, `create_glossary`, `update_glossary`, `delete_glossary`, `create_glossary_category`, `update_glossary_category`, `delete_glossary_category`, `create_glossary_term`, `delete_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
121
+ # @!attribute [rw] delete_glossary_term
122
+ # @return [::Google::Cloud::Dataplex::V1::DeleteGlossaryTermRequest]
123
+ # Payload for deleting a GlossaryTerm.
124
+ #
125
+ # Note: The following fields are mutually exclusive: `delete_glossary_term`, `create_entry`, `update_entry`, `delete_entry`, `create_entry_link`, `delete_entry_link`, `create_glossary`, `update_glossary`, `delete_glossary`, `create_glossary_category`, `update_glossary_category`, `delete_glossary_category`, `create_glossary_term`, `update_glossary_term`, `data_product_access_request`. If a field in that set is populated, all other fields in the set will automatically be cleared.
126
+ # @!attribute [rw] data_product_access_request
127
+ # @return [::Google::Cloud::Dataplex::V1::DataProductAccessRequest]
128
+ # Payload for Data Product access request.
129
+ #
130
+ # Note: The following fields are mutually exclusive: `data_product_access_request`, `create_entry`, `update_entry`, `delete_entry`, `create_entry_link`, `delete_entry_link`, `create_glossary`, `update_glossary`, `delete_glossary`, `create_glossary_category`, `update_glossary_category`, `delete_glossary_category`, `create_glossary_term`, `update_glossary_term`, `delete_glossary_term`. If a field in that set is populated, all other fields in the set will automatically be cleared.
131
+ # @!attribute [r] change_type
132
+ # @return [::Google::Cloud::Dataplex::V1::ChangeRequest::ChangeType]
133
+ # Output only. The type of change represented by the change_payload.
134
+ # This field is derived from the populated field in the change_payload oneof.
135
+ # @!attribute [r] rejection_comment
136
+ # @return [::String]
137
+ # Output only. The reason provided for rejecting the ChangeRequest.
138
+ # @!attribute [r] approver
139
+ # @return [::String]
140
+ # Output only. The email address of the user who approved/rejected the
141
+ # ChangeRequest.
142
+ # @!attribute [rw] etag
143
+ # @return [::String]
144
+ # Optional. This checksum is computed by the service. It can be sent on
145
+ # update and delete requests to ensure the client has an up-to-date value
146
+ # before proceeding.
147
+ class ChangeRequest
148
+ include ::Google::Protobuf::MessageExts
149
+ extend ::Google::Protobuf::MessageExts::ClassMethods
150
+
151
+ # @!attribute [rw] key
152
+ # @return [::String]
153
+ # @!attribute [rw] value
154
+ # @return [::String]
155
+ class LabelsEntry
156
+ include ::Google::Protobuf::MessageExts
157
+ extend ::Google::Protobuf::MessageExts::ClassMethods
158
+ end
159
+
160
+ # Possible states of a ChangeRequest.
161
+ module State
162
+ # State unspecified.
163
+ STATE_UNSPECIFIED = 0
164
+
165
+ # The change is proposed and new.
166
+ NEW = 1
167
+
168
+ # The change has been approved.
169
+ APPROVED = 2
170
+
171
+ # The change has been rejected.
172
+ REJECTED = 3
173
+
174
+ # The change request has expired.
175
+ EXPIRED = 4
176
+
177
+ # The approved change has been revoked.
178
+ REVOKED = 5
179
+ end
180
+
181
+ # Enum representing the type of change in the payload.
182
+ module ChangeType
183
+ # State unspecified.
184
+ CHANGE_TYPE_UNSPECIFIED = 0
185
+
186
+ # Request to create an Entry.
187
+ CREATE_ENTRY = 1
188
+
189
+ # Request to update an Entry.
190
+ UPDATE_ENTRY = 2
191
+
192
+ # Request to delete an Entry.
193
+ DELETE_ENTRY = 3
194
+
195
+ # Request to create an EntryLink.
196
+ CREATE_ENTRY_LINK = 4
197
+
198
+ # Request to delete an EntryLink.
199
+ DELETE_ENTRY_LINK = 5
200
+
201
+ # Request to create a Glossary.
202
+ CREATE_GLOSSARY = 7
203
+
204
+ # Request to update a Glossary.
205
+ UPDATE_GLOSSARY = 8
206
+
207
+ # Request to delete a Glossary.
208
+ DELETE_GLOSSARY = 9
209
+
210
+ # Request to create a GlossaryCategory.
211
+ CREATE_GLOSSARY_CATEGORY = 10
212
+
213
+ # Request to update a GlossaryCategory.
214
+ UPDATE_GLOSSARY_CATEGORY = 11
215
+
216
+ # Request to delete a GlossaryCategory.
217
+ DELETE_GLOSSARY_CATEGORY = 13
218
+
219
+ # Request to create a GlossaryTerm.
220
+ CREATE_GLOSSARY_TERM = 14
221
+
222
+ # Request to update a GlossaryTerm.
223
+ UPDATE_GLOSSARY_TERM = 15
224
+
225
+ # Request to delete a GlossaryTerm.
226
+ DELETE_GLOSSARY_TERM = 17
227
+
228
+ # Request to request Data Product access.
229
+ REQUEST_DATA_PRODUCT_ACCESS = 33
230
+ end
231
+ end
232
+
233
+ # Message for requesting access to a Data Product. This will be used to
234
+ # create a ChangeRequest of type REQUEST_DATA_PRODUCT_ACCESS.
235
+ # @!attribute [rw] parent
236
+ # @return [::String]
237
+ # Required. The resource name of the data product.
238
+ # Format:
239
+ # projects/\\{project_number}/locations/\\{location_id}/dataProducts/\\{data_product_id}
240
+ # @!attribute [rw] access_group_id
241
+ # @return [::String]
242
+ # Required. The ID of the access group for which access is being requested.
243
+ # This corresponds to the unique identifier of the AccessGroup defined in the
244
+ # Data Product.
245
+ # @!attribute [r] access_group_display_name
246
+ # @return [::String]
247
+ # Output only. The display name of the access group defined in the Data
248
+ # Product for which access is being requested.
249
+ # @!attribute [rw] requested_principal
250
+ # @return [::String]
251
+ # Optional. The principal for which access is being requested in IAM format.
252
+ # If not specified, the requestor's principal will be used.
253
+ # Example: `serviceAccount:my-sa@my-project.iam.gserviceaccount.com`.
254
+ # Only service account principals are currently supported.
255
+ # https://cloud.google.com/iam/docs/principal-identifiers
256
+ class DataProductAccessRequest
257
+ include ::Google::Protobuf::MessageExts
258
+ extend ::Google::Protobuf::MessageExts::ClassMethods
259
+ end
260
+ end
261
+ end
262
+ end
263
+ end