Class: Google::Cloud::NetworkManagement::V1::AppEngineVersionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::AppEngineVersionInfo
- 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 an App Engine version.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Name of an App Engine version.
-
#environment ⇒ ::String
App Engine execution environment for a version.
-
#runtime ⇒ ::String
Runtime of the App Engine version.
-
#uri ⇒ ::String
URI of an App Engine version.
Instance Attribute Details
#display_name ⇒ ::String
Returns Name of an App Engine version.
1447 1448 1449 1450 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1447 class AppEngineVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#environment ⇒ ::String
Returns App Engine execution environment for a version.
1447 1448 1449 1450 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1447 class AppEngineVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#runtime ⇒ ::String
Returns Runtime of the App Engine version.
1447 1448 1449 1450 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1447 class AppEngineVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI of an App Engine version.
1447 1448 1449 1450 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1447 class AppEngineVersionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |