Skip to content

Commit

Permalink
docs: Rename Google Cloud Platform to Google Cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Sep 5, 2023
1 parent f921320 commit 167b7f9
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions Google.Api.Gax/GaePlatformDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public sealed class GaePlatformDetails
/// Construct details of Google App Engine
/// </summary>
/// <param name="gcloudProject">The Project ID associated with your application,
/// which is visible in the Google Cloud Platform Console. Must not be <c>null</c>.</param>
/// which is visible in the Google Cloud Console. Must not be <c>null</c>.</param>
/// <param name="gaeInstance">The name of the current instance. Must not be <c>null</c>.</param>
/// <param name="gaeService">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 <c>null</c>.</param>
Expand All @@ -30,7 +30,7 @@ public GaePlatformDetails(string gcloudProject, string gaeInstance, string gaeSe
}

/// <summary>
/// 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.
/// </summary>
public string ProjectId { get; }

Expand Down
6 changes: 3 additions & 3 deletions Google.Api.Gax/GkePlatformDetails.cs
Original file line number Diff line number Diff line change
Expand Up @@ -325,17 +325,17 @@ public GkePlatformDetails(string metadataJson, string projectId, string clusterN
public string MetadataJson { get; }

/// <summary>
/// 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.
/// </summary>
public string ProjectId { get; }

/// <summary>
/// The cluster name, which is visible in the Google Cloud Platform Console.
/// The cluster name, which is visible in the Google Cloud Console.
/// </summary>
public string ClusterName { get; }

/// <summary>
/// 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 <code>&lt;zone-name&gt;</code> part in
/// <see cref="Zone"/>
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion Google.Api.Gax/ResourceNames/BillingAccountName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Google.Api.Gax.ResourceNames
{
/// <summary>
/// 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.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion Google.Api.Gax/ResourceNames/FolderName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Google.Api.Gax.ResourceNames
{
/// <summary>
/// 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.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion Google.Api.Gax/ResourceNames/LocationName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Google.Api.Gax.ResourceNames
{
/// <summary>
/// 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.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion Google.Api.Gax/ResourceNames/OrganizationName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Google.Api.Gax.ResourceNames
{
/// <summary>
/// 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.
/// </summary>
Expand Down
2 changes: 1 addition & 1 deletion Google.Api.Gax/ResourceNames/ProjectName.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
namespace Google.Api.Gax.ResourceNames
{
/// <summary>
/// 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.
/// </summary>
Expand Down

0 comments on commit 167b7f9

Please sign in to comment.