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.



1330
1331
1332
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 1330

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)


1328
1329
1330
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 1328

def target_uri
  @target_uri
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1335
1336
1337
# File 'lib/google/apis/networksecurity_v1beta1/classes.rb', line 1335

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