Interface ServicesGrpc.AsyncService (2.46.0)

publicstaticinterface ServicesGrpc.AsyncService

Manages services of an application.

Methods

deleteService(DeleteServiceRequest request, StreamObserver<Operation> responseObserver)

publicdefaultvoiddeleteService(DeleteServiceRequestrequest,StreamObserver<Operation>responseObserver)

Deletes the specified service and all enclosed versions.

Parameters
Name Description
request DeleteServiceRequest
responseObserver io.grpc.stub.StreamObserver<Operation>

getService(GetServiceRequest request, StreamObserver<Service> responseObserver)

publicdefaultvoidgetService(GetServiceRequestrequest,StreamObserver<Service>responseObserver)

Gets the current configuration of the specified service.

Parameters
Name Description
request GetServiceRequest
responseObserver io.grpc.stub.StreamObserver<Service>

listServices(ListServicesRequest request, StreamObserver<ListServicesResponse> responseObserver)

publicdefaultvoidlistServices(ListServicesRequestrequest,StreamObserver<ListServicesResponse>responseObserver)

Lists all the services in the application.

Parameters
Name Description
request ListServicesRequest
responseObserver io.grpc.stub.StreamObserver<ListServicesResponse>

updateService(UpdateServiceRequest request, StreamObserver<Operation> responseObserver)

publicdefaultvoidupdateService(UpdateServiceRequestrequest,StreamObserver<Operation>responseObserver)

Updates the configuration of the specified service.

Parameters
Name Description
request UpdateServiceRequest
responseObserver io.grpc.stub.StreamObserver<Operation>

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.