Uses of Class
com.google.cloud.bigquery.dataexchange.v1beta1.Listing.SourceCase
-
Packages that use Listing.SourceCase Package Description com.google.cloud.bigquery.dataexchange.v1beta1 A client to Analytics Hub API -
-
Uses of Listing.SourceCase in com.google.cloud.bigquery.dataexchange.v1beta1
Methods in com.google.cloud.bigquery.dataexchange.v1beta1 that return Listing.SourceCase Modifier and Type Method Description static Listing.SourceCase
Listing.SourceCase. forNumber(int value)
Listing.SourceCase
Listing.Builder. getSourceCase()
Listing.SourceCase
Listing. getSourceCase()
Listing.SourceCase
ListingOrBuilder. getSourceCase()
static Listing.SourceCase
Listing.SourceCase. valueOf(int value)
Deprecated.static Listing.SourceCase
Listing.SourceCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Listing.SourceCase[]
Listing.SourceCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-