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 ServiceNameServiceName.Builder. build()static ServiceNameServiceName. of(String service)static ServiceNameServiceName. 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.ListSkusPagedResponseCloudCatalogClient. 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)
-