public static final class AssetServiceGrpc.AssetServiceBlockingStub extends AbstractBlockingStub<AssetServiceGrpc.AssetServiceBlockingStub>A stub to allow clients to do limited synchronous rpc calls to service AssetService.
Asset service definition.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > AssetServiceGrpc.AssetServiceBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected AssetServiceGrpc.AssetServiceBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
AssetServiceGrpc.AssetServiceBlockingStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listAssets(ListAssetsRequest request)
public ListAssetsResponse listAssets(ListAssetsRequest request)Lists assets with time and resource types and returns paged results in response.
| Parameter | |
|---|---|
| Name | Description |
request |
ListAssetsRequest |
| Returns | |
|---|---|
| Type | Description |
ListAssetsResponse |
|