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
Implements
IMessageGetJobRequest, IEquatableGetJobRequest, IDeepCloneableGetJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.StorageBatchOperations.V1Assembly
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; }
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 |