DataStream v1 API - Class ListConnectionProfilesResponse (2.6.0)

public sealed class ListConnectionProfilesResponse : IMessage<ListConnectionProfilesResponse>, IEquatable<ListConnectionProfilesResponse>, IDeepCloneable<ListConnectionProfilesResponse>, IBufferMessage, IMessage, IPageResponse<ConnectionProfile>, IEnumerable<ConnectionProfile>, IEnumerable

Reference documentation and code samples for the DataStream v1 API class ListConnectionProfilesResponse.

Response message for listing connection profiles.

Inheritance

object > ListConnectionProfilesResponse

Namespace

Google.Cloud.Datastream.V1

Assembly

Google.Cloud.Datastream.V1.dll

Constructors

ListConnectionProfilesResponse()

public ListConnectionProfilesResponse()

ListConnectionProfilesResponse(ListConnectionProfilesResponse)

public ListConnectionProfilesResponse(ListConnectionProfilesResponse other)
Parameter
NameDescription
otherListConnectionProfilesResponse

Properties

ConnectionProfiles

public RepeatedField<ConnectionProfile> ConnectionProfiles { get; }

List of connection profiles.

Property Value
TypeDescription
RepeatedFieldConnectionProfile

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

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<ConnectionProfile> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorConnectionProfile