public sealed class NotificationEndpointsScopedList : IMessage<NotificationEndpointsScopedList>, IEquatable<NotificationEndpointsScopedList>, IDeepCloneable<NotificationEndpointsScopedList>, IBufferMessage, IMessageImplements
IMessageNotificationEndpointsScopedList, IEquatableNotificationEndpointsScopedList, IDeepCloneableNotificationEndpointsScopedList, IBufferMessage, IMessageNamespace
Google.Cloud.Compute.V1Assembly
Google.Cloud.Compute.V1.dll
Constructors
NotificationEndpointsScopedList()
public NotificationEndpointsScopedList()NotificationEndpointsScopedList(NotificationEndpointsScopedList)
public NotificationEndpointsScopedList(NotificationEndpointsScopedList other)| Parameter | |
|---|---|
| Name | Description |
other |
NotificationEndpointsScopedList |
Properties
Resources
public RepeatedField<NotificationEndpoint> Resources { get; }A list of NotificationEndpoints contained in this scope.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldNotificationEndpoint |
|
Warning
public Warning Warning { get; set; }Informational warning which replaces the list of notification endpoints when the list is empty.
| Property Value | |
|---|---|
| Type | Description |
Warning |
|