Reference documentation and code samples for the Compute V1 Client class NetworksUpdatePeeringRequest.
Generated from protobuf message google.cloud.compute.v1.NetworksUpdatePeeringRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ network_peering |
NetworkPeering
|
getNetworkPeering
Generated from protobuf field optional .google.cloud.compute.v1.NetworkPeering network_peering = 328926767;
| Returns | |
|---|---|
| Type | Description |
NetworkPeering|null |
|
hasNetworkPeering
clearNetworkPeering
setNetworkPeering
Generated from protobuf field optional .google.cloud.compute.v1.NetworkPeering network_peering = 328926767;
| Parameter | |
|---|---|
| Name | Description |
var |
NetworkPeering
|
| Returns | |
|---|---|
| Type | Description |
$this |
|