class Google::Apis::NetworksecurityV1beta1::GoogleCloudNetworksecurityV1beta1GrpcEndpoint

Specification of the GRPC Endpoint.

Attributes

target_uri[RW]

Required. The target URI of the gRPC endpoint. Only UDS path is supported, and should start with “unix:”. Corresponds to the JSON property `targetUri` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/networksecurity_v1beta1/classes.rb, line 344
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/networksecurity_v1beta1/classes.rb, line 349
def update!(**args)
  @target_uri = args[:target_uri] if args.key?(:target_uri)
end