Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StopBackfillJobRequest

Use this method to stop a backfill job for the specified stream object.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<StopBackfillJobResponse>
DatastreamBaseServiceRequest<StopBackfillJobResponse>
ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StopBackfillJobRequest
Implements
IClientServiceRequest<StopBackfillJobResponse>
IClientServiceRequest
Inherited Members
DatastreamBaseServiceRequest<StopBackfillJobResponse>.Xgafv
DatastreamBaseServiceRequest<StopBackfillJobResponse>.AccessToken
DatastreamBaseServiceRequest<StopBackfillJobResponse>.Alt
DatastreamBaseServiceRequest<StopBackfillJobResponse>.Callback
DatastreamBaseServiceRequest<StopBackfillJobResponse>.Fields
DatastreamBaseServiceRequest<StopBackfillJobResponse>.Key
DatastreamBaseServiceRequest<StopBackfillJobResponse>.OauthToken
DatastreamBaseServiceRequest<StopBackfillJobResponse>.PrettyPrint
DatastreamBaseServiceRequest<StopBackfillJobResponse>.QuotaUser
DatastreamBaseServiceRequest<StopBackfillJobResponse>.UploadType
DatastreamBaseServiceRequest<StopBackfillJobResponse>.UploadProtocol
ClientServiceRequest<StopBackfillJobResponse>.Execute()
ClientServiceRequest<StopBackfillJobResponse>.ExecuteAsStream()
ClientServiceRequest<StopBackfillJobResponse>.ExecuteAsync()
ClientServiceRequest<StopBackfillJobResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<StopBackfillJobResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<StopBackfillJobResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<StopBackfillJobResponse>.CreateRequest(bool?)
ClientServiceRequest<StopBackfillJobResponse>.GenerateRequestUri()
ClientServiceRequest<StopBackfillJobResponse>.GetDefaultETagAction(string)
ClientServiceRequest<StopBackfillJobResponse>.ETagAction
ClientServiceRequest<StopBackfillJobResponse>.ModifyRequest
ClientServiceRequest<StopBackfillJobResponse>.ValidateParameters
ClientServiceRequest<StopBackfillJobResponse>.ApiVersion
ClientServiceRequest<StopBackfillJobResponse>.RequestParameters
ClientServiceRequest<StopBackfillJobResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Datastream.v1
Assembly: Google.Apis.Datastream.v1.dll
Syntax
public class ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StopBackfillJobRequest : DatastreamBaseServiceRequest<StopBackfillJobResponse>, IClientServiceRequest<StopBackfillJobResponse>, IClientServiceRequest

Constructors

StopBackfillJobRequest(IClientService, StopBackfillJobRequest, string)

Constructs a new StopBackfillJob request.

Declaration
public StopBackfillJobRequest(IClientService service, StopBackfillJobRequest body, string datastreamObject)
Parameters
Type Name Description
IClientService service
StopBackfillJobRequest body
string datastreamObject

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<StopBackfillJobResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<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
ClientServiceRequest<StopBackfillJobResponse>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<StopBackfillJobResponse>.GetBody()

InitParameters()

Initializes StopBackfillJob parameter list.

Declaration
protected override void InitParameters()
Overrides
DatastreamBaseServiceRequest<StopBackfillJobResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX