public sealed class GetTransferJobRequest : IMessage<GetTransferJobRequest>, IEquatable<GetTransferJobRequest>, IDeepCloneable<GetTransferJobRequest>, IBufferMessage, IMessage
Request passed to GetTransferJob.
Implements
IMessage<GetTransferJobRequest>, IEquatable<GetTransferJobRequest>, IDeepCloneable<GetTransferJobRequest>, 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 |