Show / Hide Table of Contents

Class ServicesResource.ListRequest

Lists all VPC-SC supported services.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListSupportedServicesResponse>
AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>
ServicesResource.ListRequest
Implements
IClientServiceRequest<ListSupportedServicesResponse>
IClientServiceRequest
Inherited Members
AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>.Xgafv
AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>.AccessToken
AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>.Alt
AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>.Callback
AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>.Fields
AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>.Key
AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>.OauthToken
AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>.PrettyPrint
AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>.QuotaUser
AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>.UploadType
AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>.UploadProtocol
ClientServiceRequest<ListSupportedServicesResponse>.Execute()
ClientServiceRequest<ListSupportedServicesResponse>.ExecuteAsStream()
ClientServiceRequest<ListSupportedServicesResponse>.ExecuteAsync()
ClientServiceRequest<ListSupportedServicesResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListSupportedServicesResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListSupportedServicesResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListSupportedServicesResponse>.CreateRequest(bool?)
ClientServiceRequest<ListSupportedServicesResponse>.GenerateRequestUri()
ClientServiceRequest<ListSupportedServicesResponse>.GetBody()
ClientServiceRequest<ListSupportedServicesResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListSupportedServicesResponse>.ETagAction
ClientServiceRequest<ListSupportedServicesResponse>.ModifyRequest
ClientServiceRequest<ListSupportedServicesResponse>.ValidateParameters
ClientServiceRequest<ListSupportedServicesResponse>.ApiVersion
ClientServiceRequest<ListSupportedServicesResponse>.RequestParameters
ClientServiceRequest<ListSupportedServicesResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.AccessContextManager.v1
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class ServicesResource.ListRequest : AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>, IClientServiceRequest<ListSupportedServicesResponse>, IClientServiceRequest

Constructors

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
ClientServiceRequest<ListSupportedServicesResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<ListSupportedServicesResponse>.MethodName

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
ClientServiceRequest<ListSupportedServicesResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
AccessContextManagerBaseServiceRequest<ListSupportedServicesResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX