Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -471,8 +471,9 @@ public final UnaryCallable<GetNetworkHttpRequest, Network> getNetworkCallable()
* </code></pre>
*
* @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
Expand Down Expand Up @@ -501,8 +502,9 @@ public final Operation insertNetwork(ProjectName project, Network networkResourc
* </code></pre>
*
* @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
Expand Down Expand Up @@ -720,8 +722,9 @@ public final UnaryCallable<ListNetworksHttpRequest, NetworkList> listNetworksCal
* </code></pre>
*
* @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
*/
Expand Down Expand Up @@ -755,8 +758,9 @@ public final Operation patchNetwork(
* </code></pre>
*
* @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
*/
Expand Down