@Generated(value="by gapic-generator-java")
See: Description
Class | Description |
---|---|
AssetServiceClient |
Service Description: Asset service definition.
|
AssetServiceSettings |
Settings class to configure an instance of
AssetServiceClient . |
AssetServiceSettings.Builder |
Builder for AssetServiceSettings.
|
======================= 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();
}
Copyright © 2021 Google LLC. All rights reserved.