Class: Google::Cloud::NetworkManagement::V1::Endpoint::CloudRunRevisionEndpoint
- Inherits:
-
Object
- Object
- Google::Cloud::NetworkManagement::V1::Endpoint::CloudRunRevisionEndpoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb
Overview
Wrapper for Cloud Run revision attributes.
Instance Attribute Summary collapse
-
#service_uri ⇒ ::String
readonly
Output only.
- #uri ⇒ ::String
Instance Attribute Details
#service_uri ⇒ ::String (readonly)
Returns Output only. The URI of the Cloud Run service that the revision belongs to. The format is: projects/{project}/locations/{location}/services/{service}.
229 230 231 232 |
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 229 class CloudRunRevisionEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
229 230 231 232 |
# File 'proto_docs/google/cloud/networkmanagement/v1/connectivity_test.rb', line 229 class CloudRunRevisionEndpoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |