Reference documentation and code samples for the Google Cloud Network Security V1 Client class GetMirroringDeploymentRequest.
Request message for GetMirroringDeployment.
Generated from protobuf message google.cloud.networksecurity.v1.GetMirroringDeploymentRequest
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment} |
getName
Required. The name of the deployment to retrieve.
Format: projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the deployment to retrieve.
Format: projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The name of the deployment to retrieve. Format: projects/{project}/locations/{location}/mirroringDeployments/{mirroring_deployment} Please see MirroringClient::mirroringDeploymentName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetMirroringDeploymentRequest |
|