@Generated("by gapic-generator-java")
Package com.google.cloud.dataplex.v1
The interfaces provided are listed below, along with usage samples.
======================= ContentServiceClient =======================
Service Description: ContentService manages Notebook and SQL Scripts for Dataplex.
Sample for ContentServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (ContentServiceClient contentServiceClient = ContentServiceClient.create()) {
LakeName parent = LakeName.of("[PROJECT]", "[LOCATION]", "[LAKE]");
Content content = Content.newBuilder().build();
Content response = contentServiceClient.createContent(parent, content);
}
======================= DataTaxonomyServiceClient =======================
Service Description: DataTaxonomyService enables attribute-based governance. The resources currently offered include DataTaxonomy and DataAttribute.
Sample for DataTaxonomyServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataTaxonomyServiceClient dataTaxonomyServiceClient = DataTaxonomyServiceClient.create()) {
DataTaxonomyName name = DataTaxonomyName.of("[PROJECT]", "[LOCATION]", "[DATA_TAXONOMY_ID]");
DataTaxonomy response = dataTaxonomyServiceClient.getDataTaxonomy(name);
}
======================= DataScanServiceClient =======================
Service Description: DataScanService manages DataScan resources which can be configured to run various types of data scanning workload and generate enriched metadata (e.g. Data Profile, Data Quality) for the data source.
Sample for DataScanServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataScanServiceClient dataScanServiceClient = DataScanServiceClient.create()) {
DataScanName name = DataScanName.of("[PROJECT]", "[LOCATION]", "[DATASCAN]");
DataScan response = dataScanServiceClient.getDataScan(name);
}
======================= MetadataServiceClient =======================
Service Description: Metadata service manages metadata resources such as tables, filesets and partitions.
Sample for MetadataServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (MetadataServiceClient metadataServiceClient = MetadataServiceClient.create()) {
ZoneName parent = ZoneName.of("[PROJECT]", "[LOCATION]", "[LAKE]", "[ZONE]");
Entity entity = Entity.newBuilder().build();
Entity response = metadataServiceClient.createEntity(parent, entity);
}
======================= DataplexServiceClient =======================
Service Description: Dataplex service provides data lakes as a service. The primary resources offered by this service are Lakes, Zones and Assets which collectively allow a data administrator to organize, manage, secure and catalog data across their organization located across cloud projects in a variety of storage systems including Cloud Storage and BigQuery.
Sample for DataplexServiceClient:
// This snippet has been automatically generated and should be regarded as a code template only.
// It will require modifications to work:
// - It may require correct/in-range values for request initialization.
// - It may require specifying regional endpoints when creating the service client as shown in
// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
try (DataplexServiceClient dataplexServiceClient = DataplexServiceClient.create()) {
LakeName name = LakeName.of("[PROJECT]", "[LOCATION]", "[LAKE]");
Lake response = dataplexServiceClient.getLake(name);
}
-
Class Summary Class Description Action Action represents an issue requiring administrator action for resolution.Action.Builder Action represents an issue requiring administrator action for resolution.Action.FailedSecurityPolicyApply Failed to apply security policy to the managed resource(s) under a lake, zone or an asset.Action.FailedSecurityPolicyApply.Builder Failed to apply security policy to the managed resource(s) under a lake, zone or an asset.Action.IncompatibleDataSchema Action details for incompatible schemas detected by discovery.Action.IncompatibleDataSchema.Builder Action details for incompatible schemas detected by discovery.Action.InvalidDataFormat Action details for invalid or unsupported data files detected by discovery.Action.InvalidDataFormat.Builder Action details for invalid or unsupported data files detected by discovery.Action.InvalidDataOrganization Action details for invalid data arrangement.Action.InvalidDataOrganization.Builder Action details for invalid data arrangement.Action.InvalidDataPartition Action details for invalid or unsupported partitions detected by discovery.Action.InvalidDataPartition.Builder Action details for invalid or unsupported partitions detected by discovery.Action.MissingData Action details for absence of data detected by discovery.Action.MissingData.Builder Action details for absence of data detected by discovery.Action.MissingResource Action details for resource references in assets that cannot be located.Action.MissingResource.Builder Action details for resource references in assets that cannot be located.Action.UnauthorizedResource Action details for unauthorized resource issues raised to indicate that the service account associated with the lake instance is not authorized to access or manage the resource associated with an asset.Action.UnauthorizedResource.Builder Action details for unauthorized resource issues raised to indicate that the service account associated with the lake instance is not authorized to access or manage the resource associated with an asset.AnalyzeProto Asset An asset represents a cloud resource that is being managed within a lake as a member of a zone.Asset.Builder An asset represents a cloud resource that is being managed within a lake as a member of a zone.Asset.DiscoverySpec Settings to manage the metadata discovery and publishing for an asset.Asset.DiscoverySpec.Builder Settings to manage the metadata discovery and publishing for an asset.Asset.DiscoverySpec.CsvOptions Describe CSV and similar semi-structured data formats.Asset.DiscoverySpec.CsvOptions.Builder Describe CSV and similar semi-structured data formats.Asset.DiscoverySpec.JsonOptions Describe JSON data format.Asset.DiscoverySpec.JsonOptions.Builder Describe JSON data format.Asset.DiscoveryStatus Status of discovery for an asset.Asset.DiscoveryStatus.Builder Status of discovery for an asset.Asset.DiscoveryStatus.Stats The aggregated data statistics for the asset reported by discovery.Asset.DiscoveryStatus.Stats.Builder The aggregated data statistics for the asset reported by discovery.Asset.ResourceSpec Identifies the cloud resource that is referenced by this asset.Asset.ResourceSpec.Builder Identifies the cloud resource that is referenced by this asset.Asset.ResourceStatus Status of the resource referenced by an asset.Asset.ResourceStatus.Builder Status of the resource referenced by an asset.Asset.SecurityStatus Security policy status of the asset.Asset.SecurityStatus.Builder Security policy status of the asset.AssetName AssetName.Builder Builder for projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/assets/{asset}.AssetStatus Aggregated status of the underlying assets of a lake or zone.AssetStatus.Builder Aggregated status of the underlying assets of a lake or zone.CancelJobRequest Cancel task jobs.CancelJobRequest.Builder Cancel task jobs.Content Content represents a user-visible notebook or a sql scriptContent.Builder Content represents a user-visible notebook or a sql scriptContent.Notebook Configuration for Notebook content.Content.Notebook.Builder Configuration for Notebook content.Content.SqlScript Configuration for the Sql Script content.Content.SqlScript.Builder Configuration for the Sql Script content.ContentName ContentName.Builder Builder for projects/{project}/locations/{location}/lakes/{lake}/content/{content}.ContentProto ContentServiceClient Service Description: ContentService manages Notebook and SQL Scripts for Dataplex.ContentServiceClient.ListContentFixedSizeCollection ContentServiceClient.ListContentPage ContentServiceClient.ListContentPagedResponse ContentServiceClient.ListLocationsFixedSizeCollection ContentServiceClient.ListLocationsPage ContentServiceClient.ListLocationsPagedResponse ContentServiceGrpc ContentService manages Notebook and SQL Scripts for Dataplex.ContentServiceGrpc.ContentServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service ContentService.ContentServiceGrpc.ContentServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service ContentService.ContentServiceGrpc.ContentServiceImplBase Base class for the server implementation of the service ContentService.ContentServiceGrpc.ContentServiceStub A stub to allow clients to do asynchronous rpc calls to service ContentService.ContentServiceSettings Settings class to configure an instance ofContentServiceClient
.ContentServiceSettings.Builder Builder for ContentServiceSettings.CreateAssetRequest Create asset request.CreateAssetRequest.Builder Create asset request.CreateContentRequest Create content request.CreateContentRequest.Builder Create content request.CreateDataAttributeBindingRequest Create DataAttributeBinding request.CreateDataAttributeBindingRequest.Builder Create DataAttributeBinding request.CreateDataAttributeRequest Create DataAttribute request.CreateDataAttributeRequest.Builder Create DataAttribute request.CreateDataScanRequest Create dataScan request.CreateDataScanRequest.Builder Create dataScan request.CreateDataTaxonomyRequest Create DataTaxonomy request.CreateDataTaxonomyRequest.Builder Create DataTaxonomy request.CreateEntityRequest Create a metadata entity request.CreateEntityRequest.Builder Create a metadata entity request.CreateEnvironmentRequest Create environment request.CreateEnvironmentRequest.Builder Create environment request.CreateLakeRequest Create lake request.CreateLakeRequest.Builder Create lake request.CreatePartitionRequest Create metadata partition request.CreatePartitionRequest.Builder Create metadata partition request.CreateTaskRequest Create task request.CreateTaskRequest.Builder Create task request.CreateZoneRequest Create zone request.CreateZoneRequest.Builder Create zone request.DataAccessSpec DataAccessSpec holds the access control configuration to be enforced on data stored within resources (eg: rows, columns in BigQuery Tables).DataAccessSpec.Builder DataAccessSpec holds the access control configuration to be enforced on data stored within resources (eg: rows, columns in BigQuery Tables).DataAttribute Denotes one dataAttribute in a dataTaxonomy, for example, PII.DataAttribute.Builder Denotes one dataAttribute in a dataTaxonomy, for example, PII.DataAttributeBinding DataAttributeBinding represents binding of attributes to resources.DataAttributeBinding.Builder DataAttributeBinding represents binding of attributes to resources.DataAttributeBinding.Path Represents a subresource of the given resource, and associated bindings with it.DataAttributeBinding.Path.Builder Represents a subresource of the given resource, and associated bindings with it.DataAttributeBindingName DataAttributeBindingName.Builder Builder for projects/{project}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}.DataAttributeName DataAttributeName.Builder Builder for projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}.DataplexServiceClient Service Description: Dataplex service provides data lakes as a service.DataplexServiceClient.ListAssetActionsFixedSizeCollection DataplexServiceClient.ListAssetActionsPage DataplexServiceClient.ListAssetActionsPagedResponse DataplexServiceClient.ListAssetsFixedSizeCollection DataplexServiceClient.ListAssetsPage DataplexServiceClient.ListAssetsPagedResponse DataplexServiceClient.ListEnvironmentsFixedSizeCollection DataplexServiceClient.ListEnvironmentsPage DataplexServiceClient.ListEnvironmentsPagedResponse DataplexServiceClient.ListJobsFixedSizeCollection DataplexServiceClient.ListJobsPage DataplexServiceClient.ListJobsPagedResponse DataplexServiceClient.ListLakeActionsFixedSizeCollection DataplexServiceClient.ListLakeActionsPage DataplexServiceClient.ListLakeActionsPagedResponse DataplexServiceClient.ListLakesFixedSizeCollection DataplexServiceClient.ListLakesPage DataplexServiceClient.ListLakesPagedResponse DataplexServiceClient.ListLocationsFixedSizeCollection DataplexServiceClient.ListLocationsPage DataplexServiceClient.ListLocationsPagedResponse DataplexServiceClient.ListSessionsFixedSizeCollection DataplexServiceClient.ListSessionsPage DataplexServiceClient.ListSessionsPagedResponse DataplexServiceClient.ListTasksFixedSizeCollection DataplexServiceClient.ListTasksPage DataplexServiceClient.ListTasksPagedResponse DataplexServiceClient.ListZoneActionsFixedSizeCollection DataplexServiceClient.ListZoneActionsPage DataplexServiceClient.ListZoneActionsPagedResponse DataplexServiceClient.ListZonesFixedSizeCollection DataplexServiceClient.ListZonesPage DataplexServiceClient.ListZonesPagedResponse DataplexServiceGrpc Dataplex service provides data lakes as a service.DataplexServiceGrpc.DataplexServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service DataplexService.DataplexServiceGrpc.DataplexServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service DataplexService.DataplexServiceGrpc.DataplexServiceImplBase Base class for the server implementation of the service DataplexService.DataplexServiceGrpc.DataplexServiceStub A stub to allow clients to do asynchronous rpc calls to service DataplexService.DataplexServiceSettings Settings class to configure an instance ofDataplexServiceClient
.DataplexServiceSettings.Builder Builder for DataplexServiceSettings.DataProfileProto DataProfileResult DataProfileResult defines the output of DataProfileScan.DataProfileResult.Builder DataProfileResult defines the output of DataProfileScan.DataProfileResult.PostScanActionsResult The result of post scan actions of DataProfileScan job.DataProfileResult.PostScanActionsResult.BigQueryExportResult The result of BigQuery export post scan action.DataProfileResult.PostScanActionsResult.BigQueryExportResult.Builder The result of BigQuery export post scan action.DataProfileResult.PostScanActionsResult.Builder The result of post scan actions of DataProfileScan job.DataProfileResult.Profile Contains name, type, mode and field type specific profile information.DataProfileResult.Profile.Builder Contains name, type, mode and field type specific profile information.DataProfileResult.Profile.Field A field within a table.DataProfileResult.Profile.Field.Builder A field within a table.DataProfileResult.Profile.Field.ProfileInfo The profile information for each field type.DataProfileResult.Profile.Field.ProfileInfo.Builder The profile information for each field type.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo The profile information for a double type field.DataProfileResult.Profile.Field.ProfileInfo.DoubleFieldInfo.Builder The profile information for a double type field.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo The profile information for an integer type field.DataProfileResult.Profile.Field.ProfileInfo.IntegerFieldInfo.Builder The profile information for an integer type field.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo The profile information for a string type field.DataProfileResult.Profile.Field.ProfileInfo.StringFieldInfo.Builder The profile information for a string type field.DataProfileResult.Profile.Field.ProfileInfo.TopNValue Top N non-null values in the scanned data.DataProfileResult.Profile.Field.ProfileInfo.TopNValue.Builder Top N non-null values in the scanned data.DataProfileSpec DataProfileScan related setting.DataProfileSpec.Builder DataProfileScan related setting.DataProfileSpec.PostScanActions The configuration of post scan actions of DataProfileScan job.DataProfileSpec.PostScanActions.BigQueryExport The configuration of BigQuery export post scan action.DataProfileSpec.PostScanActions.BigQueryExport.Builder The configuration of BigQuery export post scan action.DataProfileSpec.PostScanActions.Builder The configuration of post scan actions of DataProfileScan job.DataProfileSpec.SelectedFields The specification for fields to include or exclude in data profile scan.DataProfileSpec.SelectedFields.Builder The specification for fields to include or exclude in data profile scan.DataQualityDimensionResult DataQualityDimensionResult provides a more detailed, per-dimension view of the results.DataQualityDimensionResult.Builder DataQualityDimensionResult provides a more detailed, per-dimension view of the results.DataQualityProto DataQualityResult The output of a DataQualityScan.DataQualityResult.Builder The output of a DataQualityScan.DataQualityResult.PostScanActionsResult The result of post scan actions of DataQualityScan job.DataQualityResult.PostScanActionsResult.BigQueryExportResult The result of BigQuery export post scan action.DataQualityResult.PostScanActionsResult.BigQueryExportResult.Builder The result of BigQuery export post scan action.DataQualityResult.PostScanActionsResult.Builder The result of post scan actions of DataQualityScan job.DataQualityRule A rule captures data quality intent about a data source.DataQualityRule.Builder A rule captures data quality intent about a data source.DataQualityRule.NonNullExpectation Evaluates whether each column value is null.DataQualityRule.NonNullExpectation.Builder Evaluates whether each column value is null.DataQualityRule.RangeExpectation Evaluates whether each column value lies between a specified range.DataQualityRule.RangeExpectation.Builder Evaluates whether each column value lies between a specified range.DataQualityRule.RegexExpectation Evaluates whether each column value matches a specified regex.DataQualityRule.RegexExpectation.Builder Evaluates whether each column value matches a specified regex.DataQualityRule.RowConditionExpectation Evaluates whether each row passes the specified condition.DataQualityRule.RowConditionExpectation.Builder Evaluates whether each row passes the specified condition.DataQualityRule.SetExpectation Evaluates whether each column value is contained by a specified set.DataQualityRule.SetExpectation.Builder Evaluates whether each column value is contained by a specified set.DataQualityRule.StatisticRangeExpectation Evaluates whether the column aggregate statistic lies between a specified range.DataQualityRule.StatisticRangeExpectation.Builder Evaluates whether the column aggregate statistic lies between a specified range.DataQualityRule.TableConditionExpectation Evaluates whether the provided expression is true.DataQualityRule.TableConditionExpectation.Builder Evaluates whether the provided expression is true.DataQualityRule.UniquenessExpectation Evaluates whether the column has duplicates.DataQualityRule.UniquenessExpectation.Builder Evaluates whether the column has duplicates.DataQualityRuleResult DataQualityRuleResult provides a more detailed, per-rule view of the results.DataQualityRuleResult.Builder DataQualityRuleResult provides a more detailed, per-rule view of the results.DataQualityScanRuleResult Information about the result of a data quality rule for data quality scan.DataQualityScanRuleResult.Builder Information about the result of a data quality rule for data quality scan.DataQualitySpec DataQualityScan related setting.DataQualitySpec.Builder DataQualityScan related setting.DataQualitySpec.PostScanActions The configuration of post scan actions of DataQualityScan.DataQualitySpec.PostScanActions.BigQueryExport The configuration of BigQuery export post scan action.DataQualitySpec.PostScanActions.BigQueryExport.Builder The configuration of BigQuery export post scan action.DataQualitySpec.PostScanActions.Builder The configuration of post scan actions of DataQualityScan.DataScan Represents a user-visible job which provides the insights for the related data source.DataScan.Builder Represents a user-visible job which provides the insights for the related data source.DataScan.ExecutionSpec DataScan execution settings.DataScan.ExecutionSpec.Builder DataScan execution settings.DataScan.ExecutionStatus Status of the data scan execution.DataScan.ExecutionStatus.Builder Status of the data scan execution.DataScanEvent These messages contain information about the execution of a datascan.DataScanEvent.Builder These messages contain information about the execution of a datascan.DataScanEvent.DataProfileAppliedConfigs Applied configs for data profile type data scan job.DataScanEvent.DataProfileAppliedConfigs.Builder Applied configs for data profile type data scan job.DataScanEvent.DataProfileResult Data profile result for data scan job.DataScanEvent.DataProfileResult.Builder Data profile result for data scan job.DataScanEvent.DataQualityAppliedConfigs Applied configs for data quality type data scan job.DataScanEvent.DataQualityAppliedConfigs.Builder Applied configs for data quality type data scan job.DataScanEvent.DataQualityResult Data quality result for data scan job.DataScanEvent.DataQualityResult.Builder Data quality result for data scan job.DataScanEvent.PostScanActionsResult Post scan actions result for data scan job.DataScanEvent.PostScanActionsResult.BigQueryExportResult The result of BigQuery export post scan action.DataScanEvent.PostScanActionsResult.BigQueryExportResult.Builder The result of BigQuery export post scan action.DataScanEvent.PostScanActionsResult.Builder Post scan actions result for data scan job.DataScanJob A DataScanJob represents an instance of DataScan execution.DataScanJob.Builder A DataScanJob represents an instance of DataScan execution.DataScanJobName DataScanJobName.Builder Builder for projects/{project}/locations/{location}/dataScans/{dataScan}/jobs/{job}.DataScanName DataScanName.Builder Builder for projects/{project}/locations/{location}/dataScans/{dataScan}.DataScanServiceClient Service Description: DataScanService manages DataScan resources which can be configured to run various types of data scanning workload and generate enriched metadata (e.g.DataScanServiceClient.ListDataScanJobsFixedSizeCollection DataScanServiceClient.ListDataScanJobsPage DataScanServiceClient.ListDataScanJobsPagedResponse DataScanServiceClient.ListDataScansFixedSizeCollection DataScanServiceClient.ListDataScansPage DataScanServiceClient.ListDataScansPagedResponse DataScanServiceClient.ListLocationsFixedSizeCollection DataScanServiceClient.ListLocationsPage DataScanServiceClient.ListLocationsPagedResponse DataScanServiceGrpc DataScanService manages DataScan resources which can be configured to run various types of data scanning workload and generate enriched metadata (e.g.DataScanServiceGrpc.DataScanServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service DataScanService.DataScanServiceGrpc.DataScanServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service DataScanService.DataScanServiceGrpc.DataScanServiceImplBase Base class for the server implementation of the service DataScanService.DataScanServiceGrpc.DataScanServiceStub A stub to allow clients to do asynchronous rpc calls to service DataScanService.DataScanServiceSettings Settings class to configure an instance ofDataScanServiceClient
.DataScanServiceSettings.Builder Builder for DataScanServiceSettings.DataScansProto DataSource The data source for DataScan.DataSource.Builder The data source for DataScan.DataTaxonomy DataTaxonomy represents a set of hierarchical DataAttributes resources, grouped with a common theme Eg: 'SensitiveDataTaxonomy' can have attributes to manage PII data.DataTaxonomy.Builder DataTaxonomy represents a set of hierarchical DataAttributes resources, grouped with a common theme Eg: 'SensitiveDataTaxonomy' can have attributes to manage PII data.DataTaxonomyName DataTaxonomyName.Builder Builder for projects/{project}/locations/{location}/dataTaxonomies/{data_taxonomy_id}.DataTaxonomyProto DataTaxonomyServiceClient Service Description: DataTaxonomyService enables attribute-based governance.DataTaxonomyServiceClient.ListDataAttributeBindingsFixedSizeCollection DataTaxonomyServiceClient.ListDataAttributeBindingsPage DataTaxonomyServiceClient.ListDataAttributeBindingsPagedResponse DataTaxonomyServiceClient.ListDataAttributesFixedSizeCollection DataTaxonomyServiceClient.ListDataAttributesPage DataTaxonomyServiceClient.ListDataAttributesPagedResponse DataTaxonomyServiceClient.ListDataTaxonomiesFixedSizeCollection DataTaxonomyServiceClient.ListDataTaxonomiesPage DataTaxonomyServiceClient.ListDataTaxonomiesPagedResponse DataTaxonomyServiceClient.ListLocationsFixedSizeCollection DataTaxonomyServiceClient.ListLocationsPage DataTaxonomyServiceClient.ListLocationsPagedResponse DataTaxonomyServiceGrpc DataTaxonomyService enables attribute-based governance.DataTaxonomyServiceGrpc.DataTaxonomyServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service DataTaxonomyService.DataTaxonomyServiceGrpc.DataTaxonomyServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service DataTaxonomyService.DataTaxonomyServiceGrpc.DataTaxonomyServiceImplBase Base class for the server implementation of the service DataTaxonomyService.DataTaxonomyServiceGrpc.DataTaxonomyServiceStub A stub to allow clients to do asynchronous rpc calls to service DataTaxonomyService.DataTaxonomyServiceSettings Settings class to configure an instance ofDataTaxonomyServiceClient
.DataTaxonomyServiceSettings.Builder Builder for DataTaxonomyServiceSettings.DeleteAssetRequest Delete asset request.DeleteAssetRequest.Builder Delete asset request.DeleteContentRequest Delete content request.DeleteContentRequest.Builder Delete content request.DeleteDataAttributeBindingRequest Delete DataAttributeBinding request.DeleteDataAttributeBindingRequest.Builder Delete DataAttributeBinding request.DeleteDataAttributeRequest Delete DataAttribute request.DeleteDataAttributeRequest.Builder Delete DataAttribute request.DeleteDataScanRequest Delete dataScan request.DeleteDataScanRequest.Builder Delete dataScan request.DeleteDataTaxonomyRequest Delete DataTaxonomy request.DeleteDataTaxonomyRequest.Builder Delete DataTaxonomy request.DeleteEntityRequest Delete a metadata entity request.DeleteEntityRequest.Builder Delete a metadata entity request.DeleteEnvironmentRequest Delete environment request.DeleteEnvironmentRequest.Builder Delete environment request.DeleteLakeRequest Delete lake request.DeleteLakeRequest.Builder Delete lake request.DeletePartitionRequest Delete metadata partition request.DeletePartitionRequest.Builder Delete metadata partition request.DeleteTaskRequest Delete task request.DeleteTaskRequest.Builder Delete task request.DeleteZoneRequest Delete zone request.DeleteZoneRequest.Builder Delete zone request.DiscoveryEvent The payload associated with Discovery data processing.DiscoveryEvent.ActionDetails Details about the action.DiscoveryEvent.ActionDetails.Builder Details about the action.DiscoveryEvent.Builder The payload associated with Discovery data processing.DiscoveryEvent.ConfigDetails Details about configuration events.DiscoveryEvent.ConfigDetails.Builder Details about configuration events.DiscoveryEvent.EntityDetails Details about the entity.DiscoveryEvent.EntityDetails.Builder Details about the entity.DiscoveryEvent.PartitionDetails Details about the partition.DiscoveryEvent.PartitionDetails.Builder Details about the partition.Entity Represents tables and fileset metadata contained within a zone.Entity.Builder Represents tables and fileset metadata contained within a zone.Entity.CompatibilityStatus Provides compatibility information for various metadata stores.Entity.CompatibilityStatus.Builder Provides compatibility information for various metadata stores.Entity.CompatibilityStatus.Compatibility Provides compatibility information for a specific metadata store.Entity.CompatibilityStatus.Compatibility.Builder Provides compatibility information for a specific metadata store.EntityName EntityName.Builder Builder for projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity}.Environment Environment represents a user-visible compute infrastructure for analytics within a lake.Environment.Builder Environment represents a user-visible compute infrastructure for analytics within a lake.Environment.Endpoints URI Endpoints to access sessions associated with the Environment.Environment.Endpoints.Builder URI Endpoints to access sessions associated with the Environment.Environment.InfrastructureSpec Configuration for the underlying infrastructure used to run workloads.Environment.InfrastructureSpec.Builder Configuration for the underlying infrastructure used to run workloads.Environment.InfrastructureSpec.ComputeResources Compute resources associated with the analyze interactive workloads.Environment.InfrastructureSpec.ComputeResources.Builder Compute resources associated with the analyze interactive workloads.Environment.InfrastructureSpec.OsImageRuntime Software Runtime Configuration to run Analyze.Environment.InfrastructureSpec.OsImageRuntime.Builder Software Runtime Configuration to run Analyze.Environment.SessionSpec Configuration for sessions created for this environment.Environment.SessionSpec.Builder Configuration for sessions created for this environment.Environment.SessionStatus Status of sessions created for this environment.Environment.SessionStatus.Builder Status of sessions created for this environment.EnvironmentName EnvironmentName.Builder Builder for projects/{project}/locations/{location}/lakes/{lake}/environments/{environment}.GetAssetRequest Get asset request.GetAssetRequest.Builder Get asset request.GetContentRequest Get content request.GetContentRequest.Builder Get content request.GetDataAttributeBindingRequest Get DataAttributeBinding request.GetDataAttributeBindingRequest.Builder Get DataAttributeBinding request.GetDataAttributeRequest Get DataAttribute request.GetDataAttributeRequest.Builder Get DataAttribute request.GetDataScanJobRequest Get DataScanJob request.GetDataScanJobRequest.Builder Get DataScanJob request.GetDataScanRequest Get dataScan request.GetDataScanRequest.Builder Get dataScan request.GetDataTaxonomyRequest Get DataTaxonomy request.GetDataTaxonomyRequest.Builder Get DataTaxonomy request.GetEntityRequest Get metadata entity request.GetEntityRequest.Builder Get metadata entity request.GetEnvironmentRequest Get environment request.GetEnvironmentRequest.Builder Get environment request.GetJobRequest Get job request.GetJobRequest.Builder Get job request.GetLakeRequest Get lake request.GetLakeRequest.Builder Get lake request.GetPartitionRequest Get metadata partition request.GetPartitionRequest.Builder Get metadata partition request.GetTaskRequest Get task request.GetTaskRequest.Builder Get task request.GetZoneRequest Get zone request.GetZoneRequest.Builder Get zone request.Job A job represents an instance of a task.Job.Builder A job represents an instance of a task.JobEvent The payload associated with Job logs that contains events describing jobs that have run within a Lake.JobEvent.Builder The payload associated with Job logs that contains events describing jobs that have run within a Lake.JobName JobName.Builder Builder for projects/{project}/locations/{location}/lakes/{lake}/tasks/{task}/jobs/{job}.Lake A lake is a centralized repository for managing enterprise data across the organization distributed across many cloud projects, and stored in a variety of storage services such as Google Cloud Storage and BigQuery.Lake.Builder A lake is a centralized repository for managing enterprise data across the organization distributed across many cloud projects, and stored in a variety of storage services such as Google Cloud Storage and BigQuery.Lake.Metastore Settings to manage association of Dataproc Metastore with a lake.Lake.Metastore.Builder Settings to manage association of Dataproc Metastore with a lake.Lake.MetastoreStatus Status of Lake and Dataproc Metastore service instance association.Lake.MetastoreStatus.Builder Status of Lake and Dataproc Metastore service instance association.LakeName LakeName.Builder Builder for projects/{project}/locations/{location}/lakes/{lake}.ListActionsResponse List actions response.ListActionsResponse.Builder List actions response.ListAssetActionsRequest List asset actions request.ListAssetActionsRequest.Builder List asset actions request.ListAssetsRequest List assets request.ListAssetsRequest.Builder List assets request.ListAssetsResponse List assets response.ListAssetsResponse.Builder List assets response.ListContentRequest List content request.ListContentRequest.Builder List content request.ListContentResponse List content response.ListContentResponse.Builder List content response.ListDataAttributeBindingsRequest List DataAttributeBindings request.ListDataAttributeBindingsRequest.Builder List DataAttributeBindings request.ListDataAttributeBindingsResponse List DataAttributeBindings response.ListDataAttributeBindingsResponse.Builder List DataAttributeBindings response.ListDataAttributesRequest List DataAttributes request.ListDataAttributesRequest.Builder List DataAttributes request.ListDataAttributesResponse List DataAttributes response.ListDataAttributesResponse.Builder List DataAttributes response.ListDataScanJobsRequest List DataScanJobs request.ListDataScanJobsRequest.Builder List DataScanJobs request.ListDataScanJobsResponse List DataScanJobs response.ListDataScanJobsResponse.Builder List DataScanJobs response.ListDataScansRequest List dataScans request.ListDataScansRequest.Builder List dataScans request.ListDataScansResponse List dataScans response.ListDataScansResponse.Builder List dataScans response.ListDataTaxonomiesRequest List DataTaxonomies request.ListDataTaxonomiesRequest.Builder List DataTaxonomies request.ListDataTaxonomiesResponse List DataTaxonomies response.ListDataTaxonomiesResponse.Builder List DataTaxonomies response.ListEntitiesRequest List metadata entities request.ListEntitiesRequest.Builder List metadata entities request.ListEntitiesResponse List metadata entities response.ListEntitiesResponse.Builder List metadata entities response.ListEnvironmentsRequest List environments request.ListEnvironmentsRequest.Builder List environments request.ListEnvironmentsResponse List environments response.ListEnvironmentsResponse.Builder List environments response.ListJobsRequest List jobs request.ListJobsRequest.Builder List jobs request.ListJobsResponse List jobs response.ListJobsResponse.Builder List jobs response.ListLakeActionsRequest List lake actions request.ListLakeActionsRequest.Builder List lake actions request.ListLakesRequest List lakes request.ListLakesRequest.Builder List lakes request.ListLakesResponse List lakes response.ListLakesResponse.Builder List lakes response.ListPartitionsRequest List metadata partitions request.ListPartitionsRequest.Builder List metadata partitions request.ListPartitionsResponse List metadata partitions response.ListPartitionsResponse.Builder List metadata partitions response.ListSessionsRequest List sessions request.ListSessionsRequest.Builder List sessions request.ListSessionsResponse List sessions response.ListSessionsResponse.Builder List sessions response.ListTasksRequest List tasks request.ListTasksRequest.Builder List tasks request.ListTasksResponse List tasks response.ListTasksResponse.Builder List tasks response.ListZoneActionsRequest List zone actions request.ListZoneActionsRequest.Builder List zone actions request.ListZonesRequest List zones request.ListZonesRequest.Builder List zones request.ListZonesResponse List zones response.ListZonesResponse.Builder List zones response.LocationName LocationName.Builder Builder for projects/{project}/locations/{location}.LogsProto MetadataProto MetadataServiceClient Service Description: Metadata service manages metadata resources such as tables, filesets and partitions.MetadataServiceClient.ListEntitiesFixedSizeCollection MetadataServiceClient.ListEntitiesPage MetadataServiceClient.ListEntitiesPagedResponse MetadataServiceClient.ListLocationsFixedSizeCollection MetadataServiceClient.ListLocationsPage MetadataServiceClient.ListLocationsPagedResponse MetadataServiceClient.ListPartitionsFixedSizeCollection MetadataServiceClient.ListPartitionsPage MetadataServiceClient.ListPartitionsPagedResponse MetadataServiceGrpc Metadata service manages metadata resources such as tables, filesets and partitions.MetadataServiceGrpc.MetadataServiceBlockingStub A stub to allow clients to do synchronous rpc calls to service MetadataService.MetadataServiceGrpc.MetadataServiceFutureStub A stub to allow clients to do ListenableFuture-style rpc calls to service MetadataService.MetadataServiceGrpc.MetadataServiceImplBase Base class for the server implementation of the service MetadataService.MetadataServiceGrpc.MetadataServiceStub A stub to allow clients to do asynchronous rpc calls to service MetadataService.MetadataServiceSettings Settings class to configure an instance ofMetadataServiceClient
.MetadataServiceSettings.Builder Builder for MetadataServiceSettings.OperationMetadata Represents the metadata of a long-running operation.OperationMetadata.Builder Represents the metadata of a long-running operation.Partition Represents partition metadata contained within entity instances.Partition.Builder Represents partition metadata contained within entity instances.PartitionName PartitionName.Builder Builder for projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity}/partitions/{partition}.ProcessingProto ResourceAccessSpec ResourceAccessSpec holds the access control configuration to be enforced on the resources, for example, Cloud Storage bucket, BigQuery dataset, BigQuery table.ResourceAccessSpec.Builder ResourceAccessSpec holds the access control configuration to be enforced on the resources, for example, Cloud Storage bucket, BigQuery dataset, BigQuery table.ResourcesProto RunDataScanRequest Run DataScan RequestRunDataScanRequest.Builder Run DataScan RequestRunDataScanResponse Run DataScan Response.RunDataScanResponse.Builder Run DataScan Response.RunTaskRequest Protobuf typegoogle.cloud.dataplex.v1.RunTaskRequest
RunTaskRequest.Builder Protobuf typegoogle.cloud.dataplex.v1.RunTaskRequest
RunTaskResponse Protobuf typegoogle.cloud.dataplex.v1.RunTaskResponse
RunTaskResponse.Builder Protobuf typegoogle.cloud.dataplex.v1.RunTaskResponse
ScannedData The data scanned during processing (e.g.ScannedData.Builder The data scanned during processing (e.g.ScannedData.IncrementalField A data range denoted by a pair of start/end values of a field.ScannedData.IncrementalField.Builder A data range denoted by a pair of start/end values of a field.Schema Schema information describing the structure and layout of the data.Schema.Builder Schema information describing the structure and layout of the data.Schema.PartitionField Represents a key field within the entity's partition structure.Schema.PartitionField.Builder Represents a key field within the entity's partition structure.Schema.SchemaField Represents a column field within a table schema.Schema.SchemaField.Builder Represents a column field within a table schema.SecurityProto ServiceProto Session Represents an active analyze session running for a user.Session.Builder Represents an active analyze session running for a user.SessionEvent These messages contain information about sessions within an environment.SessionEvent.Builder These messages contain information about sessions within an environment.SessionEvent.QueryDetail Execution details of the query.SessionEvent.QueryDetail.Builder Execution details of the query.StorageAccess Describes the access mechanism of the data within its storage location.StorageAccess.Builder Describes the access mechanism of the data within its storage location.StorageFormat Describes the format of the data within its storage location.StorageFormat.Builder Describes the format of the data within its storage location.StorageFormat.CsvOptions Describes CSV and similar semi-structured data formats.StorageFormat.CsvOptions.Builder Describes CSV and similar semi-structured data formats.StorageFormat.IcebergOptions Describes Iceberg data format.StorageFormat.IcebergOptions.Builder Describes Iceberg data format.StorageFormat.JsonOptions Describes JSON data format.StorageFormat.JsonOptions.Builder Describes JSON data format.Task A task represents a user-visible job.Task.Builder A task represents a user-visible job.Task.ExecutionSpec Execution related settings, like retry and service_account.Task.ExecutionSpec.Builder Execution related settings, like retry and service_account.Task.ExecutionStatus Status of the task execution (e.g.Task.ExecutionStatus.Builder Status of the task execution (e.g.Task.InfrastructureSpec Configuration for the underlying infrastructure used to run workloads.Task.InfrastructureSpec.BatchComputeResources Batch compute resources associated with the task.Task.InfrastructureSpec.BatchComputeResources.Builder Batch compute resources associated with the task.Task.InfrastructureSpec.Builder Configuration for the underlying infrastructure used to run workloads.Task.InfrastructureSpec.ContainerImageRuntime Container Image Runtime Configuration used with Batch execution.Task.InfrastructureSpec.ContainerImageRuntime.Builder Container Image Runtime Configuration used with Batch execution.Task.InfrastructureSpec.VpcNetwork Cloud VPC Network used to run the infrastructure.Task.InfrastructureSpec.VpcNetwork.Builder Cloud VPC Network used to run the infrastructure.Task.NotebookTaskConfig Config for running scheduled notebooks.Task.NotebookTaskConfig.Builder Config for running scheduled notebooks.Task.SparkTaskConfig User-specified config for running a Spark task.Task.SparkTaskConfig.Builder User-specified config for running a Spark task.Task.TriggerSpec Task scheduling and trigger settings.Task.TriggerSpec.Builder Task scheduling and trigger settings.TaskName TaskName.Builder Builder for projects/{project}/locations/{location}/lakes/{lake}/tasks/{task}.TasksProto Trigger DataScan scheduling and trigger settings.Trigger.Builder DataScan scheduling and trigger settings.Trigger.OnDemand The scan runs once via `RunDataScan` API.Trigger.OnDemand.Builder The scan runs once via `RunDataScan` API.Trigger.Schedule The scan is scheduled to run periodically.Trigger.Schedule.Builder The scan is scheduled to run periodically.UpdateAssetRequest Update asset request.UpdateAssetRequest.Builder Update asset request.UpdateContentRequest Update content request.UpdateContentRequest.Builder Update content request.UpdateDataAttributeBindingRequest Update DataAttributeBinding request.UpdateDataAttributeBindingRequest.Builder Update DataAttributeBinding request.UpdateDataAttributeRequest Update DataAttribute request.UpdateDataAttributeRequest.Builder Update DataAttribute request.UpdateDataScanRequest Update dataScan request.UpdateDataScanRequest.Builder Update dataScan request.UpdateDataTaxonomyRequest Update DataTaxonomy request.UpdateDataTaxonomyRequest.Builder Update DataTaxonomy request.UpdateEntityRequest Update a metadata entity request.UpdateEntityRequest.Builder Update a metadata entity request.UpdateEnvironmentRequest Update environment request.UpdateEnvironmentRequest.Builder Update environment request.UpdateLakeRequest Update lake request.UpdateLakeRequest.Builder Update lake request.UpdateTaskRequest Update task request.UpdateTaskRequest.Builder Update task request.UpdateZoneRequest Update zone request.UpdateZoneRequest.Builder Update zone request.Zone A zone represents a logical group of related assets within a lake.Zone.Builder A zone represents a logical group of related assets within a lake.Zone.DiscoverySpec Settings to manage the metadata discovery and publishing in a zone.Zone.DiscoverySpec.Builder Settings to manage the metadata discovery and publishing in a zone.Zone.DiscoverySpec.CsvOptions Describe CSV and similar semi-structured data formats.Zone.DiscoverySpec.CsvOptions.Builder Describe CSV and similar semi-structured data formats.Zone.DiscoverySpec.JsonOptions Describe JSON data format.Zone.DiscoverySpec.JsonOptions.Builder Describe JSON data format.Zone.ResourceSpec Settings for resources attached as assets within a zone.Zone.ResourceSpec.Builder Settings for resources attached as assets within a zone.ZoneName ZoneName.Builder Builder for projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}.