Reference documentation and code samples for the Compute V1 Client class GetWireGroupRequest.
A request message for WireGroups.Get. See the method description for details.
Generated from protobuf message google.cloud.compute.v1.GetWireGroupRequest
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ cross_site_network
string
↳ project
string
Project ID for this request.
↳ wire_group
string
Name of the wire group resource to return.
getCrossSiteNetwork
Generated from protobuf field string cross_site_network = 108192469 [(.google.api.field_behavior) = REQUIRED];
string
setCrossSiteNetwork
Generated from protobuf field string cross_site_network = 108192469 [(.google.api.field_behavior) = REQUIRED];
var
string
$this
getProject
Project ID for this request.
string
setProject
Project ID for this request.
var
string
$this
getWireGroup
Name of the wire group resource to return.
string
setWireGroup
Name of the wire group resource to return.
var
string
$this
static::build
project
string
Project ID for this request.
crossSiteNetwork
string
wireGroup
string
Name of the wire group resource to return.

