Class: Google::Apis::NetworksecurityV1beta1::GoogleCloudNetworksecurityV1beta1GrpcEndpoint

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/networksecurity_v1beta1/classes.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb,
lib/google/apis/networksecurity_v1beta1/representations.rb

Overview

Specification of the GRPC Endpoint.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudNetworksecurityV1beta1GrpcEndpoint

Returns a new instance of GoogleCloudNetworksecurityV1beta1GrpcEndpoint.



343
344
345
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 343

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#target_uriString

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

Returns:

  • (String)


341
342
343
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 341

def target_uri
  @target_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



348
349
350
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 348

def update!(**args)
  @target_uri = args[:target_uri] if args.key?(:target_uri)
end