Enum Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState (0.61.0)

public enum Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState extends Enum<Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState> implements ProtocolMessageEnum

Indicates whether this commercial access is currently active.

Protobuf enum google.cloud.bigquery.analyticshub.v1.Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState

Implements

ProtocolMessageEnum

Static Fields

Name Description
ACTIVE

Commercialization is complete and available for use.

ACTIVE = 2;

ACTIVE_VALUE

Commercialization is complete and available for use.

ACTIVE = 2;

COMMERCIAL_STATE_UNSPECIFIED

Commercialization is incomplete and cannot be used.

COMMERCIAL_STATE_UNSPECIFIED = 0;

COMMERCIAL_STATE_UNSPECIFIED_VALUE

Commercialization is incomplete and cannot be used.

COMMERCIAL_STATE_UNSPECIFIED = 0;

ONBOARDING

Commercialization has been initialized.

ONBOARDING = 1;

ONBOARDING_VALUE

Commercialization has been initialized.

ONBOARDING = 1;

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