BigQuery Connection v1 API - Class ListConnectionsResponse (2.8.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 BigQuery Connection v1 API class ListConnectionsResponse.

The response for [ConnectionService.ListConnections][google.cloud.bigquery.connection.v1.ConnectionService.ListConnections].

Inheritance

object > ListConnectionsResponse

Namespace

Google.Cloud.BigQuery.Connection.V1

Assembly

Google.Cloud.BigQuery.Connection.V1.dll

Constructors

ListConnectionsResponse()

public ListConnectionsResponse()

ListConnectionsResponse(ListConnectionsResponse)

public ListConnectionsResponse(ListConnectionsResponse other)
Parameter
NameDescription
otherListConnectionsResponse

Properties

Connections

public RepeatedField<Connection> Connections { get; }

List of connections.

Property Value
TypeDescription
RepeatedFieldConnection

NextPageToken

public string NextPageToken { get; set; }

Next page token.

Property Value
TypeDescription
string

Methods

GetEnumerator()

public IEnumerator<Connection> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorConnection