Uses of Class
com.google.cloud.billing.v1.ServiceName
-
Packages that use ServiceName Package Description com.google.cloud.billing.v1 A client to Cloud Billing API -
-
Uses of ServiceName in com.google.cloud.billing.v1
Methods in com.google.cloud.billing.v1 that return ServiceName Modifier and Type Method Description ServiceName
ServiceName.Builder. build()
static ServiceName
ServiceName. of(String service)
static ServiceName
ServiceName. parse(String formattedString)
Methods in com.google.cloud.billing.v1 that return types with arguments of type ServiceName Modifier and Type Method Description static List<ServiceName>
ServiceName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.billing.v1 with parameters of type ServiceName Modifier and Type Method Description CloudCatalogClient.ListSkusPagedResponse
CloudCatalogClient. listSkus(ServiceName parent)
Lists all publicly available SKUs for a given cloud service.Method parameters in com.google.cloud.billing.v1 with type arguments of type ServiceName Modifier and Type Method Description static List<String>
ServiceName. toStringList(List<ServiceName> values)
-