Skip navigation links

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

Package com.google.cloud.asset.v1p7beta1

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

See: Description

Package com.google.cloud.asset.v1p7beta1 Description

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

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

Service Description: Asset service definition.

Sample for AssetServiceClient:


 try (AssetServiceClient assetServiceClient = AssetServiceClient.create()) {
   ExportAssetsRequest request =
       ExportAssetsRequest.newBuilder()
           .setParent(BillingAccountName.of("[BILLING_ACCOUNT]").toString())
           .setReadTime(Timestamp.newBuilder().build())
           .addAllAssetTypes(new ArrayList<String>())
           .setContentType(ContentType.forNumber(0))
           .setOutputConfig(OutputConfig.newBuilder().build())
           .addAllRelationshipTypes(new ArrayList<String>())
           .build();
   ExportAssetsResponse response = assetServiceClient.exportAssetsAsync(request).get();
 }
 
Skip navigation links

Copyright © 2021 Google LLC. All rights reserved.