Enum Listing.State (0.40.0)

public enum Listing.State extends Enum<Listing.State> implements ProtocolMessageEnum

State of the listing.

Protobuf enum google.cloud.bigquery.analyticshub.v1.Listing.State

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Subscribable state. Users with dataexchange.listings.subscribe permission can subscribe to this listing.

ACTIVE = 1;

ACTIVE_VALUE

Subscribable state. Users with dataexchange.listings.subscribe permission can subscribe to this listing.

ACTIVE = 1;

STATE_UNSPECIFIED

Default value. This value is unused.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Default value. This value is unused.

STATE_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()