Uses of Class
com.google.cloud.bigquery.dataexchange.v1beta1.Listing.State
-
Packages that use Listing.State Package Description com.google.cloud.bigquery.dataexchange.v1beta1 A client to Analytics Hub API -
-
Uses of Listing.State in com.google.cloud.bigquery.dataexchange.v1beta1
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 that return Listing.State Modifier and Type Method Description static Listing.State
Listing.State. forNumber(int value)
Listing.State
Listing.Builder. getState()
Output only.Listing.State
Listing. getState()
Output only.Listing.State
ListingOrBuilder. getState()
Output only.static Listing.State
Listing.State. valueOf(int value)
Deprecated.static Listing.State
Listing.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Listing.State
Listing.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Listing.State[]
Listing.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.bigquery.dataexchange.v1beta1 that return types with arguments of type Listing.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Listing.State>
Listing.State. internalGetValueMap()
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 with parameters of type Listing.State Modifier and Type Method Description Listing.Builder
Listing.Builder. setState(Listing.State value)
Output only.
-