Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConnectorsResource.ListRequest

Lists Serverless VPC Access connectors.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListConnectorsResponse>
ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>
ProjectsResource.LocationsResource.ConnectorsResource.ListRequest
Implements
IClientServiceRequest<ListConnectorsResponse>
IClientServiceRequest
Inherited Members
ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>.Xgafv
ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>.AccessToken
ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>.Alt
ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>.Callback
ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>.Fields
ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>.Key
ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>.OauthToken
ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>.PrettyPrint
ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>.QuotaUser
ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>.UploadType
ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>.UploadProtocol
ClientServiceRequest<ListConnectorsResponse>.Execute()
ClientServiceRequest<ListConnectorsResponse>.ExecuteAsStream()
ClientServiceRequest<ListConnectorsResponse>.ExecuteAsync()
ClientServiceRequest<ListConnectorsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListConnectorsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListConnectorsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListConnectorsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListConnectorsResponse>.GenerateRequestUri()
ClientServiceRequest<ListConnectorsResponse>.GetBody()
ClientServiceRequest<ListConnectorsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListConnectorsResponse>.ETagAction
ClientServiceRequest<ListConnectorsResponse>.ModifyRequest
ClientServiceRequest<ListConnectorsResponse>.ValidateParameters
ClientServiceRequest<ListConnectorsResponse>.ApiVersion
ClientServiceRequest<ListConnectorsResponse>.RequestParameters
ClientServiceRequest<ListConnectorsResponse>.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.ServerlessVPCAccess.v1
Assembly: Google.Apis.ServerlessVPCAccess.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConnectorsResource.ListRequest : ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>, IClientServiceRequest<ListConnectorsResponse>, 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
ClientServiceRequest<ListConnectorsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Maximum number of functions to return per call.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Continuation token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. The project and location from which the routes should be listed.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
ServerlessVPCAccessBaseServiceRequest<ListConnectorsResponse>.InitParameters()

Implements

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