Class ProjectsResource.DeleteSnapshotsRequest
Deletes a snapshot.
Inheritance
ProjectsResource.DeleteSnapshotsRequest
Inherited Members
Namespace: Google.Apis.Dataflow.v1b3
Assembly: Google.Apis.Dataflow.v1b3.dll
Syntax
public class ProjectsResource.DeleteSnapshotsRequest : DataflowBaseServiceRequest<DeleteSnapshotResponse>, IClientServiceRequest<DeleteSnapshotResponse>, IClientServiceRequest
Constructors
DeleteSnapshotsRequest(IClientService, string)
Constructs a new DeleteSnapshots request.
Declaration
public DeleteSnapshotsRequest(IClientService service, string projectId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | projectId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Location
The location that contains this snapshot.
Declaration
[RequestParameter("location", RequestParameterType.Query)]
public virtual string Location { get; set; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ProjectId
The ID of the Cloud Platform project that the snapshot belongs to.
Declaration
[RequestParameter("projectId", RequestParameterType.Path)]
public virtual string ProjectId { get; }
Property Value
Type | Description |
---|---|
string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
SnapshotId
The ID of the snapshot.
Declaration
[RequestParameter("snapshotId", RequestParameterType.Query)]
public virtual string SnapshotId { get; set; }
Property Value
Type | Description |
---|---|
string |
Methods
InitParameters()
Initializes DeleteSnapshots parameter list.
Declaration
protected override void InitParameters()