Google Cloud Network Services V1 Client - Class CreateMeshRequest (0.1.0)

Reference documentation and code samples for the Google Cloud Network Services V1 Client class CreateMeshRequest.

Request used by the CreateMesh method.

Generated from protobuf message google.cloud.networkservices.v1.CreateMeshRequest

Namespace

Google \ Cloud \ NetworkServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource of the Mesh. Must be in the format projects/*/locations/global.

↳ mesh_id string

Required. Short name of the Mesh resource to be created.

↳ mesh Google\Cloud\NetworkServices\V1\Mesh

Required. Mesh resource to be created.

getParent

Required. The parent resource of the Mesh. Must be in the format projects/*/locations/global.

Returns
Type Description
string

setParent

Required. The parent resource of the Mesh. Must be in the format projects/*/locations/global.

Parameter
Name Description
var string
Returns
Type Description
$this

getMeshId

Required. Short name of the Mesh resource to be created.

Returns
Type Description
string

setMeshId

Required. Short name of the Mesh resource to be created.

Parameter
Name Description
var string
Returns
Type Description
$this

getMesh

Required. Mesh resource to be created.

Returns
Type Description
Google\Cloud\NetworkServices\V1\Mesh|null

hasMesh

clearMesh

setMesh

Required. Mesh resource to be created.

Parameter
Name Description
var Google\Cloud\NetworkServices\V1\Mesh
Returns
Type Description
$this