public static final class DataDiscoveryResult.BigQueryPublishing.Builder extends GeneratedMessage.Builder<DataDiscoveryResult.BigQueryPublishing.Builder> implements DataDiscoveryResult.BigQueryPublishingOrBuilderDescribes BigQuery publishing configurations.
Protobuf type google.cloud.dataplex.v1.DataDiscoveryResult.BigQueryPublishing
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > DataDiscoveryResult.BigQueryPublishing.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public DataDiscoveryResult.BigQueryPublishing build()| Returns | |
|---|---|
| Type | Description |
DataDiscoveryResult.BigQueryPublishing |
|
buildPartial()
public DataDiscoveryResult.BigQueryPublishing buildPartial()| Returns | |
|---|---|
| Type | Description |
DataDiscoveryResult.BigQueryPublishing |
|
clear()
public DataDiscoveryResult.BigQueryPublishing.Builder clear()| Returns | |
|---|---|
| Type | Description |
DataDiscoveryResult.BigQueryPublishing.Builder |
|
clearDataset()
public DataDiscoveryResult.BigQueryPublishing.Builder clearDataset()Output only. The BigQuery dataset the discovered tables are published to.
string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
DataDiscoveryResult.BigQueryPublishing.Builder |
This builder for chaining. |
clearLocation()
public DataDiscoveryResult.BigQueryPublishing.Builder clearLocation()Output only. The location of the BigQuery publishing dataset.
string location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DataDiscoveryResult.BigQueryPublishing.Builder |
This builder for chaining. |
getDataset()
public String getDataset()Output only. The BigQuery dataset the discovered tables are published to.
string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The dataset. |
getDatasetBytes()
public ByteString getDatasetBytes()Output only. The BigQuery dataset the discovered tables are published to.
string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for dataset. |
getDefaultInstanceForType()
public DataDiscoveryResult.BigQueryPublishing getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
DataDiscoveryResult.BigQueryPublishing |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getLocation()
public String getLocation()Output only. The location of the BigQuery publishing dataset.
string location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The location. |
getLocationBytes()
public ByteString getLocationBytes()Output only. The location of the BigQuery publishing dataset.
string location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for location. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(DataDiscoveryResult.BigQueryPublishing other)
public DataDiscoveryResult.BigQueryPublishing.Builder mergeFrom(DataDiscoveryResult.BigQueryPublishing other)| Parameter | |
|---|---|
| Name | Description |
other |
DataDiscoveryResult.BigQueryPublishing |
| Returns | |
|---|---|
| Type | Description |
DataDiscoveryResult.BigQueryPublishing.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public DataDiscoveryResult.BigQueryPublishing.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
DataDiscoveryResult.BigQueryPublishing.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public DataDiscoveryResult.BigQueryPublishing.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
DataDiscoveryResult.BigQueryPublishing.Builder |
|
setDataset(String value)
public DataDiscoveryResult.BigQueryPublishing.Builder setDataset(String value)Output only. The BigQuery dataset the discovered tables are published to.
string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe dataset to set. |
| Returns | |
|---|---|
| Type | Description |
DataDiscoveryResult.BigQueryPublishing.Builder |
This builder for chaining. |
setDatasetBytes(ByteString value)
public DataDiscoveryResult.BigQueryPublishing.Builder setDatasetBytes(ByteString value)Output only. The BigQuery dataset the discovered tables are published to.
string dataset = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for dataset to set. |
| Returns | |
|---|---|
| Type | Description |
DataDiscoveryResult.BigQueryPublishing.Builder |
This builder for chaining. |
setLocation(String value)
public DataDiscoveryResult.BigQueryPublishing.Builder setLocation(String value)Output only. The location of the BigQuery publishing dataset.
string location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe location to set. |
| Returns | |
|---|---|
| Type | Description |
DataDiscoveryResult.BigQueryPublishing.Builder |
This builder for chaining. |
setLocationBytes(ByteString value)
public DataDiscoveryResult.BigQueryPublishing.Builder setLocationBytes(ByteString value)Output only. The location of the BigQuery publishing dataset.
string location = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for location to set. |
| Returns | |
|---|---|
| Type | Description |
DataDiscoveryResult.BigQueryPublishing.Builder |
This builder for chaining. |