Class ProjectsResource.LocationsResource.ApisResource.DeploymentsResource.DeleteRevisionRequest
Deletes a revision of a deployment.
Inheritance
ProjectsResource.LocationsResource.ApisResource.DeploymentsResource.DeleteRevisionRequest
Inherited Members
Namespace: Google.Apis.ApigeeRegistry.v1
Assembly: Google.Apis.ApigeeRegistry.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ApisResource.DeploymentsResource.DeleteRevisionRequest : ApigeeRegistryBaseServiceRequest<ApiDeployment>, IClientServiceRequest<ApiDeployment>, IClientServiceRequest
Constructors
DeleteRevisionRequest(IClientService, string)
Constructs a new DeleteRevision request.
Declaration
public DeleteRevisionRequest(IClientService service, string name)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApigeeRegistry.v1.Data.ApiDeployment>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApigeeRegistry.v1.Data.ApiDeployment>.MethodName
Name
Required. The name of the deployment revision to be deleted, with a revision ID explicitly
included. Example:
projects/sample/locations/global/apis/petstore/deployments/prod@c7cfa2a8
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
Google.Apis.Requests.ClientServiceRequest<Google.Apis.ApigeeRegistry.v1.Data.ApiDeployment>.RestPath
Methods
InitParameters()
Initializes DeleteRevision parameter list.
Declaration
protected override void InitParameters()