Class: Google::Cloud::Eventarc::V1::CloudRun
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::CloudRun
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/trigger.rb
Overview
Represents a Cloud Run destination.
Instance Attribute Summary collapse
-
#path ⇒ ::String
Optional.
-
#region ⇒ ::String
Required.
-
#service ⇒ ::String
Required.
Instance Attribute Details
#path ⇒ ::String
Returns Optional. The relative path on the Cloud Run service the events should be sent to.
The value must conform to the definition of a URI path segment (section 3.3 of RFC2396). Examples: "/route", "route", "route/subroute".
216 217 218 219 |
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 216 class CloudRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#region ⇒ ::String
Returns Required. The region the Cloud Run service is deployed in.
216 217 218 219 |
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 216 class CloudRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#service ⇒ ::String
Returns Required. The name of the Cloud Run service being addressed. See https://cloud.google.com/run/docs/reference/rest/v1/namespaces.services.
Only services located in the same project as the trigger object can be addressed.
216 217 218 219 |
# File 'proto_docs/google/cloud/eventarc/v1/trigger.rb', line 216 class CloudRun include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |