Storage Transfer v1 API - Class GetTransferJobRequest (2.5.0)

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

Reference documentation and code samples for the Storage Transfer v1 API class GetTransferJobRequest.

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 project that owns the job.

Property Value
TypeDescription
string