public sealed class ListConnectionProfilesResponse : IMessage<ListConnectionProfilesResponse>, IEquatable<ListConnectionProfilesResponse>, IDeepCloneable<ListConnectionProfilesResponse>, IBufferMessage, IMessage, IPageResponse<ConnectionProfile>, IEnumerable<ConnectionProfile>, IEnumerable
Response message for 'ListConnectionProfiles' request.
Implements
IMessage<ListConnectionProfilesResponse>, IEquatable<ListConnectionProfilesResponse>, IDeepCloneable<ListConnectionProfilesResponse>, IBufferMessage, IMessage, IPageResponse<ConnectionProfile>, IEnumerable<ConnectionProfile>, IEnumerableNamespace
Google.Cloud.CloudDms.V1Assembly
Google.Cloud.CloudDms.V1.dll
Constructors
ListConnectionProfilesResponse()
public ListConnectionProfilesResponse()
ListConnectionProfilesResponse(ListConnectionProfilesResponse)
public ListConnectionProfilesResponse(ListConnectionProfilesResponse other)
Parameter | |
---|---|
Name | Description |
other | ListConnectionProfilesResponse |
Properties
ConnectionProfiles
public RepeatedField<ConnectionProfile> ConnectionProfiles { get; }
The response list of connection profiles.
Property Value | |
---|---|
Type | Description |
RepeatedField<ConnectionProfile> |
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 |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Methods
GetEnumerator()
public IEnumerator<ConnectionProfile> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<ConnectionProfile> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |