Show / Hide Table of Contents

Class EnterprisesResource.SendTestPushNotificationRequest

Sends a test notification to validate the EMM integration with the Google Cloud Pub/Sub service for this enterprise.

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

Constructors

SendTestPushNotificationRequest(IClientService, string)

Constructs a new SendTestPushNotification request.

Declaration
public SendTestPushNotificationRequest(IClientService service, string enterpriseId)
Parameters
Type Name Description
IClientService service
string enterpriseId

Properties

EnterpriseId

The ID of the enterprise.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes SendTestPushNotification parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidEnterpriseBaseServiceRequest<EnterprisesSendTestPushNotificationResponse>.InitParameters()

Implements

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