Class ListNotificationConfigsResponse (2.2.0)

public sealed class ListNotificationConfigsResponse : IPageResponse<NotificationConfig>, IEnumerable<NotificationConfig>, IEnumerable, IMessage<ListNotificationConfigsResponse>, IEquatable<ListNotificationConfigsResponse>, IDeepCloneable<ListNotificationConfigsResponse>, IBufferMessage, IMessage

Response message for listing notification configs.

Inheritance

Object > ListNotificationConfigsResponse

Implements

Google.Api.Gax.Grpc.IPageResponse<NotificationConfig>, IEnumerable<NotificationConfig>, IEnumerable, Google.Protobuf.IMessage<ListNotificationConfigsResponse>, IEquatable<ListNotificationConfigsResponse>, Google.Protobuf.IDeepCloneable<ListNotificationConfigsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

ListNotificationConfigsResponse()

public ListNotificationConfigsResponse()

ListNotificationConfigsResponse(ListNotificationConfigsResponse)

public ListNotificationConfigsResponse(ListNotificationConfigsResponse other)
Parameter
NameDescription
otherListNotificationConfigsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results.

Property Value
TypeDescription
String

NotificationConfigs

public RepeatedField<NotificationConfig> NotificationConfigs { get; }

Notification configs belonging to the requested parent.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<NotificationConfig>

Methods

GetEnumerator()

public IEnumerator<NotificationConfig> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<NotificationConfig>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator