diff --git a/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkClient.java b/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkClient.java index c04279174ccd..a6d149828d3b 100644 --- a/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkClient.java +++ b/google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkClient.java @@ -471,8 +471,9 @@ public final UnaryCallable getNetworkCallable() * * * @param project Project ID for this request. - * @param networkResource Represents a Network resource. Read Networks and Firewalls for more - * information. (== resource_for v1.networks ==) (== resource_for beta.networks ==) + * @param networkResource Represents a Network resource. Read Virtual Private Cloud (VPC) Network + * Overview for more information. (== resource_for v1.networks ==) (== resource_for + * beta.networks ==) * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @BetaApi @@ -501,8 +502,9 @@ public final Operation insertNetwork(ProjectName project, Network networkResourc * * * @param project Project ID for this request. - * @param networkResource Represents a Network resource. Read Networks and Firewalls for more - * information. (== resource_for v1.networks ==) (== resource_for beta.networks ==) + * @param networkResource Represents a Network resource. Read Virtual Private Cloud (VPC) Network + * Overview for more information. (== resource_for v1.networks ==) (== resource_for + * beta.networks ==) * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @BetaApi @@ -720,8 +722,9 @@ public final UnaryCallable listNetworksCal * * * @param network Name of the network to update. - * @param networkResource Represents a Network resource. Read Networks and Firewalls for more - * information. (== resource_for v1.networks ==) (== resource_for beta.networks ==) + * @param networkResource Represents a Network resource. Read Virtual Private Cloud (VPC) Network + * Overview for more information. (== resource_for v1.networks ==) (== resource_for + * beta.networks ==) * @param fieldMask * @throws com.google.api.gax.rpc.ApiException if the remote call fails */ @@ -755,8 +758,9 @@ public final Operation patchNetwork( * * * @param network Name of the network to update. - * @param networkResource Represents a Network resource. Read Networks and Firewalls for more - * information. (== resource_for v1.networks ==) (== resource_for beta.networks ==) + * @param networkResource Represents a Network resource. Read Virtual Private Cloud (VPC) Network + * Overview for more information. (== resource_for v1.networks ==) (== resource_for + * beta.networks ==) * @param fieldMask * @throws com.google.api.gax.rpc.ApiException if the remote call fails */