Interface TransferProto.DeleteTransferJobRequestOrBuilder (1.13.0)

Stay organized with collections Save and categorize content based on your preferences.
public static interface TransferProto.DeleteTransferJobRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJobName()

public abstract String getJobName()

Required. The job to delete.

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

Returns
TypeDescription
String

The jobName.

getJobNameBytes()

public abstract ByteString getJobNameBytes()

Required. The job to delete.

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.