Class: Google::Cloud::NetworkManagement::V1::CloudRunRevisionInfo
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::CloudRunRevisionInfo
- 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 Run revision.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Name of a Cloud Run revision.
-
#location ⇒ ::String
Location in which this revision is deployed.
-
#service_uri ⇒ ::String
URI of Cloud Run service this revision belongs to.
-
#uri ⇒ ::String
URI of a Cloud Run revision.
Instance Attribute Details
#display_name ⇒ ::String
Returns Name of a Cloud Run revision.
1429 1430 1431 1432 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1429 class CloudRunRevisionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#location ⇒ ::String
Returns Location in which this revision is deployed.
1429 1430 1431 1432 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1429 class CloudRunRevisionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service_uri ⇒ ::String
Returns URI of Cloud Run service this revision belongs to.
1429 1430 1431 1432 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1429 class CloudRunRevisionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI of a Cloud Run revision.
1429 1430 1431 1432 |
# File 'proto_docs/google/cloud/networkmanagement/v1/trace.rb', line 1429 class CloudRunRevisionInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |