Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ConnectionsResource.ListenEventRequest

ListenEvent listens to the event.

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

Constructors

ListenEventRequest(IClientService, ListenEventRequest, string)

Constructs a new ListenEvent request.

Declaration
public ListenEventRequest(IClientService service, ListenEventRequest body, string resourcePath)
Parameters
Type Name Description
IClientService service
ListenEventRequest body
string resourcePath

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

ResourcePath

Required. Resource path for request.

Declaration
[RequestParameter("resourcePath", RequestParameterType.Path)]
public virtual string ResourcePath { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<ListenEventResponse>.GetBody()

InitParameters()

Initializes ListenEvent parameter list.

Declaration
protected override void InitParameters()
Overrides
ConnectorsBaseServiceRequest<ListenEventResponse>.InitParameters()

Implements

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