public static enum Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState extends Enum<Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState> implements com.google.protobuf.ProtocolMessageEnum
Indicates whether this commercial access is currently active.Protobuf enum
google.cloud.bigquery.analyticshub.v1.Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState| Enum Constant and Description |
|---|
ACTIVE
Commercialization is complete and available for use.
|
COMMERCIAL_STATE_UNSPECIFIED
Commercialization is incomplete and cannot be used.
|
ONBOARDING
Commercialization has been initialized.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACTIVE_VALUE
Commercialization is complete and available for use.
|
static int |
COMMERCIAL_STATE_UNSPECIFIED_VALUE
Commercialization is incomplete and cannot be used.
|
static int |
ONBOARDING_VALUE
Commercialization has been initialized.
|
| Modifier and Type | Method and Description |
|---|---|
static Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState> |
internalGetValueMap() |
static Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState COMMERCIAL_STATE_UNSPECIFIED
Commercialization is incomplete and cannot be used.
COMMERCIAL_STATE_UNSPECIFIED = 0;public static final Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState ONBOARDING
Commercialization has been initialized.
ONBOARDING = 1;public static final Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState ACTIVE
Commercialization is complete and available for use.
ACTIVE = 2;public static final Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState UNRECOGNIZED
public static final int COMMERCIAL_STATE_UNSPECIFIED_VALUE
Commercialization is incomplete and cannot be used.
COMMERCIAL_STATE_UNSPECIFIED = 0;public static final int ONBOARDING_VALUE
Commercialization has been initialized.
ONBOARDING = 1;public static final int ACTIVE_VALUE
Commercialization is complete and available for use.
ACTIVE = 2;public static Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState[] values()
for (Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState c : Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState.values()) System.out.println(c);
public static Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Listing.CommercialInfo.GoogleCloudMarketplaceInfo.CommercialState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2025 Google LLC. All rights reserved.