Uses of Interface
com.google.cloud.billing.v1.SkuOrBuilder
-
Packages that use SkuOrBuilder Package Description com.google.cloud.billing.v1 A client to Cloud Billing API -
-
Uses of SkuOrBuilder in com.google.cloud.billing.v1
Classes in com.google.cloud.billing.v1 that implement SkuOrBuilder Modifier and Type Class Description class
Sku
Encapsulates a single SKU in Google Cloud Platformstatic class
Sku.Builder
Encapsulates a single SKU in Google Cloud PlatformMethods in com.google.cloud.billing.v1 that return SkuOrBuilder Modifier and Type Method Description SkuOrBuilder
ListSkusResponse.Builder. getSkusOrBuilder(int index)
The list of public SKUs of the given service.SkuOrBuilder
ListSkusResponse. getSkusOrBuilder(int index)
The list of public SKUs of the given service.SkuOrBuilder
ListSkusResponseOrBuilder. getSkusOrBuilder(int index)
The list of public SKUs of the given service.Methods in com.google.cloud.billing.v1 that return types with arguments of type SkuOrBuilder Modifier and Type Method Description List<? extends SkuOrBuilder>
ListSkusResponse.Builder. getSkusOrBuilderList()
The list of public SKUs of the given service.List<? extends SkuOrBuilder>
ListSkusResponse. getSkusOrBuilderList()
The list of public SKUs of the given service.List<? extends SkuOrBuilder>
ListSkusResponseOrBuilder. getSkusOrBuilderList()
The list of public SKUs of the given service.
-