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
AppsResource.AuthorizedCertificatesResource.PatchRequest
Inherited Members
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.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
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()