Cloud Build v2 API - Class ListConnectionsResponse (1.3.0)

public sealed class ListConnectionsResponse : IMessage<ListConnectionsResponse>, IEquatable<ListConnectionsResponse>, IDeepCloneable<ListConnectionsResponse>, IBufferMessage, IMessage, IPageResponse<Connection>, IEnumerable<Connection>, IEnumerable

Reference documentation and code samples for the Cloud Build v2 API class ListConnectionsResponse.

Message for response to listing Connections.

Inheritance

object > ListConnectionsResponse

Namespace

Google.Cloud.CloudBuild.V2

Assembly

Google.Cloud.CloudBuild.V2.dll

Constructors

ListConnectionsResponse()

public ListConnectionsResponse()

ListConnectionsResponse(ListConnectionsResponse)

public ListConnectionsResponse(ListConnectionsResponse other)
Parameter
NameDescription
otherListConnectionsResponse

Properties

Connections

public RepeatedField<Connection> Connections { get; }

The list of Connections.

Property Value
TypeDescription
RepeatedFieldConnection

NextPageToken

public string NextPageToken { get; set; }

A token identifying a page of results the server should return.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Connection> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorConnection