Enum Subscription.State (0.40.0)

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

State of the subscription.

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

Implements

ProtocolMessageEnum

Static Fields

Name Description
STATE_ACTIVE

This subscription is active and the data is accessible.

STATE_ACTIVE = 1;

STATE_ACTIVE_VALUE

This subscription is active and the data is accessible.

STATE_ACTIVE = 1;

STATE_INACTIVE

This subscription has been cancelled or revoked and the data is no longer accessible.

STATE_INACTIVE = 3;

STATE_INACTIVE_VALUE

This subscription has been cancelled or revoked and the data is no longer accessible.

STATE_INACTIVE = 3;

STATE_STALE

The data referenced by this subscription is out of date and should be refreshed. This can happen when a data provider adds or removes datasets.

STATE_STALE = 2;

STATE_STALE_VALUE

The data referenced by this subscription is out of date and should be refreshed. This can happen when a data provider adds or removes datasets.

STATE_STALE = 2;

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