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
System.Object
AppsResource.AuthorizedCertificatesResource.PatchRequest
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class 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 | |
| System.String | appsId | |
| System.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 |
|---|---|
| System.String |
AuthorizedCertificatesId
Part of name. See documentation of appsId.
Declaration
[RequestParameter("authorizedCertificatesId", RequestParameterType.Path)]
public virtual string AuthorizedCertificatesId { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.AuthorizedCertificate>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.AuthorizedCertificate>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| System.String |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.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 |
|---|---|
| System.Object |
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| System.Object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Appengine.v1beta.Data.AuthorizedCertificate>.GetBody()
InitParameters()
Initializes Patch parameter list.
Declaration
protected override void InitParameters()
Overrides
Google.Apis.Appengine.v1beta.AppengineBaseServiceRequest<Google.Apis.Appengine.v1beta.Data.AuthorizedCertificate>.InitParameters()