public static interface ServicesGrpc.AsyncService
Manages services of an application.
| Modifier and Type | Method and Description |
|---|---|
default void |
deleteService(DeleteServiceRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the specified service and all enclosed versions.
|
default void |
getService(GetServiceRequest request,
io.grpc.stub.StreamObserver<Service> responseObserver)
Gets the current configuration of the specified service.
|
default void |
listServices(ListServicesRequest request,
io.grpc.stub.StreamObserver<ListServicesResponse> responseObserver)
Lists all the services in the application.
|
default void |
updateService(UpdateServiceRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the configuration of the specified service.
|
default void listServices(ListServicesRequest request, io.grpc.stub.StreamObserver<ListServicesResponse> responseObserver)
Lists all the services in the application.
default void getService(GetServiceRequest request, io.grpc.stub.StreamObserver<Service> responseObserver)
Gets the current configuration of the specified service.
default void updateService(UpdateServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Updates the configuration of the specified service.
default void deleteService(DeleteServiceRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Deletes the specified service and all enclosed versions.
Copyright © 2023 Google LLC. All rights reserved.