Class: Google::Cloud::NetworkSecurity::V1beta1::GrpcEndpoint

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/networksecurity/v1beta1/tls.rb

Overview

Specification of the GRPC Endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#target_uri::String

Returns 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:".



29
30
31
32
# File 'proto_docs/google/cloud/networksecurity/v1beta1/tls.rb', line 29

class GrpcEndpoint
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end