public static interface Listing.BigQueryDatasetSourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
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];
List<String> getReplicaLocationsList()
Optional. A list of regions where the publisher has created shared dataset replicas.
repeated string replica_locations = 5 [(.google.api.field_behavior) = OPTIONAL];int getReplicaLocationsCount()
Optional. A list of regions where the publisher has created shared dataset replicas.
repeated string replica_locations = 5 [(.google.api.field_behavior) = OPTIONAL];String getReplicaLocations(int index)
Optional. A list of regions where the publisher has created shared dataset replicas.
repeated string replica_locations = 5 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getReplicaLocationsBytes(int index)
Optional. A list of regions where the publisher has created shared dataset replicas.
repeated string replica_locations = 5 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.List<Listing.BigQueryDatasetSource.Replica> getEffectiveReplicasList()
Output only. Server-owned effective state of replicas. Contains both primary and secondary replicas. Each replica includes a system-computed (output-only) state and primary designation.
repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.Replica effective_replicas = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Listing.BigQueryDatasetSource.Replica getEffectiveReplicas(int index)
Output only. Server-owned effective state of replicas. Contains both primary and secondary replicas. Each replica includes a system-computed (output-only) state and primary designation.
repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.Replica effective_replicas = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getEffectiveReplicasCount()
Output only. Server-owned effective state of replicas. Contains both primary and secondary replicas. Each replica includes a system-computed (output-only) state and primary designation.
repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.Replica effective_replicas = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends Listing.BigQueryDatasetSource.ReplicaOrBuilder> getEffectiveReplicasOrBuilderList()
Output only. Server-owned effective state of replicas. Contains both primary and secondary replicas. Each replica includes a system-computed (output-only) state and primary designation.
repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.Replica effective_replicas = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Listing.BigQueryDatasetSource.ReplicaOrBuilder getEffectiveReplicasOrBuilder(int index)
Output only. Server-owned effective state of replicas. Contains both primary and secondary replicas. Each replica includes a system-computed (output-only) state and primary designation.
repeated .google.cloud.bigquery.analyticshub.v1.Listing.BigQueryDatasetSource.Replica effective_replicas = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.