Eventarc v1 API - Class GoogleApiSource.Types.ProjectSubscriptions (2.9.0)

public sealed class GoogleApiSource.Types.ProjectSubscriptions : IMessage<GoogleApiSource.Types.ProjectSubscriptions>, IEquatable<GoogleApiSource.Types.ProjectSubscriptions>, IDeepCloneable<GoogleApiSource.Types.ProjectSubscriptions>, IBufferMessage, IMessage

Reference documentation and code samples for the Eventarc v1 API class GoogleApiSource.Types.ProjectSubscriptions.

Config to enable subscribing to all events from a list of projects.

Inheritance

object > GoogleApiSource.Types.ProjectSubscriptions

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

ProjectSubscriptions()

public ProjectSubscriptions()

ProjectSubscriptions(ProjectSubscriptions)

public ProjectSubscriptions(GoogleApiSource.Types.ProjectSubscriptions other)
Parameter
Name Description
other GoogleApiSourceTypesProjectSubscriptions

Properties

List

public RepeatedField<string> List { get; }

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.

Property Value
Type Description
RepeatedFieldstring