Skip to content

Commit 3a209aa

Browse files
committed
Regenerate compute client
1 parent 72f7bed commit 3a209aa

File tree

1 file changed

+12
-8
lines changed
  • google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1

1 file changed

+12
-8
lines changed

google-cloud-clients/google-cloud-compute/src/main/java/com/google/cloud/compute/v1/NetworkClient.java

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -471,8 +471,9 @@ public final UnaryCallable<GetNetworkHttpRequest, Network> getNetworkCallable()
471471
* </code></pre>
472472
*
473473
* @param project Project ID for this request.
474-
* @param networkResource Represents a Network resource. Read Networks and Firewalls for more
475-
* information. (== resource_for v1.networks ==) (== resource_for beta.networks ==)
474+
* @param networkResource Represents a Network resource. Read Virtual Private Cloud (VPC) Network
475+
* Overview for more information. (== resource_for v1.networks ==) (== resource_for
476+
* beta.networks ==)
476477
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
477478
*/
478479
@BetaApi
@@ -501,8 +502,9 @@ public final Operation insertNetwork(ProjectName project, Network networkResourc
501502
* </code></pre>
502503
*
503504
* @param project Project ID for this request.
504-
* @param networkResource Represents a Network resource. Read Networks and Firewalls for more
505-
* information. (== resource_for v1.networks ==) (== resource_for beta.networks ==)
505+
* @param networkResource Represents a Network resource. Read Virtual Private Cloud (VPC) Network
506+
* Overview for more information. (== resource_for v1.networks ==) (== resource_for
507+
* beta.networks ==)
506508
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
507509
*/
508510
@BetaApi
@@ -720,8 +722,9 @@ public final UnaryCallable<ListNetworksHttpRequest, NetworkList> listNetworksCal
720722
* </code></pre>
721723
*
722724
* @param network Name of the network to update.
723-
* @param networkResource Represents a Network resource. Read Networks and Firewalls for more
724-
* information. (== resource_for v1.networks ==) (== resource_for beta.networks ==)
725+
* @param networkResource Represents a Network resource. Read Virtual Private Cloud (VPC) Network
726+
* Overview for more information. (== resource_for v1.networks ==) (== resource_for
727+
* beta.networks ==)
725728
* @param fieldMask
726729
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
727730
*/
@@ -755,8 +758,9 @@ public final Operation patchNetwork(
755758
* </code></pre>
756759
*
757760
* @param network Name of the network to update.
758-
* @param networkResource Represents a Network resource. Read Networks and Firewalls for more
759-
* information. (== resource_for v1.networks ==) (== resource_for beta.networks ==)
761+
* @param networkResource Represents a Network resource. Read Virtual Private Cloud (VPC) Network
762+
* Overview for more information. (== resource_for v1.networks ==) (== resource_for
763+
* beta.networks ==)
760764
* @param fieldMask
761765
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
762766
*/

0 commit comments

Comments
 (0)