Reference documentation and code samples for the Eventarc V1 API class Google::Cloud::Eventarc::V1::GoogleApiSource::ProjectSubscriptions.
Config to enable subscribing to all events from a list of projects.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#list
def list() -> ::Array<::String>-
(::Array<::String>) — Required. A list of projects to receive events from.
All the projects must be in the same org. The listed projects should have the format project/{identifier} where identifier can be either the project id for project number. A single list may contain both formats. At most 100 projects can be listed.
#list=
def list=(value) -> ::Array<::String>-
value (::Array<::String>) — Required. A list of projects to receive events from.
All the projects must be in the same org. The listed projects should have the format project/{identifier} where identifier can be either the project id for project number. A single list may contain both formats. At most 100 projects can be listed.
-
(::Array<::String>) — Required. A list of projects to receive events from.
All the projects must be in the same org. The listed projects should have the format project/{identifier} where identifier can be either the project id for project number. A single list may contain both formats. At most 100 projects can be listed.