public sealed class ListChannelConnectionsResponse : IMessage<ListChannelConnectionsResponse>, IEquatable<ListChannelConnectionsResponse>, IDeepCloneable<ListChannelConnectionsResponse>, IBufferMessage, IMessage, IPageResponse<ChannelConnection>, IEnumerable<ChannelConnection>, IEnumerable
Reference documentation and code samples for the Eventarc v1 API class ListChannelConnectionsResponse.
The response message for the ListChannelConnections
method.
Implements
IMessageListChannelConnectionsResponse, IEquatableListChannelConnectionsResponse, IDeepCloneableListChannelConnectionsResponse, IBufferMessage, IMessage, IPageResponseChannelConnection, IEnumerableChannelConnection, IEnumerableNamespace
Google.Cloud.Eventarc.V1Assembly
Google.Cloud.Eventarc.V1.dll
Constructors
ListChannelConnectionsResponse()
public ListChannelConnectionsResponse()
ListChannelConnectionsResponse(ListChannelConnectionsResponse)
public ListChannelConnectionsResponse(ListChannelConnectionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListChannelConnectionsResponse |
Properties
ChannelConnections
public RepeatedField<ChannelConnection> ChannelConnections { get; }
The requested channel connections, up to the number specified in
page_size
.
Property Value | |
---|---|
Type | Description |
RepeatedFieldChannelConnection |
NextPageToken
public string NextPageToken { get; set; }
A page token that can be sent to ListChannelConnections
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<ChannelConnection> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorChannelConnection |