Show / Hide Table of Contents

Class TasksResource.PushNotificationConfigsResource.GetRequest

Get a push notification config for a task.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<TaskPushNotificationConfig>
WorkspaceEventsBaseServiceRequest<TaskPushNotificationConfig>
TasksResource.PushNotificationConfigsResource.GetRequest
Implements
IClientServiceRequest<TaskPushNotificationConfig>
IClientServiceRequest
Inherited Members
WorkspaceEventsBaseServiceRequest<TaskPushNotificationConfig>.Xgafv
WorkspaceEventsBaseServiceRequest<TaskPushNotificationConfig>.AccessToken
WorkspaceEventsBaseServiceRequest<TaskPushNotificationConfig>.Alt
WorkspaceEventsBaseServiceRequest<TaskPushNotificationConfig>.Callback
WorkspaceEventsBaseServiceRequest<TaskPushNotificationConfig>.Fields
WorkspaceEventsBaseServiceRequest<TaskPushNotificationConfig>.Key
WorkspaceEventsBaseServiceRequest<TaskPushNotificationConfig>.OauthToken
WorkspaceEventsBaseServiceRequest<TaskPushNotificationConfig>.PrettyPrint
WorkspaceEventsBaseServiceRequest<TaskPushNotificationConfig>.QuotaUser
WorkspaceEventsBaseServiceRequest<TaskPushNotificationConfig>.UploadType
WorkspaceEventsBaseServiceRequest<TaskPushNotificationConfig>.UploadProtocol
ClientServiceRequest<TaskPushNotificationConfig>.Execute()
ClientServiceRequest<TaskPushNotificationConfig>.ExecuteAsStream()
ClientServiceRequest<TaskPushNotificationConfig>.ExecuteAsync()
ClientServiceRequest<TaskPushNotificationConfig>.ExecuteAsync(CancellationToken)
ClientServiceRequest<TaskPushNotificationConfig>.ExecuteAsStreamAsync()
ClientServiceRequest<TaskPushNotificationConfig>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<TaskPushNotificationConfig>.CreateRequest(bool?)
ClientServiceRequest<TaskPushNotificationConfig>.GenerateRequestUri()
ClientServiceRequest<TaskPushNotificationConfig>.GetBody()
ClientServiceRequest<TaskPushNotificationConfig>.GetDefaultETagAction(string)
ClientServiceRequest<TaskPushNotificationConfig>.ETagAction
ClientServiceRequest<TaskPushNotificationConfig>.ModifyRequest
ClientServiceRequest<TaskPushNotificationConfig>.ValidateParameters
ClientServiceRequest<TaskPushNotificationConfig>.ApiVersion
ClientServiceRequest<TaskPushNotificationConfig>.RequestParameters
ClientServiceRequest<TaskPushNotificationConfig>.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.GetRequest : WorkspaceEventsBaseServiceRequest<TaskPushNotificationConfig>, IClientServiceRequest<TaskPushNotificationConfig>, IClientServiceRequest

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

The resource name of the config to retrieve. Format: tasks/{task_id}/pushNotificationConfigs/{config_id}

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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