Reference documentation and code samples for the Google Cloud Network Security V1 Client class GrpcEndpoint.
Specification of the GRPC Endpoint.
Generated from protobuf message google.cloud.networksecurity.v1.GrpcEndpoint
Namespace
Google \ Cloud \ NetworkSecurity \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ target_uri |
string
Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:". |
getTargetUri
Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
| Returns | |
|---|---|
| Type | Description |
string |
|
setTargetUri
Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|