Network Security V1beta1 API - Class Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint (v0.8.0)

Reference documentation and code samples for the Network Security V1beta1 API class Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint.

Specification of the GRPC Endpoint.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#target_uri

def target_uri() -> ::String
Returns
  • (::String) — Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".

#target_uri=

def target_uri=(value) -> ::String
Parameter
  • value (::String) — Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".
Returns
  • (::String) — Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with "unix:".