Reference documentation and code samples for the Google Cloud Network Services V1 Client class GetMeshRequest.
Request used by the GetMesh method.
Generated from protobuf message google.cloud.networkservices.v1.GetMeshRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. A name of the Mesh to get. Must be in the format projects/*/locations/global/meshes/*
.
getName
Required. A name of the Mesh to get. Must be in the format projects/*/locations/global/meshes/*
.
string
setName
Required. A name of the Mesh to get. Must be in the format projects/*/locations/global/meshes/*
.
var
string
$this
static::build
name
string
Required. A name of the Mesh to get. Must be in the format projects/*/locations/global/meshes/*
. Please see NetworkServicesClient::meshName()
for help formatting this field.