public static final class BigQueryTableReference.Builder extends GeneratedMessage.Builder<BigQueryTableReference.Builder> implements BigQueryTableReferenceOrBuilderMessage representing a reference to a single BigQuery table.
Protobuf type google.cloud.geminidataanalytics.v1beta.BigQueryTableReference
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > BigQueryTableReference.BuilderImplements
BigQueryTableReferenceOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public BigQueryTableReference build()| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference |
|
buildPartial()
public BigQueryTableReference buildPartial()| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference |
|
clear()
public BigQueryTableReference.Builder clear()| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
|
clearDatasetId()
public BigQueryTableReference.Builder clearDatasetId()Required. The dataset that the table belongs to.
string dataset_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
This builder for chaining. |
clearProjectId()
public BigQueryTableReference.Builder clearProjectId()Required. The project that the table belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
This builder for chaining. |
clearSchema()
public BigQueryTableReference.Builder clearSchema()Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
|
clearTableId()
public BigQueryTableReference.Builder clearTableId()Required. The table id.
string table_id = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
This builder for chaining. |
getDatasetId()
public String getDatasetId()Required. The dataset that the table belongs to.
string dataset_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The datasetId. |
getDatasetIdBytes()
public ByteString getDatasetIdBytes()Required. The dataset that the table belongs to.
string dataset_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for datasetId. |
getDefaultInstanceForType()
public BigQueryTableReference getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getProjectId()
public String getProjectId()Required. The project that the table belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public ByteString getProjectIdBytes()Required. The project that the table belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
getSchema()
public Schema getSchema()Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Schema |
The schema. |
getSchemaBuilder()
public Schema.Builder getSchemaBuilder()Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Schema.Builder |
|
getSchemaOrBuilder()
public SchemaOrBuilder getSchemaOrBuilder()Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
SchemaOrBuilder |
|
getTableId()
public String getTableId()Required. The table id.
string table_id = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The tableId. |
getTableIdBytes()
public ByteString getTableIdBytes()Required. The table id.
string table_id = 4 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tableId. |
hasSchema()
public boolean hasSchema()Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 6 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the schema field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BigQueryTableReference other)
public BigQueryTableReference.Builder mergeFrom(BigQueryTableReference other)| Parameter | |
|---|---|
| Name | Description |
other |
BigQueryTableReference |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BigQueryTableReference.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BigQueryTableReference.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
|
mergeSchema(Schema value)
public BigQueryTableReference.Builder mergeSchema(Schema value)Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
Schema |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
|
setDatasetId(String value)
public BigQueryTableReference.Builder setDatasetId(String value)Required. The dataset that the table belongs to.
string dataset_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe datasetId to set. |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
This builder for chaining. |
setDatasetIdBytes(ByteString value)
public BigQueryTableReference.Builder setDatasetIdBytes(ByteString value)Required. The dataset that the table belongs to.
string dataset_id = 3 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for datasetId to set. |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
This builder for chaining. |
setProjectId(String value)
public BigQueryTableReference.Builder setProjectId(String value)Required. The project that the table belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe projectId to set. |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
This builder for chaining. |
setProjectIdBytes(ByteString value)
public BigQueryTableReference.Builder setProjectIdBytes(ByteString value)Required. The project that the table belongs to.
string project_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for projectId to set. |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
This builder for chaining. |
setSchema(Schema value)
public BigQueryTableReference.Builder setSchema(Schema value)Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
Schema |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
|
setSchema(Schema.Builder builderForValue)
public BigQueryTableReference.Builder setSchema(Schema.Builder builderForValue)Optional. The schema of the datasource.
.google.cloud.geminidataanalytics.v1beta.Schema schema = 6 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Schema.Builder |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
|
setTableId(String value)
public BigQueryTableReference.Builder setTableId(String value)Required. The table id.
string table_id = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe tableId to set. |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
This builder for chaining. |
setTableIdBytes(ByteString value)
public BigQueryTableReference.Builder setTableIdBytes(ByteString value)Required. The table id.
string table_id = 4 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for tableId to set. |
| Returns | |
|---|---|
| Type | Description |
BigQueryTableReference.Builder |
This builder for chaining. |