Eventarc v1 API - Class ListTriggersResponse (2.5.0)

public sealed class ListTriggersResponse : IMessage<ListTriggersResponse>, IEquatable<ListTriggersResponse>, IDeepCloneable<ListTriggersResponse>, IBufferMessage, IMessage, IPageResponse<Trigger>, IEnumerable<Trigger>, IEnumerable

Reference documentation and code samples for the Eventarc v1 API class ListTriggersResponse.

The response message for the ListTriggers method.

Inheritance

object > ListTriggersResponse

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

ListTriggersResponse()

public ListTriggersResponse()

ListTriggersResponse(ListTriggersResponse)

public ListTriggersResponse(ListTriggersResponse other)
Parameter
Name Description
other ListTriggersResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A page token that can be sent to ListTriggers to request the next page. If this is empty, then there are no more pages.

Property Value
Type Description
string

Triggers

public RepeatedField<Trigger> Triggers { get; }

The requested triggers, up to the number specified in page_size.

Property Value
Type Description
RepeatedFieldTrigger

Unreachable

public RepeatedField<string> Unreachable { get; }

Unreachable resources, if any.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Trigger> GetEnumerator()

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

Returns
Type Description
IEnumeratorTrigger