VM Migration v1 API - Class ListGroupsResponse (2.5.0)

public sealed class ListGroupsResponse : IMessage<ListGroupsResponse>, IEquatable<ListGroupsResponse>, IDeepCloneable<ListGroupsResponse>, IBufferMessage, IMessage, IPageResponse<Group>, IEnumerable<Group>, IEnumerable

Reference documentation and code samples for the VM Migration v1 API class ListGroupsResponse.

Response message for 'ListGroups' request.

Inheritance

object > ListGroupsResponse

Namespace

Google.Cloud.VMMigration.V1

Assembly

Google.Cloud.VMMigration.V1.dll

Constructors

ListGroupsResponse()

public ListGroupsResponse()

ListGroupsResponse(ListGroupsResponse)

public ListGroupsResponse(ListGroupsResponse other)
Parameter
NameDescription
otherListGroupsResponse

Properties

Groups

public RepeatedField<Group> Groups { get; }

Output only. The list of groups response.

Property Value
TypeDescription
RepeatedFieldGroup

NextPageToken

public string NextPageToken { get; set; }

Output only. 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; }

Output only. Locations that could not be reached.

Property Value
TypeDescription
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Group> GetEnumerator()

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

Returns
TypeDescription
IEnumeratorGroup