Uses of Class
com.google.cloud.billing.v1.Service
-
Packages that use Service Package Description com.google.cloud.billing.v1 A client to Cloud Billing API -
-
Uses of Service in com.google.cloud.billing.v1
Methods in com.google.cloud.billing.v1 that return Service Modifier and Type Method Description Service
Service.Builder. build()
Service
Service.Builder. buildPartial()
static Service
Service. getDefaultInstance()
Service
Service.Builder. getDefaultInstanceForType()
Service
Service. getDefaultInstanceForType()
Service
ListServicesResponse.Builder. getServices(int index)
A list of services.Service
ListServicesResponse. getServices(int index)
A list of services.Service
ListServicesResponseOrBuilder. getServices(int index)
A list of services.static Service
Service. parseDelimitedFrom(InputStream input)
static Service
Service. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(byte[] data)
static Service
Service. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(com.google.protobuf.ByteString data)
static Service
Service. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(com.google.protobuf.CodedInputStream input)
static Service
Service. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(InputStream input)
static Service
Service. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Service
Service. parseFrom(ByteBuffer data)
static Service
Service. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.billing.v1 that return types with arguments of type Service Modifier and Type Method Description com.google.protobuf.Parser<Service>
Service. getParserForType()
List<Service>
ListServicesResponse.Builder. getServicesList()
A list of services.List<Service>
ListServicesResponse. getServicesList()
A list of services.List<Service>
ListServicesResponseOrBuilder. getServicesList()
A list of services.static com.google.protobuf.Parser<Service>
Service. parser()
Methods in com.google.cloud.billing.v1 with parameters of type Service Modifier and Type Method Description ListServicesResponse.Builder
ListServicesResponse.Builder. addServices(int index, Service value)
A list of services.ListServicesResponse.Builder
ListServicesResponse.Builder. addServices(Service value)
A list of services.Service.Builder
Service.Builder. mergeFrom(Service other)
static Service.Builder
Service. newBuilder(Service prototype)
ListServicesResponse.Builder
ListServicesResponse.Builder. setServices(int index, Service value)
A list of services.Method parameters in com.google.cloud.billing.v1 with type arguments of type Service Modifier and Type Method Description ListServicesResponse.Builder
ListServicesResponse.Builder. addAllServices(Iterable<? extends Service> values)
A list of services.static com.google.api.core.ApiFuture<CloudCatalogClient.ListServicesPagedResponse>
CloudCatalogClient.ListServicesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)
protected CloudCatalogClient.ListServicesPage
CloudCatalogClient.ListServicesPage. createPage(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, ListServicesResponse response)
com.google.api.core.ApiFuture<CloudCatalogClient.ListServicesPage>
CloudCatalogClient.ListServicesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServicesRequest,ListServicesResponse,Service> context, com.google.api.core.ApiFuture<ListServicesResponse> futureResponse)
-