Reference documentation and code samples for the Google Cloud Network Security V1 Client class GetInterceptDeploymentRequest.
Request message for GetInterceptDeployment.
Generated from protobuf message google.cloud.networksecurity.v1.GetInterceptDeploymentRequest
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}/interceptDeployments/{intercept_deployment} |
getName
Required. The name of the deployment to retrieve.
Format: projects/{project}/locations/{location}/interceptDeployments/{intercept_deployment}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The name of the deployment to retrieve.
Format: projects/{project}/locations/{location}/interceptDeployments/{intercept_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}/interceptDeployments/{intercept_deployment} Please see InterceptClient::interceptDeploymentName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
GetInterceptDeploymentRequest |
|