Interface TransferProto.GetTransferJobRequestOrBuilder (1.17.0)

public static interface TransferProto.GetTransferJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJobName()

public abstract String getJobName()

Required. The job to get.

string job_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The jobName.

getJobNameBytes()

public abstract ByteString getJobNameBytes()

Required. The job to get.

string job_name = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for jobName.

getProjectId()

public abstract String getProjectId()

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

string project_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

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

string project_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for projectId.