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 ServiceService.Builder. build()ServiceService.Builder. buildPartial()static ServiceService. getDefaultInstance()ServiceService.Builder. getDefaultInstanceForType()ServiceService. getDefaultInstanceForType()ServiceListServicesResponse.Builder. getServices(int index)A list of services.ServiceListServicesResponse. getServices(int index)A list of services.ServiceListServicesResponseOrBuilder. getServices(int index)A list of services.static ServiceService. parseDelimitedFrom(InputStream input)static ServiceService. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(byte[] data)static ServiceService. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(com.google.protobuf.ByteString data)static ServiceService. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(com.google.protobuf.CodedInputStream input)static ServiceService. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(InputStream input)static ServiceService. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ServiceService. parseFrom(ByteBuffer data)static ServiceService. 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.BuilderListServicesResponse.Builder. addServices(int index, Service value)A list of services.ListServicesResponse.BuilderListServicesResponse.Builder. addServices(Service value)A list of services.Service.BuilderService.Builder. mergeFrom(Service other)static Service.BuilderService. newBuilder(Service prototype)ListServicesResponse.BuilderListServicesResponse.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.BuilderListServicesResponse.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.ListServicesPageCloudCatalogClient.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)
-