Class: Google::Cloud::NetworkManagement::V1::Endpoint::CloudFunctionEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::Endpoint::CloudFunctionEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb
Overview
Wrapper for Cloud Function attributes.
Instance Attribute Summary collapse
-
#uri ⇒ ::String
A Cloud Function name.
Instance Attribute Details
#uri ⇒ ::String
Returns A Cloud Function name.
198 199 200 201 |
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 198 class CloudFunctionEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |