Storage Batch Operations v1 API - Class GetJobRequest (1.0.0-beta01)

public sealed class GetJobRequest : IMessage<GetJobRequest>, IEquatable<GetJobRequest>, IDeepCloneable<GetJobRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Storage Batch Operations v1 API class GetJobRequest.

Message for getting a Job

Inheritance

object > GetJobRequest

Namespace

Google.Cloud.StorageBatchOperations.V1

Assembly

Google.Cloud.StorageBatchOperations.V1.dll

Constructors

GetJobRequest()

public GetJobRequest()

GetJobRequest(GetJobRequest)

public GetJobRequest(GetJobRequest other)
Parameter
Name Description
other GetJobRequest

Properties

JobName

public JobName JobName { get; set; }

JobName-typed view over the Name resource name property.

Property Value
Type Description
JobName

Name

public string Name { get; set; }

Required. name of the job to retrieve. Format: projects/{project_id}/locations/{location_id}/jobs/{job_id} .

Property Value
Type Description
string