public sealed class GoogleApiSource.Types.ProjectSubscriptions : IMessage<GoogleApiSource.Types.ProjectSubscriptions>, IEquatable<GoogleApiSource.Types.ProjectSubscriptions>, IDeepCloneable<GoogleApiSource.Types.ProjectSubscriptions>, IBufferMessage, IMessageReference 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.
Implements
IMessageGoogleApiSourceTypesProjectSubscriptions, IEquatableGoogleApiSourceTypesProjectSubscriptions, IDeepCloneableGoogleApiSourceTypesProjectSubscriptions, IBufferMessage, IMessageNamespace
Google.Cloud.Eventarc.V1Assembly
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 |
|