Show / Hide Table of Contents

Class ResellernotifyResource.UnregisterRequest

Unregisters a Reseller for receiving notifications.

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

Constructors

UnregisterRequest(IClientService)

Constructs a new Unregister request.

Declaration
public UnregisterRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

ServiceAccountEmailAddress

The service account which owns the Cloud-PubSub topic.

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

Methods

InitParameters()

Initializes Unregister parameter list.

Declaration
protected override void InitParameters()
Overrides
ResellerBaseServiceRequest<ResellernotifyResource>.InitParameters()

Implements

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