Class ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.DeleteRequest
Deletes the specified SSL certificate.
Inheritance
ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.DeleteRequest
Inherited Members
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.ApplicationsResource.AuthorizedCertificatesResource.DeleteRequest : AppengineBaseServiceRequest<Empty>, IClientServiceRequest<Empty>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, string, string, string, string)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string projectsId, string locationsId, string applicationsId, string authorizedCertificatesId)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| string | projectsId | |
| string | locationsId | |
| string | applicationsId | |
| string | authorizedCertificatesId |
Properties
ApplicationsId
Part of name. See documentation of projectsId.
Declaration
[RequestParameter("applicationsId", RequestParameterType.Path)]
public virtual string ApplicationsId { get; }
Property Value
| Type | Description |
|---|---|
| string |
AuthorizedCertificatesId
Part of name. See documentation of projectsId.
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
LocationsId
Part of name. See documentation of projectsId.
Declaration
[RequestParameter("locationsId", RequestParameterType.Path)]
public virtual string LocationsId { get; }
Property Value
| Type | Description |
|---|---|
| string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
ProjectsId
Part of name. Required. Name of the resource to delete. Example:
apps/myapp/authorizedCertificates/12345.
Declaration
[RequestParameter("projectsId", RequestParameterType.Path)]
public virtual string ProjectsId { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()