From 167b7f96301847141a1328be5606ff7c75b2c601 Mon Sep 17 00:00:00 2001 From: Jon Skeet Date: Tue, 5 Sep 2023 12:16:33 +0100 Subject: [PATCH] docs: Rename Google Cloud Platform to Google Cloud --- Google.Api.Gax/GaePlatformDetails.cs | 4 ++-- Google.Api.Gax/GkePlatformDetails.cs | 6 +++--- Google.Api.Gax/ResourceNames/BillingAccountName.cs | 2 +- Google.Api.Gax/ResourceNames/FolderName.cs | 2 +- Google.Api.Gax/ResourceNames/LocationName.cs | 2 +- Google.Api.Gax/ResourceNames/OrganizationName.cs | 2 +- Google.Api.Gax/ResourceNames/ProjectName.cs | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Google.Api.Gax/GaePlatformDetails.cs b/Google.Api.Gax/GaePlatformDetails.cs index 0f7dbe2b..26c127ea 100644 --- a/Google.Api.Gax/GaePlatformDetails.cs +++ b/Google.Api.Gax/GaePlatformDetails.cs @@ -16,7 +16,7 @@ public sealed class GaePlatformDetails /// Construct details of Google App Engine /// /// The Project ID associated with your application, - /// which is visible in the Google Cloud Platform Console. Must not be null. + /// which is visible in the Google Cloud Console. Must not be null. /// The name of the current instance. Must not be null. /// The service name specified in your application's app.yaml file, /// or if no service name is specified, it is set to default. Must not be null. @@ -30,7 +30,7 @@ public GaePlatformDetails(string gcloudProject, string gaeInstance, string gaeSe } /// - /// The Project ID associated with your application, which is visible in the Google Cloud Platform Console. + /// The Project ID associated with your application, which is visible in the Google Cloud Console. /// public string ProjectId { get; } diff --git a/Google.Api.Gax/GkePlatformDetails.cs b/Google.Api.Gax/GkePlatformDetails.cs index afd1c6d3..e7243ad6 100644 --- a/Google.Api.Gax/GkePlatformDetails.cs +++ b/Google.Api.Gax/GkePlatformDetails.cs @@ -325,17 +325,17 @@ public GkePlatformDetails(string metadataJson, string projectId, string clusterN public string MetadataJson { get; } /// - /// The Project ID associated with your application, which is visible in the Google Cloud Platform Console. + /// The Project ID associated with your application, which is visible in the Google Cloud Console. /// public string ProjectId { get; } /// - /// The cluster name, which is visible in the Google Cloud Platform Console. + /// The cluster name, which is visible in the Google Cloud Console. /// public string ClusterName { get; } /// - /// The cluster location, which is visible in the Google Cloud Platform Console. + /// The cluster location, which is visible in the Google Cloud Console. /// This is equivalent to the value of the <zone-name> part in /// /// diff --git a/Google.Api.Gax/ResourceNames/BillingAccountName.cs b/Google.Api.Gax/ResourceNames/BillingAccountName.cs index 78b6554b..bcd25f44 100644 --- a/Google.Api.Gax/ResourceNames/BillingAccountName.cs +++ b/Google.Api.Gax/ResourceNames/BillingAccountName.cs @@ -11,7 +11,7 @@ namespace Google.Api.Gax.ResourceNames { /// - /// Resource name for the 'billing account' resource which is widespread across Google Cloud Platform. + /// Resource name for the 'billing account' resource which is widespread across Google Cloud. /// While most resource names are generated on a per-API basis, many APIs use a billing account resource, and it's /// useful to be able to pass values from one API to another. /// diff --git a/Google.Api.Gax/ResourceNames/FolderName.cs b/Google.Api.Gax/ResourceNames/FolderName.cs index 13977209..a5fcfd9f 100644 --- a/Google.Api.Gax/ResourceNames/FolderName.cs +++ b/Google.Api.Gax/ResourceNames/FolderName.cs @@ -11,7 +11,7 @@ namespace Google.Api.Gax.ResourceNames { /// - /// Resource name for the 'folder' resource which is widespread across Google Cloud Platform. + /// Resource name for the 'folder' resource which is widespread across Google Cloud. /// While most resource names are generated on a per-API basis, many APIs use a folder resource, and it's /// useful to be able to pass values from one API to another. /// diff --git a/Google.Api.Gax/ResourceNames/LocationName.cs b/Google.Api.Gax/ResourceNames/LocationName.cs index 11e6d2a4..46393aff 100644 --- a/Google.Api.Gax/ResourceNames/LocationName.cs +++ b/Google.Api.Gax/ResourceNames/LocationName.cs @@ -11,7 +11,7 @@ namespace Google.Api.Gax.ResourceNames { /// - /// Resource name for the 'location' resource which is widespread across Google Cloud Platform. + /// Resource name for the 'location' resource which is widespread across Google Cloud. /// While most resource names are generated on a per-API basis, many APIs use a location resource, and it's /// useful to be able to pass values from one API to another. /// diff --git a/Google.Api.Gax/ResourceNames/OrganizationName.cs b/Google.Api.Gax/ResourceNames/OrganizationName.cs index e44f3a57..07ea69cd 100644 --- a/Google.Api.Gax/ResourceNames/OrganizationName.cs +++ b/Google.Api.Gax/ResourceNames/OrganizationName.cs @@ -11,7 +11,7 @@ namespace Google.Api.Gax.ResourceNames { /// - /// Resource name for the 'organization' resource which is widespread across Google Cloud Platform. + /// Resource name for the 'organization' resource which is widespread across Google Cloud. /// While most resource names are generated on a per-API basis, many APIs use an organization resource, and it's /// useful to be able to pass values from one API to another. /// diff --git a/Google.Api.Gax/ResourceNames/ProjectName.cs b/Google.Api.Gax/ResourceNames/ProjectName.cs index f12cb8d5..465431fd 100644 --- a/Google.Api.Gax/ResourceNames/ProjectName.cs +++ b/Google.Api.Gax/ResourceNames/ProjectName.cs @@ -11,7 +11,7 @@ namespace Google.Api.Gax.ResourceNames { /// - /// Resource name for the 'project' resource which is widespread across Google Cloud Platform. + /// Resource name for the 'project' resource which is widespread across Google Cloud. /// While most resource names are generated on a per-API basis, many APIs use a project resource, and it's /// useful to be able to pass values from one API to another. ///