Interface JobReferenceOrBuilder (3.1.2)

public interface JobReferenceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJobId()

public abstract String getJobId()

Optional. The job ID, which must be unique within the project. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or hyphens (-). The maximum length is 100 characters. If not specified by the caller, the job ID will be provided by the server.

string job_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The jobId.

getJobIdBytes()

public abstract ByteString getJobIdBytes()

Optional. The job ID, which must be unique within the project. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), or hyphens (-). The maximum length is 100 characters. If not specified by the caller, the job ID will be provided by the server.

string job_id = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for jobId.

getProjectId()

public abstract String getProjectId()

Optional. The ID of the Google Cloud Platform project that the job belongs to. If specified, must match the request project ID.

string project_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

Optional. The ID of the Google Cloud Platform project that the job belongs to. If specified, must match the request project ID.

string project_id = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
TypeDescription
ByteString

The bytes for projectId.