public sealed class ListPrivateConnectionsResponse : IMessage<ListPrivateConnectionsResponse>, IEquatable<ListPrivateConnectionsResponse>, IDeepCloneable<ListPrivateConnectionsResponse>, IBufferMessage, IMessage, IPageResponse<PrivateConnection>, IEnumerable<PrivateConnection>, IEnumerable
Response containing a list of private connection configurations.
Implements
IMessage<ListPrivateConnectionsResponse>, IEquatable<ListPrivateConnectionsResponse>, IDeepCloneable<ListPrivateConnectionsResponse>, IBufferMessage, IMessage, IPageResponse<PrivateConnection>, IEnumerable<PrivateConnection>, IEnumerableNamespace
Google.Cloud.Datastream.V1Assembly
Google.Cloud.Datastream.V1.dll
Constructors
ListPrivateConnectionsResponse()
public ListPrivateConnectionsResponse()
ListPrivateConnectionsResponse(ListPrivateConnectionsResponse)
public ListPrivateConnectionsResponse(ListPrivateConnectionsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListPrivateConnectionsResponse |
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 | |
---|---|
Type | Description |
String |
PrivateConnections
public RepeatedField<PrivateConnection> PrivateConnections { get; }
List of private connectivity configurations.
Property Value | |
---|---|
Type | Description |
RepeatedField<PrivateConnection> |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<PrivateConnection> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<PrivateConnection> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |