public interface BigQueryJobOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationTable()
public abstract BigQueryTableReference getDestinationTable()Optional. A reference to the destination table of the job's query results.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference destination_table = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference |
The destinationTable. |
getDestinationTableOrBuilder()
public abstract BigQueryTableReferenceOrBuilder getDestinationTableOrBuilder()Optional. A reference to the destination table of the job's query results.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference destination_table = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReferenceOrBuilder |
|
getJobId()
public abstract String getJobId()Required. The ID of the job.
See JobReference.
string job_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The jobId. |
getJobIdBytes()
public abstract ByteString getJobIdBytes()Required. The ID of the job.
See JobReference.
string job_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for jobId. |
getLocation()
public abstract String getLocation()Optional. The location of the job.
See JobReference.
string location = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()Optional. The location of the job.
See JobReference.
string location = 5 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
getProjectId()
public abstract String getProjectId()Required. The project that the job belongs to.
See JobReference.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()Required. The project that the job belongs to.
See JobReference.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
getSchema()
public abstract Schema getSchema()Optional. The schema of the job's query results.
See JobStatistics2.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Schema |
The schema. |
getSchemaOrBuilder()
public abstract SchemaOrBuilder getSchemaOrBuilder()Optional. The schema of the job's query results.
See JobStatistics2.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SchemaOrBuilder |
|
hasDestinationTable()
public abstract boolean hasDestinationTable()Optional. A reference to the destination table of the job's query results.
.google.cloud.geminidataanalytics.v1beta.BigQueryTableReference destination_table = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the destinationTable field is set. |
hasSchema()
public abstract boolean hasSchema()Optional. The schema of the job's query results.
See JobStatistics2.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 7 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the schema field is set. |