Package com.google.cloud.asset.v1p5beta1
Interface AssetServiceGrpc.AsyncService
-
- All Known Implementing Classes:
AssetServiceGrpc.AssetServiceImplBase
- Enclosing class:
- AssetServiceGrpc
public static interface AssetServiceGrpc.AsyncService
Asset service definition.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default 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
-
listAssets
default void listAssets(ListAssetsRequest request, io.grpc.stub.StreamObserver<ListAssetsResponse> responseObserver)
Lists assets with time and resource types and returns paged results in response.
-
-