Cloud Identity-Aware Proxy v1 API - Class ListTunnelDestGroupsRequest (2.3.0)

public sealed class ListTunnelDestGroupsRequest : IPageRequest, IMessage<ListTunnelDestGroupsRequest>, IEquatable<ListTunnelDestGroupsRequest>, IDeepCloneable<ListTunnelDestGroupsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Identity-Aware Proxy v1 API class ListTunnelDestGroupsRequest.

The request to ListTunnelDestGroups.

Inheritance

object > ListTunnelDestGroupsRequest

Namespace

GoogleGoogle.CloudGoogle.Cloud.IapV1

Assembly

Google.Cloud.Iap.V1.dll

Constructors

ListTunnelDestGroupsRequest()

public ListTunnelDestGroupsRequest()

ListTunnelDestGroupsRequest(ListTunnelDestGroupsRequest)

public ListTunnelDestGroupsRequest(ListTunnelDestGroupsRequest other)
Parameter
NameDescription
otherListTunnelDestGroupsRequest

Properties

PageSize

public int PageSize { get; set; }

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.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

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.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

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.

Property Value
TypeDescription
string

ParentAsTunnelLocationName

public TunnelLocationName ParentAsTunnelLocationName { get; set; }

TunnelLocationName-typed view over the Parent resource name property.

Property Value
TypeDescription
TunnelLocationName