Skip to content

Commit

Permalink
feat: Add support for viewing the subnet IPv6 CIDR and services IPv6 …
Browse files Browse the repository at this point in the history
…CIDR assigned to dual stack clusters

PiperOrigin-RevId: 502669678

Source-Link: googleapis/googleapis@1f62a66

Source-Link: googleapis/googleapis-gen@f6f86f6
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQ29udGFpbmVyLlYxLy5Pd2xCb3QueWFtbCIsImgiOiJmNmY4NmY2MzM4ZTU5Mzg5MjQ5ZGY1ZDQxYTllZTM2ZmI5NDFkMWFlIn0=
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Jan 18, 2023
1 parent 5eef07b commit f4ea790
Show file tree
Hide file tree
Showing 2 changed files with 879 additions and 797 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2016,8 +2016,8 @@ internal static ClusterManagerClient Create(grpccore::CallInvoker callInvoker, C
/// This field has been deprecated and replaced by the name field.
/// </param>
/// <param name="addonsConfig">
/// Required. The desired configurations for the various addons available to run in the
/// cluster.
/// Required. The desired configurations for the various addons available to
/// run in the cluster.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>The RPC response.</returns>
Expand Down Expand Up @@ -2050,8 +2050,8 @@ internal static ClusterManagerClient Create(grpccore::CallInvoker callInvoker, C
/// This field has been deprecated and replaced by the name field.
/// </param>
/// <param name="addonsConfig">
/// Required. The desired configurations for the various addons available to run in the
/// cluster.
/// Required. The desired configurations for the various addons available to
/// run in the cluster.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand Down Expand Up @@ -2084,8 +2084,8 @@ internal static ClusterManagerClient Create(grpccore::CallInvoker callInvoker, C
/// This field has been deprecated and replaced by the name field.
/// </param>
/// <param name="addonsConfig">
/// Required. The desired configurations for the various addons available to run in the
/// cluster.
/// Required. The desired configurations for the various addons available to
/// run in the cluster.
/// </param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand All @@ -2101,8 +2101,8 @@ internal static ClusterManagerClient Create(grpccore::CallInvoker callInvoker, C
/// Specified in the format `projects/*/locations/*/clusters/*`.
/// </param>
/// <param name="addonsConfig">
/// Required. The desired configurations for the various addons available to run in the
/// cluster.
/// Required. The desired configurations for the various addons available to
/// run in the cluster.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>The RPC response.</returns>
Expand All @@ -2121,8 +2121,8 @@ internal static ClusterManagerClient Create(grpccore::CallInvoker callInvoker, C
/// Specified in the format `projects/*/locations/*/clusters/*`.
/// </param>
/// <param name="addonsConfig">
/// Required. The desired configurations for the various addons available to run in the
/// cluster.
/// Required. The desired configurations for the various addons available to
/// run in the cluster.
/// </param>
/// <param name="callSettings">If not null, applies overrides to this RPC call.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand All @@ -2141,8 +2141,8 @@ internal static ClusterManagerClient Create(grpccore::CallInvoker callInvoker, C
/// Specified in the format `projects/*/locations/*/clusters/*`.
/// </param>
/// <param name="addonsConfig">
/// Required. The desired configurations for the various addons available to run in the
/// cluster.
/// Required. The desired configurations for the various addons available to
/// run in the cluster.
/// </param>
/// <param name="cancellationToken">A <see cref="st::CancellationToken"/> to use for this RPC.</param>
/// <returns>A Task containing the RPC response.</returns>
Expand Down
Loading

0 comments on commit f4ea790

Please sign in to comment.