Class: Google::Cloud::Eventarc::V1::GoogleApiSource::OrganizationSubscription
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::GoogleApiSource::OrganizationSubscription
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/eventarc/v1/google_api_source.rb
Overview
Config to enabled subscribing to events from other projects in the org.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Required.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Required. Enable org level subscription.
106 107 108 109 |
# File 'proto_docs/google/cloud/eventarc/v1/google_api_source.rb', line 106 class OrganizationSubscription include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |