From ae5bc0b76b1a7d3b3887337f01439fb1d96f720a Mon Sep 17 00:00:00 2001 From: Lisa Jian Date: Fri, 31 Jan 2025 21:56:47 +0000 Subject: [PATCH] Update documentation --- mmv1/products/firebasedataconnect/Service.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mmv1/products/firebasedataconnect/Service.yaml b/mmv1/products/firebasedataconnect/Service.yaml index af715b46b951..8308b9b07e59 100644 --- a/mmv1/products/firebasedataconnect/Service.yaml +++ b/mmv1/products/firebasedataconnect/Service.yaml @@ -14,6 +14,10 @@ --- name: Service description: A Firebase Data Connect service. +references: + guides: + 'Official Documentation': 'https://firebase.google.com/docs/data-connect' + api: 'https://firebase.google.com/docs/reference/data-connect/rest' base_url: projects/{{project}}/locations/{{location}}/services update_mask: true self_link: projects/{{project}}/locations/{{location}}/services/{{service_id}} @@ -47,7 +51,7 @@ autogen_status: U2VydmljZQ== parameters: - name: location type: String - description: Resource ID segment making up resource `name`. It identifies the resource within its parent collection as described in https://google.aip.dev/122. + description: The region in which the service resides, e.g. "us-central1" or "asia-east1". immutable: true url_param_only: true required: true