Class CustomersResource.CertificateProvisioningProcessesResource.UploadCertificateRequest
Uploads a successfully issued certificate for a certificate provisioning process.
Inheritance
CustomersResource.CertificateProvisioningProcessesResource.UploadCertificateRequest
Implements
Inherited Members
ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1UploadCertificateResponse>.Fields
ClientServiceRequest<GoogleChromeManagementVersionsV1UploadCertificateResponse>.CreateRequest(bool?)
Namespace: Google.Apis.ChromeManagement.v1
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class CustomersResource.CertificateProvisioningProcessesResource.UploadCertificateRequest : ChromeManagementBaseServiceRequest<GoogleChromeManagementVersionsV1UploadCertificateResponse>, IClientServiceRequest<GoogleChromeManagementVersionsV1UploadCertificateResponse>, IClientServiceRequest
Constructors
UploadCertificateRequest(IClientService, GoogleChromeManagementVersionsV1UploadCertificateRequest, string)
Constructs a new UploadCertificate request.
Declaration
public UploadCertificateRequest(IClientService service, GoogleChromeManagementVersionsV1UploadCertificateRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| GoogleChromeManagementVersionsV1UploadCertificateRequest | body | |
| string | name |
Properties
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
Name
Required. Resource name of the CertificateProvisioningProcess to return. The name pattern is given
as customers/{customer}/certificateProvisioningProcesses/{certificate_provisioning_process} with
{customer} being the obfuscated customer id and {certificate_provisioning_process} being the
certificate provisioning process id.
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
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes UploadCertificate parameter list.
Declaration
protected override void InitParameters()