Package com.google.cloud.asset.v1p7beta1.stub (3.4.1)

Classes

AssetServiceStub

Base stub class for the AssetService service API.

This class is for advanced usage and reflects the underlying API directly.

AssetServiceStubSettings

Settings class to configure an instance of AssetServiceStub.

The default instance has everything set to sensible defaults:

  • The default service address (cloudasset.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of exportAssets to 30 seconds:


 // This snippet has been automatically generated for illustrative purposes only.
 // It may require modifications to work in your environment.
 AssetServiceStubSettings.Builder assetServiceSettingsBuilder =
     AssetServiceStubSettings.newBuilder();
 assetServiceSettingsBuilder
     .exportAssetsSettings()
     .setRetrySettings(
         assetServiceSettingsBuilder
             .exportAssetsSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 AssetServiceStubSettings assetServiceSettings = assetServiceSettingsBuilder.build();
 

AssetServiceStubSettings.Builder

Builder for AssetServiceStubSettings.

GrpcAssetServiceCallableFactory

gRPC callable factory implementation for the AssetService service API.

This class is for advanced usage.

GrpcAssetServiceStub

gRPC stub implementation for the AssetService service API.

This class is for advanced usage and reflects the underlying API directly.