Class: Google::Cloud::Iap::V1::GetTunnelDestGroupRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/iap/v1/service.rb

Overview

The request to GetTunnelDestGroup.

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Required. Name of the TunnelDestGroup to be fetched. In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}.

Returns:

  • (::String)

    Required. Name of the TunnelDestGroup to be fetched. In the following format: projects/{project_number/id}/iap_tunnel/locations/{location}/destGroups/{dest_group}.



90
91
92
93
# File 'proto_docs/google/cloud/iap/v1/service.rb', line 90

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