Class ListPrivateConnectionsResponse (1.0.0-beta02)

public sealed class ListPrivateConnectionsResponse : IMessage<ListPrivateConnectionsResponse>, IEquatable<ListPrivateConnectionsResponse>, IDeepCloneable<ListPrivateConnectionsResponse>, IBufferMessage, IMessage, IPageResponse<PrivateConnection>, IEnumerable<PrivateConnection>, IEnumerable

Inheritance

Object > ListPrivateConnectionsResponse

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

ListPrivateConnectionsResponse()

public ListPrivateConnectionsResponse()

ListPrivateConnectionsResponse(ListPrivateConnectionsResponse)

public ListPrivateConnectionsResponse(ListPrivateConnectionsResponse other)
Parameter
NameDescription
otherListPrivateConnectionsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

Property Value
TypeDescription
String

PrivateConnections

public RepeatedField<PrivateConnection> PrivateConnections { get; }

List of private connectivity configurations.

Property Value
TypeDescription
RepeatedField<PrivateConnection>

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedField<String>

Methods

GetEnumerator()

public IEnumerator<PrivateConnection> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<PrivateConnection>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator