public sealed class ListGroupsRequest : IMessage<ListGroupsRequest>, IEquatable<ListGroupsRequest>, IDeepCloneable<ListGroupsRequest>, IBufferMessage, IMessage, IPageRequest
Reference documentation and code samples for the Network Connectivity v1 API class ListGroupsRequest.
Request for [HubService.ListGroups][google.cloud.networkconnectivity.v1.HubService.ListGroups] method.
Implements
IMessageListGroupsRequest, IEquatableListGroupsRequest, IDeepCloneableListGroupsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
ListGroupsRequest()
public ListGroupsRequest()
ListGroupsRequest(ListGroupsRequest)
public ListGroupsRequest(ListGroupsRequest other)
Parameter | |
---|---|
Name | Description |
other |
ListGroupsRequest |
Properties
Filter
public string Filter { get; set; }
An expression that filters the list of results.
Property Value | |
---|---|
Type | Description |
string |
OrderBy
public string OrderBy { get; set; }
Sort the results by a certain order.
Property Value | |
---|---|
Type | Description |
string |
PageSize
public int PageSize { get; set; }
The maximum number of results to return per page.
Property Value | |
---|---|
Type | Description |
int |
PageToken
public string PageToken { get; set; }
The page token.
Property Value | |
---|---|
Type | Description |
string |
Parent
public string Parent { get; set; }
Required. The parent resource's name.
Property Value | |
---|---|
Type | Description |
string |
ParentAsHubName
public HubName ParentAsHubName { get; set; }
Property Value | |
---|---|
Type | Description |
HubName |