Package com.google.cloud.asset.v1p5beta1
Class AssetServiceGrpc.AssetServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<AssetServiceGrpc.AssetServiceStub>
-
- com.google.cloud.asset.v1p5beta1.AssetServiceGrpc.AssetServiceStub
-
- Enclosing class:
- AssetServiceGrpc
public static final class AssetServiceGrpc.AssetServiceStub extends io.grpc.stub.AbstractAsyncStub<AssetServiceGrpc.AssetServiceStub>
A stub to allow clients to do asynchronous rpc calls to service AssetService.Asset service definition.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AssetServiceGrpc.AssetServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
listAssets(ListAssetsRequest request, io.grpc.stub.StreamObserver<ListAssetsResponse> responseObserver)
Lists assets with time and resource types and returns paged results in response.
-
-
-
Method Detail
-
build
protected AssetServiceGrpc.AssetServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceStub>
-
listAssets
public void listAssets(ListAssetsRequest request, io.grpc.stub.StreamObserver<ListAssetsResponse> responseObserver)
Lists assets with time and resource types and returns paged results in response.
-
-