Class ProjectsResource.LocationsResource.ConversionWorkspacesResource.SearchBackgroundJobsRequest
Searches/lists the background jobs for a specific conversion workspace. The background jobs are not resources like conversion workspaces or mapping rules, and they can't be created, updated or deleted. Instead, they are a way to expose the data plane jobs log.
Inheritance
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1
Assembly: Google.Apis.DatabaseMigrationService.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ConversionWorkspacesResource.SearchBackgroundJobsRequest : DatabaseMigrationServiceBaseServiceRequest<SearchBackgroundJobsResponse>, IClientServiceRequest<SearchBackgroundJobsResponse>, IClientServiceRequest
Constructors
SearchBackgroundJobsRequest(IClientService, string)
Constructs a new SearchBackgroundJobs request.
Declaration
public SearchBackgroundJobsRequest(IClientService service, string conversionWorkspace)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | conversionWorkspace |
Properties
CompletedUntilTime
object representation of CompletedUntilTimeRaw.
Declaration
[Obsolete("This property is obsolete and may behave unexpectedly; please use CompletedUntilTimeDateTimeOffset instead.")]
public virtual object CompletedUntilTime { get; set; }
Property Value
Type | Description |
---|---|
object |
CompletedUntilTimeDateTimeOffset
Declaration
public virtual DateTimeOffset? CompletedUntilTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
CompletedUntilTimeRaw
String representation of CompletedUntilTimeDateTimeOffset, formatted for inclusion in the HTTP request.
Declaration
[RequestParameter("completedUntilTime", RequestParameterType.Query)]
public virtual string CompletedUntilTimeRaw { get; }
Property Value
Type | Description |
---|---|
string |
ConversionWorkspace
Required. Name of the conversion workspace resource whose jobs are listed, in the form of: projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}.
Declaration
[RequestParameter("conversionWorkspace", RequestParameterType.Path)]
public virtual string ConversionWorkspace { get; }
Property Value
Type | Description |
---|---|
string |
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MaxSize
Optional. The maximum number of jobs to return. The service may return fewer than this value. If unspecified, at most 100 jobs are returned. The maximum value is 100; values above 100 are coerced to 100.
Declaration
[RequestParameter("maxSize", RequestParameterType.Query)]
public virtual int? MaxSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
ReturnMostRecentPerJobType
Optional. Whether or not to return just the most recent job per job type,
Declaration
[RequestParameter("returnMostRecentPerJobType", RequestParameterType.Query)]
public virtual bool? ReturnMostRecentPerJobType { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
InitParameters()
Initializes SearchBackgroundJobs parameter list.
Declaration
protected override void InitParameters()