From 8cb469950ab01d1377f8b90212a65e35c5408723 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Tue, 15 Feb 2022 09:34:26 -0800 Subject: [PATCH] fix: clarify language PiperOrigin-RevId: 428802866 --- google/cloud/channel/v1/entitlements.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google/cloud/channel/v1/entitlements.proto b/google/cloud/channel/v1/entitlements.proto index 8931a2679f645..02155a65ebf25 100644 --- a/google/cloud/channel/v1/entitlements.proto +++ b/google/cloud/channel/v1/entitlements.proto @@ -153,8 +153,8 @@ message AssociationInfo { // Service provisioned for an entitlement. message ProvisionedService { - // Output only. Provisioning ID of the entitlement. For Google Workspace, this would be the - // underlying Subscription ID. For Google Cloud Platform, this would be the + // Output only. Provisioning ID of the entitlement. For Google Workspace, this is the + // underlying Subscription ID. For Google Cloud Platform, this is the // Billing Account ID of the billing subaccount." string provisioning_id = 1 [(google.api.field_behavior) = OUTPUT_ONLY];