Network Connectivity v1 API - Class ListGroupsResponse (2.7.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 Network Connectivity v1 API class ListGroupsResponse.

Response for [HubService.ListGroups][google.cloud.networkconnectivity.v1.HubService.ListGroups] method.

Inheritance

object > ListGroupsResponse

Namespace

Google.Cloud.NetworkConnectivity.V1

Assembly

Google.Cloud.NetworkConnectivity.V1.dll

Constructors

ListGroupsResponse()

public ListGroupsResponse()

ListGroupsResponse(ListGroupsResponse)

public ListGroupsResponse(ListGroupsResponse other)
Parameter
NameDescription
otherListGroupsResponse

Properties

Groups

public RepeatedField<Group> Groups { get; }

The requested groups.

Property Value
TypeDescription
RepeatedFieldGroup

NextPageToken

public string NextPageToken { get; set; }

The token for the next page of the response. To see more results, use this value as the page_token for your next request. If this value is empty, there are no more results.

Property Value
TypeDescription
string

Unreachable

public RepeatedField<string> Unreachable { get; }

Hubs 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