Class: Google::Cloud::NetworkManagement::V1::DeleteConnectivityTestRequest
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::DeleteConnectivityTestRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/reachability.rb
Overview
Request for the DeleteConnectivityTest
method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Connectivity Test resource name using the form:
projects/{project_id}/locations/global/connectivityTests/{test_id}
.
129 130 131 132 |
# File 'proto_docs/google/cloud/networkmanagement/v1/reachability.rb', line 129 class DeleteConnectivityTestRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |