Skip to content

Commit f2df71e

Browse files
dpebotJustinBeckwith
authored andcommitted
---
yaml --- r: 10219 b: refs/heads/master c: c3aedea h: refs/heads/master i: 10217: ceb374d 10215: a07a00a
1 parent 06143ad commit f2df71e

2 files changed

Lines changed: 13 additions & 9 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 72f7beda6e4c023041af8996872ea3e49f2c120f
2+
refs/heads/master: c3aedeac63f5f7b7fb7fa32ad1511c202d61beea
33
refs/heads/travis: 47e4fee4fd5af9b2a8ce46f23c72ec95f9b195b2
44
refs/heads/gh-pages: 9557e74bb0c6b2918b40660d6d1b35f742e5e727
55
refs/tags/0.0.9: 22f1839238f66c39e67ed4dfdcd273b1ae2e8444

trunk/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)