Class: Google::Cloud::Developerconnect::V1::GoogleCloudRun
- Inherits:
-
Object
- Object
- Google::Cloud::Developerconnect::V1::GoogleCloudRun
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/developerconnect/v1/insights_config.rb
Overview
GoogleCloudRun represents the Cloud Run runtime.
Instance Attribute Summary collapse
-
#service_uri ⇒ ::String
Required.
Instance Attribute Details
#service_uri ⇒ ::String
Returns Required. Immutable. The name of the Cloud Run service.
Format:
projects/{project}/locations/{location}/services/{service}.
199 200 201 202 |
# File 'proto_docs/google/cloud/developerconnect/v1/insights_config.rb', line 199 class GoogleCloudRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |