Class ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StopBackfillJobRequest
Stops the backfill job for the specified stream object.
Inheritance
ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StopBackfillJobRequest
Inherited Members
Namespace: Google.Apis.Datastream.v1alpha1
Assembly: Google.Apis.Datastream.v1alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StopBackfillJobRequest : DatastreamBaseServiceRequest<StopBackfillJobResponse>, IClientServiceRequest<StopBackfillJobResponse>, IClientServiceRequest
Constructors
StopBackfillJobRequest(IClientService, string)
Constructs a new StopBackfillJob request.
Declaration
public StopBackfillJobRequest(IClientService service, string datastreamObject)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | datastreamObject |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastream.v1alpha1.Data.StopBackfillJobResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Datastream.v1alpha1.Data.StopBackfillJobResponse>.MethodName
Object
Required. The name of the stream object resource to stop the backfill job for.
Declaration
[RequestParameter("object", RequestParameterType.Path)]
public virtual string Object { 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.Datastream.v1alpha1.Data.StopBackfillJobResponse>.RestPath
Methods
InitParameters()
Initializes StopBackfillJob parameter list.
Declaration
protected override void InitParameters()