Skip navigation links

@Generated(value="by gapic-generator")

Package com.google.cloud.asset.v1p2beta1

A client to Cloud Asset API.

See: Description

Package com.google.cloud.asset.v1p2beta1 Description

A client to Cloud Asset API.

The interfaces provided are listed below, along with usage samples.

================== AssetServiceClient ==================

Service Description: Asset service definition.

Sample for AssetServiceClient:

 
 try (AssetServiceClient assetServiceClient = AssetServiceClient.create()) {
   String parent = "";
   BatchGetAssetsHistoryResponse response = assetServiceClient.batchGetAssetsHistory(parent);
 }
 
 
Skip navigation links

Copyright © 2019 Google LLC. All rights reserved.