Google Cloud Network Security V1beta1 Client - Class GrpcEndpoint (0.5.2)

Reference documentation and code samples for the Google Cloud Network Security V1beta1 Client class GrpcEndpoint.

Specification of the GRPC Endpoint.

Generated from protobuf message google.cloud.networksecurity.v1beta1.GrpcEndpoint

Namespace

Google \ Cloud \ NetworkSecurity \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
string

setTargetUri

Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".

Parameter
NameDescription
var string
Returns
TypeDescription
$this