1- // Copyright 2024 Google LLC
1+ // Copyright 2025 Google LLC
22//
33// Licensed under the Apache License, Version 2.0 (the "License");
44// you may not use this file except in compliance with the License.
@@ -23,10 +23,13 @@ import "google/cloud/financialservices/v1/line_of_business.proto";
2323import "google/protobuf/field_mask.proto" ;
2424import "google/protobuf/timestamp.proto" ;
2525
26+ option csharp_namespace = "Google.Cloud.FinancialServices.V1" ;
2627option go_package = "cloud.google.com/go/financialservices/apiv1/financialservicespb;financialservicespb" ;
2728option java_multiple_files = true ;
2829option java_outer_classname = "InstanceProto" ;
2930option java_package = "com.google.cloud.financialservices.v1" ;
31+ option php_namespace = "Google\\Cloud\\FinancialServices\\V1" ;
32+ option ruby_package = "Google::Cloud::FinancialServices::V1" ;
3033
3134// Instance is a container for the rest of API resources.
3235// Only resources in the same instance can interact with each other.
@@ -58,7 +61,7 @@ message Instance {
5861 }
5962
6063 // Output only. The full path to the Instance resource in this API.
61- // format: " projects/{project}/locations/{location}/instances/{instance}"
64+ // format: ` projects/{project}/locations/{location}/instances/{instance}`
6265 string name = 1 [(google.api.field_behavior ) = OUTPUT_ONLY ];
6366
6467 // Output only. Timestamp when the Instance was created.
@@ -80,7 +83,7 @@ message Instance {
8083
8184 // Required. The KMS key name used for CMEK (encryption-at-rest).
8285 // format:
83- // " projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}"
86+ // ` projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{cryptoKey}`
8487 // VPC-SC restrictions apply.
8588 string kms_key = 6 [(google.api.field_behavior ) = REQUIRED ];
8689}
@@ -244,7 +247,7 @@ message ImportRegisteredPartiesRequest {
244247 }
245248
246249 // Required. The full path to the Instance resource in this API.
247- // format: " projects/{project}/locations/{location}/instances/{instance}"
250+ // format: ` projects/{project}/locations/{location}/instances/{instance}`
248251 string name = 1 [
249252 (google.api.field_behavior ) = REQUIRED ,
250253 (google.api.resource_reference ) = {
@@ -254,7 +257,7 @@ message ImportRegisteredPartiesRequest {
254257
255258 // Optional. List of BigQuery tables. Union of tables will be taken if there
256259 // is more than one table. VPC-SC restrictions apply. format:
257- // " bq://{project}.{bqDatasetID}.{bqTableID}" Use of `datasets` is preferred
260+ // ` bq://{project}.{bqDatasetID}.{bqTableID}` Use of `datasets` is preferred
258261 // over the latter due to its simplicity and the reduced risk of errors
259262 // `party_tables` and `datasets` must not be provided at the
260263 // same time
@@ -263,8 +266,8 @@ message ImportRegisteredPartiesRequest {
263266 // Required. Mode of the request.
264267 UpdateMode mode = 3 [(google.api.field_behavior ) = REQUIRED ];
265268
266- // Optional. Is the request will not register the parties, just determine what
267- // woud happen.
269+ // Optional. If the request will not register the parties, just determine what
270+ // would happen.
268271 bool validate_only = 4 [(google.api.field_behavior ) = OPTIONAL ];
269272
270273 // Required. LineOfBusiness for the specified registered parties.
@@ -298,7 +301,7 @@ message ImportRegisteredPartiesResponse {
298301// Request to export a list of currently registered parties.
299302message ExportRegisteredPartiesRequest {
300303 // Required. The full path to the Instance resource in this API.
301- // format: " projects/{project}/locations/{location}/instances/{instance}"
304+ // format: ` projects/{project}/locations/{location}/instances/{instance}`
302305 string name = 1 [
303306 (google.api.field_behavior ) = REQUIRED ,
304307 (google.api.resource_reference ) = {
0 commit comments