Class ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource.DeleteRequest
Deletes an existing Version resource.
Inheritance
ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource.DeleteRequest
Inherited Members
Namespace: Google.Apis.Appengine.v1beta
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class ProjectsResource.LocationsResource.ApplicationsResource.ServicesResource.VersionsResource.DeleteRequest : AppengineBaseServiceRequest<Operation>, IClientServiceRequest<Operation>, IClientServiceRequest
Constructors
DeleteRequest(IClientService, string, string, string, string, string)
Constructs a new Delete request.
Declaration
public DeleteRequest(IClientService service, string projectsId, string locationsId, string applicationsId, string servicesId, string versionsId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | projectsId | |
string | locationsId | |
string | applicationsId | |
string | servicesId | |
string | versionsId |
Properties
ApplicationsId
Part of name
. See documentation of projectsId
.
Declaration
[RequestParameter("applicationsId", RequestParameterType.Path)]
public virtual string ApplicationsId { 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
. Name of the resource requested. Example:
apps/myapp/services/default/versions/v1.
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
ServicesId
Part of name
. See documentation of projectsId
.
Declaration
[RequestParameter("servicesId", RequestParameterType.Path)]
public virtual string ServicesId { get; }
Property Value
Type | Description |
---|---|
string |
VersionsId
Part of name
. See documentation of projectsId
.
Declaration
[RequestParameter("versionsId", RequestParameterType.Path)]
public virtual string VersionsId { get; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes Delete parameter list.
Declaration
protected override void InitParameters()