public sealed class ListChannelsResponse : IMessage<ListChannelsResponse>, IEquatable<ListChannelsResponse>, IDeepCloneable<ListChannelsResponse>, IBufferMessage, IMessage, IPageResponse<Channel>, IEnumerable<Channel>, IEnumerable
Reference documentation and code samples for the Eventarc v1 API class ListChannelsResponse.
The response message for the ListChannels
method.
Implements
IMessageListChannelsResponse, IEquatableListChannelsResponse, IDeepCloneableListChannelsResponse, IBufferMessage, IMessage, IPageResponseChannel, IEnumerableChannel, IEnumerableNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
ListChannelsResponse()
public ListChannelsResponse()
ListChannelsResponse(ListChannelsResponse)
public ListChannelsResponse(ListChannelsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListChannelsResponse |
Properties
Channels
public RepeatedField<Channel> Channels { get; }
The requested channels, up to the number specified in page_size
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldChannel |
NextPageToken
public string NextPageToken { get; set; }
A page token that can be sent to ListChannels
to request the next page.
If this is empty, then there are no more pages.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Unreachable resources, if any.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Channel> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorChannel |