Show / Hide Table of Contents

Class TasksResource.PushNotificationConfigsResource.ListRequest

Get a list of push notifications configured for a task.

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

MethodName

Gets the method name.

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

PageSize

For AIP-158 these fields are present. Usually not used/needed. The maximum number of configurations to return. If unspecified, all configs will be returned.

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

PageToken

A page token received from a previous ListTaskPushNotificationConfigRequest call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListTaskPushNotificationConfigRequest must match the call that provided the page token.

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

Parent

The parent task resource. Format: tasks/{task_id}

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<ListTaskPushNotificationConfigResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
WorkspaceEventsBaseServiceRequest<ListTaskPushNotificationConfigResponse>.InitParameters()

Implements

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