Show / Hide Table of Contents

Class AppsResource.AuthorizedCertificatesResource.PatchRequest

Updates the specified SSL certificate. To renew a certificate and maintain its existing domain mappings, update certificate_data with a new certificate. The new certificate must be applicable to the same domains as the original certificate. The certificate display_name may also be updated.

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

Constructors

PatchRequest(IClientService, AuthorizedCertificate, string, string)

Constructs a new Patch request.

Declaration
public PatchRequest(IClientService service, AuthorizedCertificate body, string appsId, string authorizedCertificatesId)
Parameters
Type Name Description
IClientService service
AuthorizedCertificate body
string appsId
string authorizedCertificatesId

Properties

AppsId

Part of name. Name of the resource to update. Example: apps/myapp/authorizedCertificates/12345.

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

AuthorizedCertificatesId

Part of name. See documentation of appsId.

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

UpdateMask

Standard field mask for the set of fields to be updated. Updates are only supported on the certificate_raw_data and display_name fields.

Declaration
[RequestParameter("updateMask", RequestParameterType.Query)]
public virtual object UpdateMask { get; set; }
Property Value
Type Description
object

Methods

GetBody()

Returns the body of the request.

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

InitParameters()

Initializes Patch parameter list.

Declaration
protected override void InitParameters()
Overrides
AppengineBaseServiceRequest<AuthorizedCertificate>.InitParameters()

Implements

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