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.



800
801
802
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 800

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)


798
799
800
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 798

def target_uri
  @target_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



805
806
807
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 805

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