Compute V1 Client - Class GetWireGroupRequest (2.3.0)

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 \ V1

Methods

__construct

Constructor.

Parameters
Name Description
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];

Returns
Type Description
string

setCrossSiteNetwork

Generated from protobuf field string cross_site_network = 108192469 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
var string
Returns
Type Description
$this

getProject

Project ID for this request.

Returns
Type Description
string

setProject

Project ID for this request.

Parameter
Name Description
var string
Returns
Type Description
$this

getWireGroup

Name of the wire group resource to return.

Returns
Type Description
string

setWireGroup

Name of the wire group resource to return.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameters
Name Description
project string

Project ID for this request.

crossSiteNetwork string
wireGroup string

Name of the wire group resource to return.

Returns
Type Description
GetWireGroupRequest