public sealed class GetTransferJobRequest : IMessage<GetTransferJobRequest>, IEquatable<GetTransferJobRequest>, IDeepCloneable<GetTransferJobRequest>, IBufferMessage, IMessageReference documentation and code samples for the Storage Transfer v1 API class GetTransferJobRequest.
Request passed to GetTransferJob.
Implements
IMessageGetTransferJobRequest, IEquatableGetTransferJobRequest, IDeepCloneableGetTransferJobRequest, IBufferMessage, IMessageNamespace
Google.Cloud.StorageTransfer.V1Assembly
Google.Cloud.StorageTransfer.V1.dll
Constructors
GetTransferJobRequest()
public GetTransferJobRequest()GetTransferJobRequest(GetTransferJobRequest)
public GetTransferJobRequest(GetTransferJobRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetTransferJobRequest |
Properties
JobName
public string JobName { get; set; }Required. The job to get.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ProjectId
public string ProjectId { get; set; }Required. The ID of the Google Cloud project that owns the job.
| Property Value | |
|---|---|
| Type | Description |
string |
|