Reference documentation and code samples for the Google Cloud BigQuery Analytics Hub V1 Client class DiscoveryType.
Specifies the type of discovery on the discovery page. Note that this does not control the visibility of the exchange/listing which is defined by IAM permission.
Protobuf type google.cloud.bigquery.analyticshub.v1.DiscoveryType
Namespace
Google \ Cloud \ BigQuery \ AnalyticsHub \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DISCOVERY_TYPE_UNSPECIFIED
Value: 0
Unspecified. Defaults to DISCOVERY_TYPE_PRIVATE.
Generated from protobuf enum DISCOVERY_TYPE_UNSPECIFIED = 0;
DISCOVERY_TYPE_PRIVATE
Value: 1
The Data exchange/listing can be discovered in the 'Private' results list.
Generated from protobuf enum DISCOVERY_TYPE_PRIVATE = 1;
DISCOVERY_TYPE_PUBLIC
Value: 2
The Data exchange/listing can be discovered in the 'Public' results list.
Generated from protobuf enum DISCOVERY_TYPE_PUBLIC = 2;