Show / Hide Table of Contents

Class AppsigningResource.RotateAppSigningKeyRequest

Rotates an app's signing key to a new self-hosted Google Cloud KMS key. Warning: This method only applies to apps enrolled with self-hosted Cloud KMS keys. For apps using standard Google-managed Play App Signing, key rotation requests must be initiated through the Google Play Console UI. See Help Center: https://support.google.com/googleplay/android-developer/answer/9842756

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

Constructors

RotateAppSigningKeyRequest(IClientService, RotateAppSigningKeyRequest, string)

Constructs a new RotateAppSigningKey request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Either package name or app ID of the app rotating the signing key.

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

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes RotateAppSigningKey parameter list.

Declaration
protected override void InitParameters()
Overrides
AndroidPublisherBaseServiceRequest<RotateAppSigningKeyResponse>.InitParameters()

Implements

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