Class: Google::Cloud::NetworkManagement::V1::CloudFunctionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::CloudFunctionInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/trace.rb
Overview
For display only. Metadata associated with a Cloud Function.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Name of a Cloud Function.
-
#location ⇒ ::String
Location in which the Cloud Function is deployed.
-
#uri ⇒ ::String
URI of a Cloud Function.
-
#version_id ⇒ ::Integer
Latest successfully deployed version id of the Cloud Function.
Instance Attribute Details
#display_name ⇒ ::String
Returns Name of a Cloud Function.
1411 1412 1413 1414 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1411 class CloudFunctionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns Location in which the Cloud Function is deployed.
1411 1412 1413 1414 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1411 class CloudFunctionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI of a Cloud Function.
1411 1412 1413 1414 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1411 class CloudFunctionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#version_id ⇒ ::Integer
Returns Latest successfully deployed version id of the Cloud Function.
1411 1412 1413 1414 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1411 class CloudFunctionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |