public static interface BigQueryDestinationConfig.SourceHierarchyDatasetsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatasetTemplate()
public abstract BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate getDatasetTemplate()The dataset template to use for dynamic dataset creation.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate dataset_template = 2;
| Returns | |
|---|---|
| Type | Description |
BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate |
The datasetTemplate. |
getDatasetTemplateOrBuilder()
public abstract BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplateOrBuilder getDatasetTemplateOrBuilder()The dataset template to use for dynamic dataset creation.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate dataset_template = 2;
| Returns | |
|---|---|
| Type | Description |
BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplateOrBuilder |
|
getProjectId()
public abstract String getProjectId()Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.
optional string project_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.
optional string project_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for projectId. |
hasDatasetTemplate()
public abstract boolean hasDatasetTemplate()The dataset template to use for dynamic dataset creation.
.google.cloud.datastream.v1.BigQueryDestinationConfig.SourceHierarchyDatasets.DatasetTemplate dataset_template = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the datasetTemplate field is set. |
hasProjectId()
public abstract boolean hasProjectId()Optional. The project id of the BigQuery dataset. If not specified, the project will be inferred from the stream resource.
optional string project_id = 3 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the projectId field is set. |