Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StartBackfillJobRequest

Starts backfill job for the specified stream object.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<StartBackfillJobResponse>
DatastreamBaseServiceRequest<StartBackfillJobResponse>
ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StartBackfillJobRequest
Implements
IClientServiceRequest<StartBackfillJobResponse>
IClientServiceRequest
Inherited Members
DatastreamBaseServiceRequest<StartBackfillJobResponse>.Xgafv
DatastreamBaseServiceRequest<StartBackfillJobResponse>.AccessToken
DatastreamBaseServiceRequest<StartBackfillJobResponse>.Alt
DatastreamBaseServiceRequest<StartBackfillJobResponse>.Callback
DatastreamBaseServiceRequest<StartBackfillJobResponse>.Fields
DatastreamBaseServiceRequest<StartBackfillJobResponse>.Key
DatastreamBaseServiceRequest<StartBackfillJobResponse>.OauthToken
DatastreamBaseServiceRequest<StartBackfillJobResponse>.PrettyPrint
DatastreamBaseServiceRequest<StartBackfillJobResponse>.QuotaUser
DatastreamBaseServiceRequest<StartBackfillJobResponse>.UploadType
DatastreamBaseServiceRequest<StartBackfillJobResponse>.UploadProtocol
ClientServiceRequest<StartBackfillJobResponse>.Execute()
ClientServiceRequest<StartBackfillJobResponse>.ExecuteAsStream()
ClientServiceRequest<StartBackfillJobResponse>.ExecuteAsync()
ClientServiceRequest<StartBackfillJobResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<StartBackfillJobResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<StartBackfillJobResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<StartBackfillJobResponse>.CreateRequest(bool?)
ClientServiceRequest<StartBackfillJobResponse>.GenerateRequestUri()
ClientServiceRequest<StartBackfillJobResponse>.GetBody()
ClientServiceRequest<StartBackfillJobResponse>.GetDefaultETagAction(string)
ClientServiceRequest<StartBackfillJobResponse>.ETagAction
ClientServiceRequest<StartBackfillJobResponse>.ModifyRequest
ClientServiceRequest<StartBackfillJobResponse>.ValidateParameters
ClientServiceRequest<StartBackfillJobResponse>.ApiVersion
ClientServiceRequest<StartBackfillJobResponse>.RequestParameters
ClientServiceRequest<StartBackfillJobResponse>.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.v1alpha1
Assembly: Google.Apis.Datastream.v1alpha1.dll
Syntax
public class ProjectsResource.LocationsResource.StreamsResource.ObjectsResource.StartBackfillJobRequest : DatastreamBaseServiceRequest<StartBackfillJobResponse>, IClientServiceRequest<StartBackfillJobResponse>, IClientServiceRequest

Constructors

StartBackfillJobRequest(IClientService, string)

Constructs a new StartBackfillJob request.

Declaration
public StartBackfillJobRequest(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
ClientServiceRequest<StartBackfillJobResponse>.HttpMethod

MethodName

Gets the method name.

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

Object

Required. The name of the stream object resource to start a 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<StartBackfillJobResponse>.RestPath

Methods

InitParameters()

Initializes StartBackfillJob parameter list.

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

Implements

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