public static interface Listing.BigQueryDatasetSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataset()
Optional.
|
com.google.protobuf.ByteString |
getDatasetBytes()
Optional.
|
Listing.BigQueryDatasetSource.RestrictedExportPolicy |
getRestrictedExportPolicy()
Optional.
|
Listing.BigQueryDatasetSource.RestrictedExportPolicyOrBuilder |
getRestrictedExportPolicyOrBuilder()
Optional.
|
Listing.BigQueryDatasetSource.SelectedResource |
getSelectedResources(int index)
Optional.
|
int |
getSelectedResourcesCount()
Optional.
|
List<Listing.BigQueryDatasetSource.SelectedResource> |
getSelectedResourcesList()
Optional.
|
Listing.BigQueryDatasetSource.SelectedResourceOrBuilder |
getSelectedResourcesOrBuilder(int index)
Optional.
|
List<? extends Listing.BigQueryDatasetSource.SelectedResourceOrBuilder> |
getSelectedResourcesOrBuilderList()
Optional.
|
boolean |
hasRestrictedExportPolicy()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDataset()
Optional. Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
string dataset = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getDatasetBytes()
Optional. Resource name of the dataset source for this listing. e.g. `projects/myproject/datasets/123`
string dataset = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
List<Listing.BigQueryDatasetSource.SelectedResource> getSelectedResourcesList()
Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.
repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
Listing.BigQueryDatasetSource.SelectedResource getSelectedResources(int index)
Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.
repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
int getSelectedResourcesCount()
Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.
repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
List<? extends Listing.BigQueryDatasetSource.SelectedResourceOrBuilder> getSelectedResourcesOrBuilderList()
Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.
repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
Listing.BigQueryDatasetSource.SelectedResourceOrBuilder getSelectedResourcesOrBuilder(int index)
Optional. Resource in this dataset that is selectively shared. This field is required for data clean room exchanges.
repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.SelectedResource selected_resources = 2 [(.google.api.field_behavior) = OPTIONAL];
boolean hasRestrictedExportPolicy()
Optional. If set, restricted export policy will be propagated and enforced on the linked dataset.
.google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.RestrictedExportPolicy restricted_export_policy = 3 [(.google.api.field_behavior) = OPTIONAL];
Listing.BigQueryDatasetSource.RestrictedExportPolicy getRestrictedExportPolicy()
Optional. If set, restricted export policy will be propagated and enforced on the linked dataset.
.google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.RestrictedExportPolicy restricted_export_policy = 3 [(.google.api.field_behavior) = OPTIONAL];
Listing.BigQueryDatasetSource.RestrictedExportPolicyOrBuilder getRestrictedExportPolicyOrBuilder()
Optional. If set, restricted export policy will be propagated and enforced on the linked dataset.
.google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.RestrictedExportPolicy restricted_export_policy = 3 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.