Class GetTransferJobRequest (1.0.0)

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

Request passed to GetTransferJob.

Inheritance

Object > GetTransferJobRequest

Namespace

Google.Cloud.StorageTransfer.V1

Assembly

Google.Cloud.StorageTransfer.V1.dll

Constructors

GetTransferJobRequest()

public GetTransferJobRequest()

GetTransferJobRequest(GetTransferJobRequest)

public GetTransferJobRequest(GetTransferJobRequest other)
Parameter
NameDescription
otherGetTransferJobRequest

Properties

JobName

public string JobName { get; set; }

Required. The job to get.

Property Value
TypeDescription
String

ProjectId

public string ProjectId { get; set; }

Required. The ID of the Google Cloud Platform Console project that owns the job.

Property Value
TypeDescription
String