Class ServicesGrpc.ServicesBlockingStub (2.42.0)

public static final class ServicesGrpc.ServicesBlockingStub extends AbstractBlockingStub<ServicesGrpc.ServicesBlockingStub>

A stub to allow clients to do synchronous rpc calls to service Services.

Manages services of an application.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > ServicesGrpc.ServicesBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected ServicesGrpc.ServicesBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
ServicesGrpc.ServicesBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

deleteService(DeleteServiceRequest request)

public Operation deleteService(DeleteServiceRequest request)

Deletes the specified service and all enclosed versions.

Parameter
Name Description
request DeleteServiceRequest
Returns
Type Description
Operation

getService(GetServiceRequest request)

public Service getService(GetServiceRequest request)

Gets the current configuration of the specified service.

Parameter
Name Description
request GetServiceRequest
Returns
Type Description
Service

listServices(ListServicesRequest request)

public ListServicesResponse listServices(ListServicesRequest request)

Lists all the services in the application.

Parameter
Name Description
request ListServicesRequest
Returns
Type Description
ListServicesResponse

updateService(UpdateServiceRequest request)

public Operation updateService(UpdateServiceRequest request)

Updates the configuration of the specified service.

Parameter
Name Description
request UpdateServiceRequest
Returns
Type Description
Operation