Enum DiscoveryType (0.48.0)

public enum DiscoveryType extends Enum<DiscoveryType> implements ProtocolMessageEnum

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 enum google.cloud.bigquery.analyticshub.v1.DiscoveryType

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISCOVERY_TYPE_PRIVATE

The Data exchange/listing can be discovered in the 'Private' results list.

DISCOVERY_TYPE_PRIVATE = 1;

DISCOVERY_TYPE_PRIVATE_VALUE

The Data exchange/listing can be discovered in the 'Private' results list.

DISCOVERY_TYPE_PRIVATE = 1;

DISCOVERY_TYPE_PUBLIC

The Data exchange/listing can be discovered in the 'Public' results list.

DISCOVERY_TYPE_PUBLIC = 2;

DISCOVERY_TYPE_PUBLIC_VALUE

The Data exchange/listing can be discovered in the 'Public' results list.

DISCOVERY_TYPE_PUBLIC = 2;

DISCOVERY_TYPE_UNSPECIFIED

Unspecified. Defaults to DISCOVERY_TYPE_PRIVATE.

DISCOVERY_TYPE_UNSPECIFIED = 0;

DISCOVERY_TYPE_UNSPECIFIED_VALUE

Unspecified. Defaults to DISCOVERY_TYPE_PRIVATE.

DISCOVERY_TYPE_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()