Class ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.ListRequest
Lists the existing TunnelDestGroups. To group across all locations, use a -
as the location
ID. For example: /v1/projects/123/iap_tunnel/locations/-/destGroups
Inheritance
Inherited Members
Namespace: Google.Apis.CloudIAP.v1
Assembly: Google.Apis.CloudIAP.v1.dll
Syntax
public class ProjectsResource.IapTunnelResource.LocationsResource.DestGroupsResource.ListRequest : CloudIAPBaseServiceRequest<ListTunnelDestGroupsResponse>, IClientServiceRequest<ListTunnelDestGroupsResponse>, IClientServiceRequest
Constructors
ListRequest(IClientService, string)
Constructs a new List request.
Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | parent |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
PageSize
The maximum number of groups to return. The service might return fewer than this value. If unspecified, at most 100 groups are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
A page token, received from a previous ListTunnelDestGroups
call. Provide this to retrieve
the subsequent page. When paginating, all other parameters provided to
ListTunnelDestGroups
must match the call that provided the page token.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Parent
Required. Google Cloud Project ID and location. In the following format:
projects/{project_number/id}/iap_tunnel/locations/{location}
. A -
can be used for the
location to group across all locations.
Declaration
[RequestParameter("parent", RequestParameterType.Path)]
public virtual string Parent { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
InitParameters()
Initializes List parameter list.
Declaration
protected override void InitParameters()