public sealed class ListConnectionsResponse : IMessage<ListConnectionsResponse>, IEquatable<ListConnectionsResponse>, IDeepCloneable<ListConnectionsResponse>, IBufferMessage, IMessage, IPageResponse<Connection>, IEnumerable<Connection>, IEnumerable
Reference documentation and code samples for the Developer Connect v1 API class ListConnectionsResponse.
Message for response to listing Connections
Implements
IMessageListConnectionsResponse, IEquatableListConnectionsResponse, IDeepCloneableListConnectionsResponse, IBufferMessage, IMessage, IPageResponseConnection, IEnumerableConnection, IEnumerableNamespace
Google.Cloud.DeveloperConnect.V1Assembly
Google.Cloud.DeveloperConnect.V1.dll
Constructors
ListConnectionsResponse()
public ListConnectionsResponse()
ListConnectionsResponse(ListConnectionsResponse)
public ListConnectionsResponse(ListConnectionsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListConnectionsResponse |
Properties
Connections
public RepeatedField<Connection> Connections { get; }
The list of Connection
Property Value | |
---|---|
Type | Description |
RepeatedFieldConnection |
NextPageToken
public string NextPageToken { get; set; }
A token identifying a page of results the server should return.
Property Value | |
---|---|
Type | Description |
string |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Connection> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorConnection |