Package com.google.cloud.datacatalog.v1.stub (1.6.2)

Classes

DataCatalogStub

Base stub class for the DataCatalog service API.

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

DataCatalogStubSettings

Settings class to configure an instance of DataCatalogStub.

The default instance has everything set to sensible defaults:

  • The default service address (datacatalog.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 createEntryGroup to 30 seconds:


 DataCatalogStubSettings.Builder dataCatalogSettingsBuilder =
     DataCatalogStubSettings.newBuilder();
 dataCatalogSettingsBuilder
     .createEntryGroupSettings()
     .setRetrySettings(
         dataCatalogSettingsBuilder
             .createEntryGroupSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 DataCatalogStubSettings dataCatalogSettings = dataCatalogSettingsBuilder.build();
 

DataCatalogStubSettings.Builder

Builder for DataCatalogStubSettings.

GrpcDataCatalogCallableFactory

gRPC callable factory implementation for the DataCatalog service API.

This class is for advanced usage.

GrpcDataCatalogStub

gRPC stub implementation for the DataCatalog service API.

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

GrpcPolicyTagManagerCallableFactory

gRPC callable factory implementation for the PolicyTagManager service API.

This class is for advanced usage.

GrpcPolicyTagManagerSerializationCallableFactory

gRPC callable factory implementation for the PolicyTagManagerSerialization service API.

This class is for advanced usage.

GrpcPolicyTagManagerSerializationStub

gRPC stub implementation for the PolicyTagManagerSerialization service API.

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

GrpcPolicyTagManagerStub

gRPC stub implementation for the PolicyTagManager service API.

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

PolicyTagManagerSerializationStub

Base stub class for the PolicyTagManagerSerialization service API.

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

PolicyTagManagerSerializationStubSettings

Settings class to configure an instance of PolicyTagManagerSerializationStub.

The default instance has everything set to sensible defaults:

  • The default service address (datacatalog.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 replaceTaxonomy to 30 seconds:


 PolicyTagManagerSerializationStubSettings.Builder policyTagManagerSerializationSettingsBuilder =
     PolicyTagManagerSerializationStubSettings.newBuilder();
 policyTagManagerSerializationSettingsBuilder
     .replaceTaxonomySettings()
     .setRetrySettings(
         policyTagManagerSerializationSettingsBuilder
             .replaceTaxonomySettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 PolicyTagManagerSerializationStubSettings policyTagManagerSerializationSettings =
     policyTagManagerSerializationSettingsBuilder.build();
 

PolicyTagManagerSerializationStubSettings.Builder

Builder for PolicyTagManagerSerializationStubSettings.

PolicyTagManagerStub

Base stub class for the PolicyTagManager service API.

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

PolicyTagManagerStubSettings

Settings class to configure an instance of PolicyTagManagerStub.

The default instance has everything set to sensible defaults:

  • The default service address (datacatalog.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 createTaxonomy to 30 seconds:


 PolicyTagManagerStubSettings.Builder policyTagManagerSettingsBuilder =
     PolicyTagManagerStubSettings.newBuilder();
 policyTagManagerSettingsBuilder
     .createTaxonomySettings()
     .setRetrySettings(
         policyTagManagerSettingsBuilder
             .createTaxonomySettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 PolicyTagManagerStubSettings policyTagManagerSettings = policyTagManagerSettingsBuilder.build();
 

PolicyTagManagerStubSettings.Builder

Builder for PolicyTagManagerStubSettings.