Class ServicesResource.ListRequest
Lists all VPC-SC supported services.
Inheritance
ServicesResource.ListRequest
  Inherited Members
Namespace: Google.Apis.AccessContextManager.v1
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class ServicesResource.ListRequest : AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>, IClientServiceRequest<ListSupportedServicesResponse>, IClientServiceRequestConstructors
ListRequest(IClientService)
Constructs a new List request.
Declaration
public ListRequest(IClientService service)Parameters
| Type | Name | Description | 
|---|---|---|
| IClientService | service | 
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
This flag specifies the maximum number of services to return per page. Default is 100.
Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | 
PageToken
Token to start on a later page. Default is the first page.
Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }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()