Skip to main content

ProjectMethods

Struct ProjectMethods 

Source
pub struct ProjectMethods<'a, C>
where C: 'a,
{ /* private fields */ }
Expand description

A builder providing access to all methods supported on project resources. It is not used directly, but through the CloudDataplex hub.

§Example

Instantiate a resource builder

extern crate hyper;
extern crate hyper_rustls;
extern crate google_dataplex1 as dataplex1;

use dataplex1::{CloudDataplex, FieldMask, hyper_rustls, hyper_util, yup_oauth2};

let secret: yup_oauth2::ApplicationSecret = Default::default();
let connector = hyper_rustls::HttpsConnectorBuilder::new()
    .with_native_roots()
    .unwrap()
    .https_only()
    .enable_http2()
    .build();

let executor = hyper_util::rt::TokioExecutor::new();
let auth = yup_oauth2::InstalledFlowAuthenticator::with_client(
    secret,
    yup_oauth2::InstalledFlowReturnMethod::HTTPRedirect,
    yup_oauth2::client::CustomHyperClientBuilder::from(
        hyper_util::client::legacy::Client::builder(executor).build(connector),
    ),
).build().await.unwrap();

let client = hyper_util::client::legacy::Client::builder(
    hyper_util::rt::TokioExecutor::new()
)
.build(
    hyper_rustls::HttpsConnectorBuilder::new()
        .with_native_roots()
        .unwrap()
        .https_or_http()
        .enable_http2()
        .build()
);
let mut hub = CloudDataplex::new(client, auth);
// Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
// like `locations_aspect_types_create(...)`, `locations_aspect_types_delete(...)`, `locations_aspect_types_get(...)`, `locations_aspect_types_get_iam_policy(...)`, `locations_aspect_types_list(...)`, `locations_aspect_types_patch(...)`, `locations_aspect_types_set_iam_policy(...)`, `locations_aspect_types_test_iam_permissions(...)`, `locations_change_requests_get_iam_policy(...)`, `locations_change_requests_set_iam_policy(...)`, `locations_change_requests_test_iam_permissions(...)`, `locations_data_attribute_bindings_create(...)`, `locations_data_attribute_bindings_delete(...)`, `locations_data_attribute_bindings_get(...)`, `locations_data_attribute_bindings_get_iam_policy(...)`, `locations_data_attribute_bindings_list(...)`, `locations_data_attribute_bindings_patch(...)`, `locations_data_attribute_bindings_set_iam_policy(...)`, `locations_data_attribute_bindings_test_iam_permissions(...)`, `locations_data_products_create(...)`, `locations_data_products_data_assets_create(...)`, `locations_data_products_data_assets_delete(...)`, `locations_data_products_data_assets_get(...)`, `locations_data_products_data_assets_list(...)`, `locations_data_products_data_assets_patch(...)`, `locations_data_products_delete(...)`, `locations_data_products_get(...)`, `locations_data_products_get_iam_policy(...)`, `locations_data_products_list(...)`, `locations_data_products_patch(...)`, `locations_data_products_set_iam_policy(...)`, `locations_data_products_test_iam_permissions(...)`, `locations_data_scans_create(...)`, `locations_data_scans_delete(...)`, `locations_data_scans_generate_data_quality_rules(...)`, `locations_data_scans_get(...)`, `locations_data_scans_get_iam_policy(...)`, `locations_data_scans_jobs_generate_data_quality_rules(...)`, `locations_data_scans_jobs_get(...)`, `locations_data_scans_jobs_list(...)`, `locations_data_scans_list(...)`, `locations_data_scans_patch(...)`, `locations_data_scans_run(...)`, `locations_data_scans_set_iam_policy(...)`, `locations_data_scans_test_iam_permissions(...)`, `locations_data_taxonomies_attributes_create(...)`, `locations_data_taxonomies_attributes_delete(...)`, `locations_data_taxonomies_attributes_get(...)`, `locations_data_taxonomies_attributes_get_iam_policy(...)`, `locations_data_taxonomies_attributes_list(...)`, `locations_data_taxonomies_attributes_patch(...)`, `locations_data_taxonomies_attributes_set_iam_policy(...)`, `locations_data_taxonomies_attributes_test_iam_permissions(...)`, `locations_data_taxonomies_create(...)`, `locations_data_taxonomies_delete(...)`, `locations_data_taxonomies_get(...)`, `locations_data_taxonomies_get_iam_policy(...)`, `locations_data_taxonomies_list(...)`, `locations_data_taxonomies_patch(...)`, `locations_data_taxonomies_set_iam_policy(...)`, `locations_data_taxonomies_test_iam_permissions(...)`, `locations_entry_groups_create(...)`, `locations_entry_groups_delete(...)`, `locations_entry_groups_entries_create(...)`, `locations_entry_groups_entries_delete(...)`, `locations_entry_groups_entries_get(...)`, `locations_entry_groups_entries_list(...)`, `locations_entry_groups_entries_patch(...)`, `locations_entry_groups_entry_links_create(...)`, `locations_entry_groups_entry_links_delete(...)`, `locations_entry_groups_entry_links_get(...)`, `locations_entry_groups_get(...)`, `locations_entry_groups_get_iam_policy(...)`, `locations_entry_groups_list(...)`, `locations_entry_groups_patch(...)`, `locations_entry_groups_set_iam_policy(...)`, `locations_entry_groups_test_iam_permissions(...)`, `locations_entry_link_types_get_iam_policy(...)`, `locations_entry_link_types_set_iam_policy(...)`, `locations_entry_link_types_test_iam_permissions(...)`, `locations_entry_types_create(...)`, `locations_entry_types_delete(...)`, `locations_entry_types_get(...)`, `locations_entry_types_get_iam_policy(...)`, `locations_entry_types_list(...)`, `locations_entry_types_patch(...)`, `locations_entry_types_set_iam_policy(...)`, `locations_entry_types_test_iam_permissions(...)`, `locations_get(...)`, `locations_glossaries_categories_create(...)`, `locations_glossaries_categories_delete(...)`, `locations_glossaries_categories_get(...)`, `locations_glossaries_categories_get_iam_policy(...)`, `locations_glossaries_categories_list(...)`, `locations_glossaries_categories_patch(...)`, `locations_glossaries_categories_set_iam_policy(...)`, `locations_glossaries_categories_test_iam_permissions(...)`, `locations_glossaries_create(...)`, `locations_glossaries_delete(...)`, `locations_glossaries_get(...)`, `locations_glossaries_get_iam_policy(...)`, `locations_glossaries_list(...)`, `locations_glossaries_patch(...)`, `locations_glossaries_set_iam_policy(...)`, `locations_glossaries_terms_create(...)`, `locations_glossaries_terms_delete(...)`, `locations_glossaries_terms_get(...)`, `locations_glossaries_terms_get_iam_policy(...)`, `locations_glossaries_terms_list(...)`, `locations_glossaries_terms_patch(...)`, `locations_glossaries_terms_set_iam_policy(...)`, `locations_glossaries_terms_test_iam_permissions(...)`, `locations_glossaries_test_iam_permissions(...)`, `locations_governance_rules_get_iam_policy(...)`, `locations_governance_rules_set_iam_policy(...)`, `locations_governance_rules_test_iam_permissions(...)`, `locations_lakes_actions_list(...)`, `locations_lakes_content_create(...)`, `locations_lakes_content_delete(...)`, `locations_lakes_content_get(...)`, `locations_lakes_content_get_iam_policy(...)`, `locations_lakes_content_list(...)`, `locations_lakes_content_patch(...)`, `locations_lakes_content_set_iam_policy(...)`, `locations_lakes_content_test_iam_permissions(...)`, `locations_lakes_contentitems_create(...)`, `locations_lakes_contentitems_delete(...)`, `locations_lakes_contentitems_get(...)`, `locations_lakes_contentitems_get_iam_policy(...)`, `locations_lakes_contentitems_list(...)`, `locations_lakes_contentitems_patch(...)`, `locations_lakes_contentitems_set_iam_policy(...)`, `locations_lakes_contentitems_test_iam_permissions(...)`, `locations_lakes_create(...)`, `locations_lakes_delete(...)`, `locations_lakes_environments_create(...)`, `locations_lakes_environments_delete(...)`, `locations_lakes_environments_get(...)`, `locations_lakes_environments_get_iam_policy(...)`, `locations_lakes_environments_list(...)`, `locations_lakes_environments_patch(...)`, `locations_lakes_environments_sessions_list(...)`, `locations_lakes_environments_set_iam_policy(...)`, `locations_lakes_environments_test_iam_permissions(...)`, `locations_lakes_get(...)`, `locations_lakes_get_iam_policy(...)`, `locations_lakes_list(...)`, `locations_lakes_patch(...)`, `locations_lakes_set_iam_policy(...)`, `locations_lakes_tasks_create(...)`, `locations_lakes_tasks_delete(...)`, `locations_lakes_tasks_get(...)`, `locations_lakes_tasks_get_iam_policy(...)`, `locations_lakes_tasks_jobs_cancel(...)`, `locations_lakes_tasks_jobs_get(...)`, `locations_lakes_tasks_jobs_list(...)`, `locations_lakes_tasks_list(...)`, `locations_lakes_tasks_patch(...)`, `locations_lakes_tasks_run(...)`, `locations_lakes_tasks_set_iam_policy(...)`, `locations_lakes_tasks_test_iam_permissions(...)`, `locations_lakes_test_iam_permissions(...)`, `locations_lakes_zones_actions_list(...)`, `locations_lakes_zones_assets_actions_list(...)`, `locations_lakes_zones_assets_create(...)`, `locations_lakes_zones_assets_delete(...)`, `locations_lakes_zones_assets_get(...)`, `locations_lakes_zones_assets_get_iam_policy(...)`, `locations_lakes_zones_assets_list(...)`, `locations_lakes_zones_assets_patch(...)`, `locations_lakes_zones_assets_set_iam_policy(...)`, `locations_lakes_zones_assets_test_iam_permissions(...)`, `locations_lakes_zones_create(...)`, `locations_lakes_zones_delete(...)`, `locations_lakes_zones_entities_create(...)`, `locations_lakes_zones_entities_delete(...)`, `locations_lakes_zones_entities_get(...)`, `locations_lakes_zones_entities_list(...)`, `locations_lakes_zones_entities_partitions_create(...)`, `locations_lakes_zones_entities_partitions_delete(...)`, `locations_lakes_zones_entities_partitions_get(...)`, `locations_lakes_zones_entities_partitions_list(...)`, `locations_lakes_zones_entities_update(...)`, `locations_lakes_zones_get(...)`, `locations_lakes_zones_get_iam_policy(...)`, `locations_lakes_zones_list(...)`, `locations_lakes_zones_patch(...)`, `locations_lakes_zones_set_iam_policy(...)`, `locations_lakes_zones_test_iam_permissions(...)`, `locations_list(...)`, `locations_lookup_entry(...)`, `locations_metadata_jobs_cancel(...)`, `locations_metadata_jobs_create(...)`, `locations_metadata_jobs_get(...)`, `locations_metadata_jobs_list(...)`, `locations_operations_cancel(...)`, `locations_operations_delete(...)`, `locations_operations_get(...)`, `locations_operations_list(...)` and `locations_search_entries(...)`
// to build up your call.
let rb = hub.projects();

Implementations§

Source§

impl<'a, C> ProjectMethods<'a, C>

Source

pub fn locations_aspect_types_create( &self, request: GoogleCloudDataplexV1AspectType, parent: &str, ) -> ProjectLocationAspectTypeCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates an AspectType.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the AspectType, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a Google Cloud region.
Source

pub fn locations_aspect_types_delete( &self, name: &str, ) -> ProjectLocationAspectTypeDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes an AspectType.

§Arguments
  • name - Required. The resource name of the AspectType: projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}.
Source

pub fn locations_aspect_types_get( &self, name: &str, ) -> ProjectLocationAspectTypeGetCall<'a, C>

Create a builder to help you perform the following task:

Gets an AspectType.

§Arguments
  • name - Required. The resource name of the AspectType: projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}.
Source

pub fn locations_aspect_types_get_iam_policy( &self, resource: &str, ) -> ProjectLocationAspectTypeGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_aspect_types_list( &self, parent: &str, ) -> ProjectLocationAspectTypeListCall<'a, C>

Create a builder to help you perform the following task:

Lists AspectType resources in a project and location.

§Arguments
  • parent - Required. The resource name of the AspectType location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a Google Cloud region.
Source

pub fn locations_aspect_types_patch( &self, request: GoogleCloudDataplexV1AspectType, name: &str, ) -> ProjectLocationAspectTypePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates an AspectType.

§Arguments
  • request - No description provided.
  • name - Output only. The relative resource name of the AspectType, of the form: projects/{project_number}/locations/{location_id}/aspectTypes/{aspect_type_id}.
Source

pub fn locations_aspect_types_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationAspectTypeSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_aspect_types_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationAspectTypeTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_change_requests_get_iam_policy( &self, resource: &str, ) -> ProjectLocationChangeRequestGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_change_requests_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationChangeRequestSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_change_requests_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationChangeRequestTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_attribute_bindings_create( &self, request: GoogleCloudDataplexV1DataAttributeBinding, parent: &str, ) -> ProjectLocationDataAttributeBindingCreateCall<'a, C>

Create a builder to help you perform the following task:

Create a DataAttributeBinding resource.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent data taxonomy projects/{project_number}/locations/{location_id}
Source

pub fn locations_data_attribute_bindings_delete( &self, name: &str, ) -> ProjectLocationDataAttributeBindingDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a DataAttributeBinding resource. All attributes within the DataAttributeBinding must be deleted before the DataAttributeBinding can be deleted.

§Arguments
  • name - Required. The resource name of the DataAttributeBinding: projects/{project_number}/locations/{location_id}/dataAttributeBindings/{data_attribute_binding_id}
Source

pub fn locations_data_attribute_bindings_get( &self, name: &str, ) -> ProjectLocationDataAttributeBindingGetCall<'a, C>

Create a builder to help you perform the following task:

Retrieves a DataAttributeBinding resource.

§Arguments
  • name - Required. The resource name of the DataAttributeBinding: projects/{project_number}/locations/{location_id}/dataAttributeBindings/{data_attribute_binding_id}
Source

pub fn locations_data_attribute_bindings_get_iam_policy( &self, resource: &str, ) -> ProjectLocationDataAttributeBindingGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_attribute_bindings_list( &self, parent: &str, ) -> ProjectLocationDataAttributeBindingListCall<'a, C>

Create a builder to help you perform the following task:

Lists DataAttributeBinding resources in a project and location.

§Arguments
  • parent - Required. The resource name of the Location: projects/{project_number}/locations/{location_id}
Source

pub fn locations_data_attribute_bindings_patch( &self, request: GoogleCloudDataplexV1DataAttributeBinding, name: &str, ) -> ProjectLocationDataAttributeBindingPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a DataAttributeBinding resource.

§Arguments
  • request - No description provided.
  • name - Output only. The relative resource name of the Data Attribute Binding, of the form: projects/{project_number}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}
Source

pub fn locations_data_attribute_bindings_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationDataAttributeBindingSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_attribute_bindings_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationDataAttributeBindingTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_products_data_assets_create( &self, request: GoogleCloudDataplexV1DataAsset, parent: &str, ) -> ProjectLocationDataProductDataAssetCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a Data Asset.

§Arguments
  • request - No description provided.
  • parent - Required. The parent resource where this Data Asset will be created. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}
Source

pub fn locations_data_products_data_assets_delete( &self, name: &str, ) -> ProjectLocationDataProductDataAssetDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a Data Asset.

§Arguments
  • name - Required. The name of the Data Asset to delete. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}/dataAssets/{data_asset_id}
Source

pub fn locations_data_products_data_assets_get( &self, name: &str, ) -> ProjectLocationDataProductDataAssetGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a Data Asset.

§Arguments
  • name - Required. The name of the Data Asset to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}/dataAssets/{data_asset_id}
Source

pub fn locations_data_products_data_assets_list( &self, parent: &str, ) -> ProjectLocationDataProductDataAssetListCall<'a, C>

Create a builder to help you perform the following task:

Lists Data Assets for a given Data Product.

§Arguments
  • parent - Required. The parent, which has this collection of Data Assets. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}
Source

pub fn locations_data_products_data_assets_patch( &self, request: GoogleCloudDataplexV1DataAsset, name: &str, ) -> ProjectLocationDataProductDataAssetPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a Data Asset.

§Arguments
  • request - No description provided.
  • name - Identifier. Resource name of the Data Asset. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}/dataAssets/{data_asset_id}
Source

pub fn locations_data_products_create( &self, request: GoogleCloudDataplexV1DataProduct, parent: &str, ) -> ProjectLocationDataProductCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a Data Product.

§Arguments
  • request - No description provided.
  • parent - Required. The parent resource where this Data Product will be created. Format: projects/{project_id_or_number}/locations/{location_id}
Source

pub fn locations_data_products_delete( &self, name: &str, ) -> ProjectLocationDataProductDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a Data Product. The deletion will fail if the Data Product is not empty (i.e. contains at least one Data Asset).

§Arguments
  • name - Required. The name of the Data Product to delete. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}
Source

pub fn locations_data_products_get( &self, name: &str, ) -> ProjectLocationDataProductGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a Data Product.

§Arguments
  • name - Required. The name of the Data Product to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}
Source

pub fn locations_data_products_get_iam_policy( &self, resource: &str, ) -> ProjectLocationDataProductGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_products_list( &self, parent: &str, ) -> ProjectLocationDataProductListCall<'a, C>

Create a builder to help you perform the following task:

Lists Data Products for a given project.

§Arguments
  • parent - Required. The parent, which has this collection of Data Products.Format: projects/{project_id_or_number}/locations/{location_id}.Supports listing across all locations with the wildcard - (hyphen) character. Example: projects/{project_id_or_number}/locations/-
Source

pub fn locations_data_products_patch( &self, request: GoogleCloudDataplexV1DataProduct, name: &str, ) -> ProjectLocationDataProductPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a Data Product.

§Arguments
  • request - No description provided.
  • name - Identifier. Resource name of the Data Product. Format: projects/{project_id_or_number}/locations/{location_id}/dataProducts/{data_product_id}.
Source

pub fn locations_data_products_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationDataProductSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_products_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationDataProductTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_scans_jobs_generate_data_quality_rules( &self, request: GoogleCloudDataplexV1GenerateDataQualityRulesRequest, name: &str, ) -> ProjectLocationDataScanJobGenerateDataQualityRuleCall<'a, C>

Create a builder to help you perform the following task:

Generates recommended data quality rules based on the results of a data profiling scan.Use the recommendations to build rules for a data quality scan.

§Arguments
  • request - No description provided.
  • name - Required. The name must be one of the following: The name of a data scan with at least one successful, completed data profiling job The name of a successful, completed data profiling job (a data scan job where the job type is data profiling)
Source

pub fn locations_data_scans_jobs_get( &self, name: &str, ) -> ProjectLocationDataScanJobGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a DataScanJob resource.

§Arguments
  • name - Required. The resource name of the DataScanJob: projects/{project}/locations/{location_id}/dataScans/{data_scan_id}/jobs/{data_scan_job_id} where project refers to a project_id or project_number and location_id refers to a Google Cloud region.
Source

pub fn locations_data_scans_jobs_list( &self, parent: &str, ) -> ProjectLocationDataScanJobListCall<'a, C>

Create a builder to help you perform the following task:

Lists DataScanJobs under the given DataScan.

§Arguments
  • parent - Required. The resource name of the parent environment: projects/{project}/locations/{location_id}/dataScans/{data_scan_id} where project refers to a project_id or project_number and location_id refers to a Google Cloud region.
Source

pub fn locations_data_scans_create( &self, request: GoogleCloudDataplexV1DataScan, parent: &str, ) -> ProjectLocationDataScanCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a DataScan resource.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent location: projects/{project}/locations/{location_id} where project refers to a project_id or project_number and location_id refers to a Google Cloud region.
Source

pub fn locations_data_scans_delete( &self, name: &str, ) -> ProjectLocationDataScanDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a DataScan resource.

§Arguments
  • name - Required. The resource name of the dataScan: projects/{project}/locations/{location_id}/dataScans/{data_scan_id} where project refers to a project_id or project_number and location_id refers to a Google Cloud region.
Source

pub fn locations_data_scans_generate_data_quality_rules( &self, request: GoogleCloudDataplexV1GenerateDataQualityRulesRequest, name: &str, ) -> ProjectLocationDataScanGenerateDataQualityRuleCall<'a, C>

Create a builder to help you perform the following task:

Generates recommended data quality rules based on the results of a data profiling scan.Use the recommendations to build rules for a data quality scan.

§Arguments
  • request - No description provided.
  • name - Required. The name must be one of the following: The name of a data scan with at least one successful, completed data profiling job The name of a successful, completed data profiling job (a data scan job where the job type is data profiling)
Source

pub fn locations_data_scans_get( &self, name: &str, ) -> ProjectLocationDataScanGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a DataScan resource.

§Arguments
  • name - Required. The resource name of the dataScan: projects/{project}/locations/{location_id}/dataScans/{data_scan_id} where project refers to a project_id or project_number and location_id refers to a Google Cloud region.
Source

pub fn locations_data_scans_get_iam_policy( &self, resource: &str, ) -> ProjectLocationDataScanGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_scans_list( &self, parent: &str, ) -> ProjectLocationDataScanListCall<'a, C>

Create a builder to help you perform the following task:

Lists DataScans.

§Arguments
  • parent - Required. The resource name of the parent location: projects/{project}/locations/{location_id} where project refers to a project_id or project_number and location_id refers to a Google Cloud region.
Source

pub fn locations_data_scans_patch( &self, request: GoogleCloudDataplexV1DataScan, name: &str, ) -> ProjectLocationDataScanPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a DataScan resource.

§Arguments
  • request - No description provided.
  • name - Output only. Identifier. The relative resource name of the scan, of the form: projects/{project}/locations/{location_id}/dataScans/{datascan_id}, where project refers to a project_id or project_number and location_id refers to a Google Cloud region.
Source

pub fn locations_data_scans_run( &self, request: GoogleCloudDataplexV1RunDataScanRequest, name: &str, ) -> ProjectLocationDataScanRunCall<'a, C>

Create a builder to help you perform the following task:

Runs an on-demand execution of a DataScan

§Arguments
  • request - No description provided.
  • name - Required. The resource name of the DataScan: projects/{project}/locations/{location_id}/dataScans/{data_scan_id}. where project refers to a project_id or project_number and location_id refers to a Google Cloud region.Only OnDemand data scans are allowed.
Source

pub fn locations_data_scans_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationDataScanSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_scans_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationDataScanTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_taxonomies_attributes_create( &self, request: GoogleCloudDataplexV1DataAttribute, parent: &str, ) -> ProjectLocationDataTaxonomyAttributeCreateCall<'a, C>

Create a builder to help you perform the following task:

Create a DataAttribute resource.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent data taxonomy projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}
Source

pub fn locations_data_taxonomies_attributes_delete( &self, name: &str, ) -> ProjectLocationDataTaxonomyAttributeDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a Data Attribute resource.

§Arguments
  • name - Required. The resource name of the DataAttribute: projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
Source

pub fn locations_data_taxonomies_attributes_get( &self, name: &str, ) -> ProjectLocationDataTaxonomyAttributeGetCall<'a, C>

Create a builder to help you perform the following task:

Retrieves a Data Attribute resource.

§Arguments
  • name - Required. The resource name of the dataAttribute: projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
Source

pub fn locations_data_taxonomies_attributes_get_iam_policy( &self, resource: &str, ) -> ProjectLocationDataTaxonomyAttributeGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_taxonomies_attributes_list( &self, parent: &str, ) -> ProjectLocationDataTaxonomyAttributeListCall<'a, C>

Create a builder to help you perform the following task:

Lists Data Attribute resources in a DataTaxonomy.

§Arguments
  • parent - Required. The resource name of the DataTaxonomy: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}
Source

pub fn locations_data_taxonomies_attributes_patch( &self, request: GoogleCloudDataplexV1DataAttribute, name: &str, ) -> ProjectLocationDataTaxonomyAttributePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a DataAttribute resource.

§Arguments
  • request - No description provided.
  • name - Output only. The relative resource name of the dataAttribute, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}.
Source

pub fn locations_data_taxonomies_attributes_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationDataTaxonomyAttributeSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_taxonomies_attributes_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationDataTaxonomyAttributeTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_taxonomies_create( &self, request: GoogleCloudDataplexV1DataTaxonomy, parent: &str, ) -> ProjectLocationDataTaxonomyCreateCall<'a, C>

Create a builder to help you perform the following task:

Create a DataTaxonomy resource.

§Arguments
  • request - No description provided.
  • parent - No description provided.
Source

pub fn locations_data_taxonomies_delete( &self, name: &str, ) -> ProjectLocationDataTaxonomyDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a DataTaxonomy resource. All attributes within the DataTaxonomy must be deleted before the DataTaxonomy can be deleted.

§Arguments
  • name - Required. The resource name of the DataTaxonomy: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}
Source

pub fn locations_data_taxonomies_get( &self, name: &str, ) -> ProjectLocationDataTaxonomyGetCall<'a, C>

Create a builder to help you perform the following task:

Retrieves a DataTaxonomy resource.

§Arguments
  • name - No description provided.
Source

pub fn locations_data_taxonomies_get_iam_policy( &self, resource: &str, ) -> ProjectLocationDataTaxonomyGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_taxonomies_list( &self, parent: &str, ) -> ProjectLocationDataTaxonomyListCall<'a, C>

Create a builder to help you perform the following task:

Lists DataTaxonomy resources in a project and location.

§Arguments
  • parent - Required. The resource name of the DataTaxonomy location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a Google Cloud region.
Source

pub fn locations_data_taxonomies_patch( &self, request: GoogleCloudDataplexV1DataTaxonomy, name: &str, ) -> ProjectLocationDataTaxonomyPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a DataTaxonomy resource.

§Arguments
  • request - No description provided.
  • name - Output only. The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.
Source

pub fn locations_data_taxonomies_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationDataTaxonomySetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_data_taxonomies_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationDataTaxonomyTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_entry_groups_entries_create( &self, request: GoogleCloudDataplexV1Entry, parent: &str, ) -> ProjectLocationEntryGroupEntryCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates an Entry.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent Entry Group: projects/{project}/locations/{location}/entryGroups/{entry_group}.
Source

pub fn locations_entry_groups_entries_delete( &self, name: &str, ) -> ProjectLocationEntryGroupEntryDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes an Entry.

§Arguments
  • name - Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
Source

pub fn locations_entry_groups_entries_get( &self, name: &str, ) -> ProjectLocationEntryGroupEntryGetCall<'a, C>

Create a builder to help you perform the following task:

Gets an Entry. Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc Metastore metadata that is stored in Dataplex Universal Catalog is changing. For more information, see Changes to metadata stored in Dataplex Universal Catalog (https://cloud.google.com/dataplex/docs/metadata-changes).

§Arguments
  • name - Required. The resource name of the Entry: projects/{project}/locations/{location}/entryGroups/{entry_group}/entries/{entry}.
Source

pub fn locations_entry_groups_entries_list( &self, parent: &str, ) -> ProjectLocationEntryGroupEntryListCall<'a, C>

Create a builder to help you perform the following task:

Lists Entries within an EntryGroup. Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc Metastore metadata that is stored in Dataplex Universal Catalog is changing. For more information, see Changes to metadata stored in Dataplex Universal Catalog (https://cloud.google.com/dataplex/docs/metadata-changes).

§Arguments
  • parent - Required. The resource name of the parent Entry Group: projects/{project}/locations/{location}/entryGroups/{entry_group}.
Source

pub fn locations_entry_groups_entries_patch( &self, request: GoogleCloudDataplexV1Entry, name: &str, ) -> ProjectLocationEntryGroupEntryPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates an Entry.

§Arguments
  • request - No description provided.
  • name - Identifier. The relative resource name of the entry, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entries/{entry_id}.
Source

pub fn locations_entry_groups_entry_links_create( &self, request: GoogleCloudDataplexV1EntryLink, parent: &str, ) -> ProjectLocationEntryGroupEntryLinkCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates an Entry Link.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent Entry Group: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
Source

pub fn locations_entry_groups_entry_links_delete( &self, name: &str, ) -> ProjectLocationEntryGroupEntryLinkDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes an Entry Link.

§Arguments
  • name - Required. The resource name of the Entry Link: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.
Source

pub fn locations_entry_groups_entry_links_get( &self, name: &str, ) -> ProjectLocationEntryGroupEntryLinkGetCall<'a, C>

Create a builder to help you perform the following task:

Gets an Entry Link.

§Arguments
  • name - Required. The resource name of the Entry Link: projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}/entryLinks/{entry_link_id}.
Source

pub fn locations_entry_groups_create( &self, request: GoogleCloudDataplexV1EntryGroup, parent: &str, ) -> ProjectLocationEntryGroupCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates an EntryGroup.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the entryGroup, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a Google Cloud region.
Source

pub fn locations_entry_groups_delete( &self, name: &str, ) -> ProjectLocationEntryGroupDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes an EntryGroup.

§Arguments
  • name - Required. The resource name of the EntryGroup: projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}.
Source

pub fn locations_entry_groups_get( &self, name: &str, ) -> ProjectLocationEntryGroupGetCall<'a, C>

Create a builder to help you perform the following task:

Gets an EntryGroup.

§Arguments
  • name - Required. The resource name of the EntryGroup: projects/{project_number}/locations/{location_id}/entryGroups/{entry_group_id}.
Source

pub fn locations_entry_groups_get_iam_policy( &self, resource: &str, ) -> ProjectLocationEntryGroupGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_entry_groups_list( &self, parent: &str, ) -> ProjectLocationEntryGroupListCall<'a, C>

Create a builder to help you perform the following task:

Lists EntryGroup resources in a project and location.

§Arguments
  • parent - Required. The resource name of the entryGroup location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a Google Cloud region.
Source

pub fn locations_entry_groups_patch( &self, request: GoogleCloudDataplexV1EntryGroup, name: &str, ) -> ProjectLocationEntryGroupPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates an EntryGroup.

§Arguments
  • request - No description provided.
  • name - Output only. The relative resource name of the EntryGroup, in the format projects/{project_id_or_number}/locations/{location_id}/entryGroups/{entry_group_id}.
Source

pub fn locations_entry_groups_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationEntryGroupSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_entry_groups_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationEntryGroupTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_entry_link_types_get_iam_policy( &self, resource: &str, ) -> ProjectLocationEntryLinkTypeGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_entry_link_types_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationEntryLinkTypeSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_entry_link_types_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationEntryLinkTypeTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_entry_types_create( &self, request: GoogleCloudDataplexV1EntryType, parent: &str, ) -> ProjectLocationEntryTypeCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates an EntryType.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the EntryType, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a Google Cloud region.
Source

pub fn locations_entry_types_delete( &self, name: &str, ) -> ProjectLocationEntryTypeDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes an EntryType.

§Arguments
  • name - Required. The resource name of the EntryType: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.
Source

pub fn locations_entry_types_get( &self, name: &str, ) -> ProjectLocationEntryTypeGetCall<'a, C>

Create a builder to help you perform the following task:

Gets an EntryType.

§Arguments
  • name - Required. The resource name of the EntryType: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.
Source

pub fn locations_entry_types_get_iam_policy( &self, resource: &str, ) -> ProjectLocationEntryTypeGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_entry_types_list( &self, parent: &str, ) -> ProjectLocationEntryTypeListCall<'a, C>

Create a builder to help you perform the following task:

Lists EntryType resources in a project and location.

§Arguments
  • parent - Required. The resource name of the EntryType location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a Google Cloud region.
Source

pub fn locations_entry_types_patch( &self, request: GoogleCloudDataplexV1EntryType, name: &str, ) -> ProjectLocationEntryTypePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates an EntryType.

§Arguments
  • request - No description provided.
  • name - Output only. The relative resource name of the EntryType, of the form: projects/{project_number}/locations/{location_id}/entryTypes/{entry_type_id}.
Source

pub fn locations_entry_types_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationEntryTypeSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_entry_types_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationEntryTypeTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_glossaries_categories_create( &self, request: GoogleCloudDataplexV1GlossaryCategory, parent: &str, ) -> ProjectLocationGlossaryCategoryCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a new GlossaryCategory resource.

§Arguments
  • request - No description provided.
  • parent - Required. The parent resource where this GlossaryCategory will be created. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} where locationId refers to a Google Cloud region.
Source

pub fn locations_glossaries_categories_delete( &self, name: &str, ) -> ProjectLocationGlossaryCategoryDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a GlossaryCategory resource. All the GlossaryCategories and GlossaryTerms nested directly under the specified GlossaryCategory will be moved one level up to the parent in the hierarchy.

§Arguments
  • name - Required. The name of the GlossaryCategory to delete. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
Source

pub fn locations_glossaries_categories_get( &self, name: &str, ) -> ProjectLocationGlossaryCategoryGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a GlossaryCategory resource.

§Arguments
  • name - Required. The name of the GlossaryCategory to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
Source

pub fn locations_glossaries_categories_get_iam_policy( &self, resource: &str, ) -> ProjectLocationGlossaryCategoryGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_glossaries_categories_list( &self, parent: &str, ) -> ProjectLocationGlossaryCategoryListCall<'a, C>

Create a builder to help you perform the following task:

Lists GlossaryCategory resources in a Glossary.

§Arguments
  • parent - Required. The parent, which has this collection of GlossaryCategories. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} Location is the Google Cloud region.
Source

pub fn locations_glossaries_categories_patch( &self, request: GoogleCloudDataplexV1GlossaryCategory, name: &str, ) -> ProjectLocationGlossaryCategoryPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a GlossaryCategory resource.

§Arguments
  • request - No description provided.
  • name - Output only. Identifier. The resource name of the GlossaryCategory. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
Source

pub fn locations_glossaries_categories_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationGlossaryCategorySetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_glossaries_categories_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationGlossaryCategoryTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_glossaries_terms_create( &self, request: GoogleCloudDataplexV1GlossaryTerm, parent: &str, ) -> ProjectLocationGlossaryTermCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a new GlossaryTerm resource.

§Arguments
  • request - No description provided.
  • parent - Required. The parent resource where the GlossaryTerm will be created. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} where location_id refers to a Google Cloud region.
Source

pub fn locations_glossaries_terms_delete( &self, name: &str, ) -> ProjectLocationGlossaryTermDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a GlossaryTerm resource.

§Arguments
  • name - Required. The name of the GlossaryTerm to delete. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/terms/{term_id}
Source

pub fn locations_glossaries_terms_get( &self, name: &str, ) -> ProjectLocationGlossaryTermGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a GlossaryTerm resource.

§Arguments
  • name - Required. The name of the GlossaryTerm to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/terms/{term_id}
Source

pub fn locations_glossaries_terms_get_iam_policy( &self, resource: &str, ) -> ProjectLocationGlossaryTermGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_glossaries_terms_list( &self, parent: &str, ) -> ProjectLocationGlossaryTermListCall<'a, C>

Create a builder to help you perform the following task:

Lists GlossaryTerm resources in a Glossary.

§Arguments
  • parent - Required. The parent, which has this collection of GlossaryTerms. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} where location_id refers to a Google Cloud region.
Source

pub fn locations_glossaries_terms_patch( &self, request: GoogleCloudDataplexV1GlossaryTerm, name: &str, ) -> ProjectLocationGlossaryTermPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a GlossaryTerm resource.

§Arguments
  • request - No description provided.
  • name - Output only. Identifier. The resource name of the GlossaryTerm. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/terms/{term_id}
Source

pub fn locations_glossaries_terms_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationGlossaryTermSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_glossaries_terms_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationGlossaryTermTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_glossaries_create( &self, request: GoogleCloudDataplexV1Glossary, parent: &str, ) -> ProjectLocationGlossaryCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a new Glossary resource.

§Arguments
  • request - No description provided.
  • parent - Required. The parent resource where this Glossary will be created. Format: projects/{project_id_or_number}/locations/{location_id} where location_id refers to a Google Cloud region.
Source

pub fn locations_glossaries_delete( &self, name: &str, ) -> ProjectLocationGlossaryDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a Glossary resource. All the categories and terms within the Glossary must be deleted before the Glossary can be deleted.

§Arguments
  • name - Required. The name of the Glossary to delete. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
Source

pub fn locations_glossaries_get( &self, name: &str, ) -> ProjectLocationGlossaryGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a Glossary resource.

§Arguments
  • name - Required. The name of the Glossary to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
Source

pub fn locations_glossaries_get_iam_policy( &self, resource: &str, ) -> ProjectLocationGlossaryGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_glossaries_list( &self, parent: &str, ) -> ProjectLocationGlossaryListCall<'a, C>

Create a builder to help you perform the following task:

Lists Glossary resources in a project and location.

§Arguments
  • parent - Required. The parent, which has this collection of Glossaries. Format: projects/{project_id_or_number}/locations/{location_id} where location_id refers to a Google Cloud region.
Source

pub fn locations_glossaries_patch( &self, request: GoogleCloudDataplexV1Glossary, name: &str, ) -> ProjectLocationGlossaryPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a Glossary resource.

§Arguments
  • request - No description provided.
  • name - Output only. Identifier. The resource name of the Glossary. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}
Source

pub fn locations_glossaries_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationGlossarySetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_glossaries_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationGlossaryTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_governance_rules_get_iam_policy( &self, resource: &str, ) -> ProjectLocationGovernanceRuleGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_governance_rules_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationGovernanceRuleSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_governance_rules_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationGovernanceRuleTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_actions_list( &self, parent: &str, ) -> ProjectLocationLakeActionListCall<'a, C>

Create a builder to help you perform the following task:

Lists action resources in a lake.

§Arguments
  • parent - Required. The resource name of the parent lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
Source

pub fn locations_lakes_content_create( &self, request: GoogleCloudDataplexV1Content, parent: &str, ) -> ProjectLocationLakeContentCreateCall<'a, C>

Create a builder to help you perform the following task:

Create a content.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent lake: projects/{project_id}/locations/{location_id}/lakes/{lake_id}
Source

pub fn locations_lakes_content_delete( &self, name: &str, ) -> ProjectLocationLakeContentDeleteCall<'a, C>

Create a builder to help you perform the following task:

Delete a content.

§Arguments
  • name - Required. The resource name of the content: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}
Source

pub fn locations_lakes_content_get( &self, name: &str, ) -> ProjectLocationLakeContentGetCall<'a, C>

Create a builder to help you perform the following task:

Get a content resource.

§Arguments
  • name - Required. The resource name of the content: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}
Source

pub fn locations_lakes_content_get_iam_policy( &self, resource: &str, ) -> ProjectLocationLakeContentGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a contentitem resource. A NOT_FOUND error is returned if the resource does not exist. An empty policy is returned if the resource exists but does not have a policy set on it.Caller must have Google IAM dataplex.content.getIamPolicy permission on the resource.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_content_list( &self, parent: &str, ) -> ProjectLocationLakeContentListCall<'a, C>

Create a builder to help you perform the following task:

List content.

§Arguments
  • parent - Required. The resource name of the parent lake: projects/{project_id}/locations/{location_id}/lakes/{lake_id}
Source

pub fn locations_lakes_content_patch( &self, request: GoogleCloudDataplexV1Content, name: &str, ) -> ProjectLocationLakeContentPatchCall<'a, C>

Create a builder to help you perform the following task:

Update a content. Only supports full resource update.

§Arguments
  • request - No description provided.
  • name - Output only. The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}
Source

pub fn locations_lakes_content_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationLakeContentSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified contentitem resource. Replaces any existing policy.Caller must have Google IAM dataplex.content.setIamPolicy permission on the resource.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_content_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationLakeContentTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns the caller’s permissions on a resource. If the resource does not exist, an empty set of permissions is returned (a NOT_FOUND error is not returned).A caller is not required to have Google IAM permission to make this request.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_contentitems_create( &self, request: GoogleCloudDataplexV1Content, parent: &str, ) -> ProjectLocationLakeContentitemCreateCall<'a, C>

Create a builder to help you perform the following task:

Create a content.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent lake: projects/{project_id}/locations/{location_id}/lakes/{lake_id}
Source

pub fn locations_lakes_contentitems_delete( &self, name: &str, ) -> ProjectLocationLakeContentitemDeleteCall<'a, C>

Create a builder to help you perform the following task:

Delete a content.

§Arguments
  • name - Required. The resource name of the content: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}
Source

pub fn locations_lakes_contentitems_get( &self, name: &str, ) -> ProjectLocationLakeContentitemGetCall<'a, C>

Create a builder to help you perform the following task:

Get a content resource.

§Arguments
  • name - Required. The resource name of the content: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}
Source

pub fn locations_lakes_contentitems_get_iam_policy( &self, resource: &str, ) -> ProjectLocationLakeContentitemGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a contentitem resource. A NOT_FOUND error is returned if the resource does not exist. An empty policy is returned if the resource exists but does not have a policy set on it.Caller must have Google IAM dataplex.content.getIamPolicy permission on the resource.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_contentitems_list( &self, parent: &str, ) -> ProjectLocationLakeContentitemListCall<'a, C>

Create a builder to help you perform the following task:

List content.

§Arguments
  • parent - Required. The resource name of the parent lake: projects/{project_id}/locations/{location_id}/lakes/{lake_id}
Source

pub fn locations_lakes_contentitems_patch( &self, request: GoogleCloudDataplexV1Content, name: &str, ) -> ProjectLocationLakeContentitemPatchCall<'a, C>

Create a builder to help you perform the following task:

Update a content. Only supports full resource update.

§Arguments
  • request - No description provided.
  • name - Output only. The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}
Source

pub fn locations_lakes_contentitems_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationLakeContentitemSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified contentitem resource. Replaces any existing policy.Caller must have Google IAM dataplex.content.setIamPolicy permission on the resource.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_contentitems_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationLakeContentitemTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns the caller’s permissions on a resource. If the resource does not exist, an empty set of permissions is returned (a NOT_FOUND error is not returned).A caller is not required to have Google IAM permission to make this request.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_environments_sessions_list( &self, parent: &str, ) -> ProjectLocationLakeEnvironmentSessionListCall<'a, C>

Create a builder to help you perform the following task:

Lists session resources in an environment.

§Arguments
  • parent - Required. The resource name of the parent environment: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}.
Source

pub fn locations_lakes_environments_create( &self, request: GoogleCloudDataplexV1Environment, parent: &str, ) -> ProjectLocationLakeEnvironmentCreateCall<'a, C>

Create a builder to help you perform the following task:

Create an environment resource.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent lake: projects/{project_id}/locations/{location_id}/lakes/{lake_id}.
Source

pub fn locations_lakes_environments_delete( &self, name: &str, ) -> ProjectLocationLakeEnvironmentDeleteCall<'a, C>

Create a builder to help you perform the following task:

Delete the environment resource. All the child resources must have been deleted before environment deletion can be initiated.

§Arguments
  • name - Required. The resource name of the environment: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}.
Source

pub fn locations_lakes_environments_get( &self, name: &str, ) -> ProjectLocationLakeEnvironmentGetCall<'a, C>

Create a builder to help you perform the following task:

Get environment resource.

§Arguments
  • name - Required. The resource name of the environment: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environments/{environment_id}.
Source

pub fn locations_lakes_environments_get_iam_policy( &self, resource: &str, ) -> ProjectLocationLakeEnvironmentGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_environments_list( &self, parent: &str, ) -> ProjectLocationLakeEnvironmentListCall<'a, C>

Create a builder to help you perform the following task:

Lists environments under the given lake.

§Arguments
  • parent - Required. The resource name of the parent lake: projects/{project_id}/locations/{location_id}/lakes/{lake_id}.
Source

pub fn locations_lakes_environments_patch( &self, request: GoogleCloudDataplexV1Environment, name: &str, ) -> ProjectLocationLakeEnvironmentPatchCall<'a, C>

Create a builder to help you perform the following task:

Update the environment resource.

§Arguments
  • request - No description provided.
  • name - Output only. The relative resource name of the environment, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}
Source

pub fn locations_lakes_environments_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationLakeEnvironmentSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_environments_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationLakeEnvironmentTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_tasks_jobs_cancel( &self, request: GoogleCloudDataplexV1CancelJobRequest, name: &str, ) -> ProjectLocationLakeTaskJobCancelCall<'a, C>

Create a builder to help you perform the following task:

Cancel jobs running for the task resource.

§Arguments
  • request - No description provided.
  • name - Required. The resource name of the job: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/task/{task_id}/job/{job_id}.
Source

pub fn locations_lakes_tasks_jobs_get( &self, name: &str, ) -> ProjectLocationLakeTaskJobGetCall<'a, C>

Create a builder to help you perform the following task:

Get job resource.

§Arguments
  • name - Required. The resource name of the job: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}/jobs/{job_id}.
Source

pub fn locations_lakes_tasks_jobs_list( &self, parent: &str, ) -> ProjectLocationLakeTaskJobListCall<'a, C>

Create a builder to help you perform the following task:

Lists Jobs under the given task.

§Arguments
  • parent - Required. The resource name of the parent environment: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}.
Source

pub fn locations_lakes_tasks_create( &self, request: GoogleCloudDataplexV1Task, parent: &str, ) -> ProjectLocationLakeTaskCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a task resource within a lake.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
Source

pub fn locations_lakes_tasks_delete( &self, name: &str, ) -> ProjectLocationLakeTaskDeleteCall<'a, C>

Create a builder to help you perform the following task:

Delete the task resource.

§Arguments
  • name - Required. The resource name of the task: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/task/{task_id}.
Source

pub fn locations_lakes_tasks_get( &self, name: &str, ) -> ProjectLocationLakeTaskGetCall<'a, C>

Create a builder to help you perform the following task:

Get task resource.

§Arguments
  • name - Required. The resource name of the task: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{tasks_id}.
Source

pub fn locations_lakes_tasks_get_iam_policy( &self, resource: &str, ) -> ProjectLocationLakeTaskGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_tasks_list( &self, parent: &str, ) -> ProjectLocationLakeTaskListCall<'a, C>

Create a builder to help you perform the following task:

Lists tasks under the given lake.

§Arguments
  • parent - Required. The resource name of the parent lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
Source

pub fn locations_lakes_tasks_patch( &self, request: GoogleCloudDataplexV1Task, name: &str, ) -> ProjectLocationLakeTaskPatchCall<'a, C>

Create a builder to help you perform the following task:

Update the task resource.

§Arguments
  • request - No description provided.
  • name - Output only. The relative resource name of the task, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/ tasks/{task_id}.
Source

pub fn locations_lakes_tasks_run( &self, request: GoogleCloudDataplexV1RunTaskRequest, name: &str, ) -> ProjectLocationLakeTaskRunCall<'a, C>

Create a builder to help you perform the following task:

Run an on demand execution of a Task.

§Arguments
  • request - No description provided.
  • name - Required. The resource name of the task: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/tasks/{task_id}.
Source

pub fn locations_lakes_tasks_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationLakeTaskSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_tasks_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationLakeTaskTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_zones_actions_list( &self, parent: &str, ) -> ProjectLocationLakeZoneActionListCall<'a, C>

Create a builder to help you perform the following task:

Lists action resources in a zone.

§Arguments
  • parent - Required. The resource name of the parent zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
Source

pub fn locations_lakes_zones_assets_actions_list( &self, parent: &str, ) -> ProjectLocationLakeZoneAssetActionListCall<'a, C>

Create a builder to help you perform the following task:

Lists action resources in an asset.

§Arguments
  • parent - Required. The resource name of the parent asset: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}.
Source

pub fn locations_lakes_zones_assets_create( &self, request: GoogleCloudDataplexV1Asset, parent: &str, ) -> ProjectLocationLakeZoneAssetCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates an asset resource.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
Source

pub fn locations_lakes_zones_assets_delete( &self, name: &str, ) -> ProjectLocationLakeZoneAssetDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes an asset resource. The referenced storage resource is detached (default) or deleted based on the associated Lifecycle policy.

§Arguments
  • name - Required. The resource name of the asset: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}.
Source

pub fn locations_lakes_zones_assets_get( &self, name: &str, ) -> ProjectLocationLakeZoneAssetGetCall<'a, C>

Create a builder to help you perform the following task:

Retrieves an asset resource.

§Arguments
  • name - Required. The resource name of the asset: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}.
Source

pub fn locations_lakes_zones_assets_get_iam_policy( &self, resource: &str, ) -> ProjectLocationLakeZoneAssetGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_zones_assets_list( &self, parent: &str, ) -> ProjectLocationLakeZoneAssetListCall<'a, C>

Create a builder to help you perform the following task:

Lists asset resources in a zone.

§Arguments
  • parent - Required. The resource name of the parent zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
Source

pub fn locations_lakes_zones_assets_patch( &self, request: GoogleCloudDataplexV1Asset, name: &str, ) -> ProjectLocationLakeZoneAssetPatchCall<'a, C>

Create a builder to help you perform the following task:

Updates an asset resource.

§Arguments
  • request - No description provided.
  • name - Output only. The relative resource name of the asset, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/assets/{asset_id}.
Source

pub fn locations_lakes_zones_assets_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationLakeZoneAssetSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_zones_assets_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationLakeZoneAssetTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_zones_entities_partitions_create( &self, request: GoogleCloudDataplexV1Partition, parent: &str, ) -> ProjectLocationLakeZoneEntityPartitionCreateCall<'a, C>

Create a builder to help you perform the following task:

Create a metadata partition.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.
Source

pub fn locations_lakes_zones_entities_partitions_delete( &self, name: &str, ) -> ProjectLocationLakeZoneEntityPartitionDeleteCall<'a, C>

Create a builder to help you perform the following task:

Delete a metadata partition.

§Arguments
  • name - Required. The resource name of the partition. format: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}/partitions/{partition_value_path}. The {partition_value_path} segment consists of an ordered sequence of partition values separated by “/”. All values must be provided.
Source

pub fn locations_lakes_zones_entities_partitions_get( &self, name: &str, ) -> ProjectLocationLakeZoneEntityPartitionGetCall<'a, C>

Create a builder to help you perform the following task:

Get a metadata partition of an entity.

§Arguments
  • name - Required. The resource name of the partition: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}/partitions/{partition_value_path}. The {partition_value_path} segment consists of an ordered sequence of partition values separated by “/”. All values must be provided.
Source

pub fn locations_lakes_zones_entities_partitions_list( &self, parent: &str, ) -> ProjectLocationLakeZoneEntityPartitionListCall<'a, C>

Create a builder to help you perform the following task:

List metadata partitions of an entity.

§Arguments
  • parent - Required. The resource name of the parent entity: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.
Source

pub fn locations_lakes_zones_entities_create( &self, request: GoogleCloudDataplexV1Entity, parent: &str, ) -> ProjectLocationLakeZoneEntityCreateCall<'a, C>

Create a builder to help you perform the following task:

Create a metadata entity.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
Source

pub fn locations_lakes_zones_entities_delete( &self, name: &str, ) -> ProjectLocationLakeZoneEntityDeleteCall<'a, C>

Create a builder to help you perform the following task:

Delete a metadata entity.

§Arguments
  • name - Required. The resource name of the entity: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.
Source

pub fn locations_lakes_zones_entities_get( &self, name: &str, ) -> ProjectLocationLakeZoneEntityGetCall<'a, C>

Create a builder to help you perform the following task:

Get a metadata entity.

§Arguments
  • name - Required. The resource name of the entity: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{entity_id}.
Source

pub fn locations_lakes_zones_entities_list( &self, parent: &str, ) -> ProjectLocationLakeZoneEntityListCall<'a, C>

Create a builder to help you perform the following task:

List metadata entities in a zone.

§Arguments
  • parent - Required. The resource name of the parent zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
Source

pub fn locations_lakes_zones_entities_update( &self, request: GoogleCloudDataplexV1Entity, name: &str, ) -> ProjectLocationLakeZoneEntityUpdateCall<'a, C>

Create a builder to help you perform the following task:

Update a metadata entity. Only supports full resource update.

§Arguments
  • request - No description provided.
  • name - Output only. The resource name of the entity, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}/entities/{id}.
Source

pub fn locations_lakes_zones_create( &self, request: GoogleCloudDataplexV1Zone, parent: &str, ) -> ProjectLocationLakeZoneCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a zone resource within a lake.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
Source

pub fn locations_lakes_zones_delete( &self, name: &str, ) -> ProjectLocationLakeZoneDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a zone resource. All assets within a zone must be deleted before the zone can be deleted.

§Arguments
  • name - Required. The resource name of the zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
Source

pub fn locations_lakes_zones_get( &self, name: &str, ) -> ProjectLocationLakeZoneGetCall<'a, C>

Create a builder to help you perform the following task:

Retrieves a zone resource.

§Arguments
  • name - Required. The resource name of the zone: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
Source

pub fn locations_lakes_zones_get_iam_policy( &self, resource: &str, ) -> ProjectLocationLakeZoneGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_zones_list( &self, parent: &str, ) -> ProjectLocationLakeZoneListCall<'a, C>

Create a builder to help you perform the following task:

Lists zone resources in a lake.

§Arguments
  • parent - Required. The resource name of the parent lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
Source

pub fn locations_lakes_zones_patch( &self, request: GoogleCloudDataplexV1Zone, name: &str, ) -> ProjectLocationLakeZonePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a zone resource.

§Arguments
  • request - No description provided.
  • name - Output only. The relative resource name of the zone, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}/zones/{zone_id}.
Source

pub fn locations_lakes_zones_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationLakeZoneSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_zones_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationLakeZoneTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_create( &self, request: GoogleCloudDataplexV1Lake, parent: &str, ) -> ProjectLocationLakeCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a lake resource.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the lake location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a Google Cloud region.
Source

pub fn locations_lakes_delete( &self, name: &str, ) -> ProjectLocationLakeDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a lake resource. All zones within the lake must be deleted before the lake can be deleted.

§Arguments
  • name - Required. The resource name of the lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
Source

pub fn locations_lakes_get( &self, name: &str, ) -> ProjectLocationLakeGetCall<'a, C>

Create a builder to help you perform the following task:

Retrieves a lake resource.

§Arguments
  • name - Required. The resource name of the lake: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
Source

pub fn locations_lakes_get_iam_policy( &self, resource: &str, ) -> ProjectLocationLakeGetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set.

§Arguments
  • resource - REQUIRED: The resource for which the policy is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_list( &self, parent: &str, ) -> ProjectLocationLakeListCall<'a, C>

Create a builder to help you perform the following task:

Lists lake resources in a project and location.

§Arguments
  • parent - Required. The resource name of the lake location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a Google Cloud region.
Source

pub fn locations_lakes_patch( &self, request: GoogleCloudDataplexV1Lake, name: &str, ) -> ProjectLocationLakePatchCall<'a, C>

Create a builder to help you perform the following task:

Updates a lake resource.

§Arguments
  • request - No description provided.
  • name - Output only. The relative resource name of the lake, of the form: projects/{project_number}/locations/{location_id}/lakes/{lake_id}.
Source

pub fn locations_lakes_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str, ) -> ProjectLocationLakeSetIamPolicyCall<'a, C>

Create a builder to help you perform the following task:

Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy is being specified. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_lakes_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str, ) -> ProjectLocationLakeTestIamPermissionCall<'a, C>

Create a builder to help you perform the following task:

Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking. This operation may “fail open” without warning.

§Arguments
  • request - No description provided.
  • resource - REQUIRED: The resource for which the policy detail is being requested. See Resource names (https://cloud.google.com/apis/design/resource_names) for the appropriate value for this field.
Source

pub fn locations_metadata_jobs_cancel( &self, request: GoogleCloudDataplexV1CancelMetadataJobRequest, name: &str, ) -> ProjectLocationMetadataJobCancelCall<'a, C>

Create a builder to help you perform the following task:

Cancels a metadata job.If you cancel a metadata import job that is in progress, the changes in the job might be partially applied. We recommend that you reset the state of the entry groups in your project by running another metadata job that reverts the changes from the canceled job.

§Arguments
  • request - No description provided.
  • name - Required. The resource name of the job, in the format projects/{project_id_or_number}/locations/{location_id}/metadataJobs/{metadata_job_id}
Source

pub fn locations_metadata_jobs_create( &self, request: GoogleCloudDataplexV1MetadataJob, parent: &str, ) -> ProjectLocationMetadataJobCreateCall<'a, C>

Create a builder to help you perform the following task:

Creates a metadata job. For example, use a metadata job to import metadata from a third-party system into Dataplex Universal Catalog.

§Arguments
  • request - No description provided.
  • parent - Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}
Source

pub fn locations_metadata_jobs_get( &self, name: &str, ) -> ProjectLocationMetadataJobGetCall<'a, C>

Create a builder to help you perform the following task:

Gets a metadata job.

§Arguments
  • name - Required. The resource name of the metadata job, in the format projects/{project_id_or_number}/locations/{location_id}/metadataJobs/{metadata_job_id}.
Source

pub fn locations_metadata_jobs_list( &self, parent: &str, ) -> ProjectLocationMetadataJobListCall<'a, C>

Create a builder to help you perform the following task:

Lists metadata jobs.

§Arguments
  • parent - Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}
Source

pub fn locations_operations_cancel( &self, request: GoogleLongrunningCancelOperationRequest, name: &str, ) -> ProjectLocationOperationCancelCall<'a, C>

Create a builder to help you perform the following task:

Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to Code.CANCELLED.

§Arguments
  • request - No description provided.
  • name - The name of the operation resource to be cancelled.
Source

pub fn locations_operations_delete( &self, name: &str, ) -> ProjectLocationOperationDeleteCall<'a, C>

Create a builder to help you perform the following task:

Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn’t support this method, it returns google.rpc.Code.UNIMPLEMENTED.

§Arguments
  • name - The name of the operation resource to be deleted.
Source

pub fn locations_operations_get( &self, name: &str, ) -> ProjectLocationOperationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

§Arguments
  • name - The name of the operation resource.
Source

pub fn locations_operations_list( &self, name: &str, ) -> ProjectLocationOperationListCall<'a, C>

Create a builder to help you perform the following task:

Lists operations that match the specified filter in the request. If the server doesn’t support this method, it returns UNIMPLEMENTED.

§Arguments
  • name - The name of the operation’s parent resource.
Source

pub fn locations_get(&self, name: &str) -> ProjectLocationGetCall<'a, C>

Create a builder to help you perform the following task:

Gets information about a location.

§Arguments
  • name - Resource name for the location.
Source

pub fn locations_list(&self, name: &str) -> ProjectLocationListCall<'a, C>

Create a builder to help you perform the following task:

Lists information about the supported locations for this service.

§Arguments
  • name - The resource that owns the locations collection, if applicable.
Source

pub fn locations_lookup_entry( &self, name: &str, ) -> ProjectLocationLookupEntryCall<'a, C>

Create a builder to help you perform the following task:

Looks up an entry by name using the permission on the source system. Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc Metastore metadata that is stored in Dataplex Universal Catalog is changing. For more information, see Changes to metadata stored in Dataplex Universal Catalog (https://cloud.google.com/dataplex/docs/metadata-changes).

§Arguments
  • name - Required. The project to which the request should be attributed in the following form: projects/{project}/locations/{location}.
Source

pub fn locations_search_entries( &self, name: &str, ) -> ProjectLocationSearchEntryCall<'a, C>

Create a builder to help you perform the following task:

Searches for Entries matching the given query and scope.

§Arguments
  • name - Required. The project to which the request should be attributed in the following form: projects/{project}/locations/global.

Trait Implementations§

Source§

impl<'a, C> MethodsBuilder for ProjectMethods<'a, C>

Auto Trait Implementations§

§

impl<'a, C> !RefUnwindSafe for ProjectMethods<'a, C>

§

impl<'a, C> !UnwindSafe for ProjectMethods<'a, C>

§

impl<'a, C> Freeze for ProjectMethods<'a, C>

§

impl<'a, C> Send for ProjectMethods<'a, C>
where C: Sync,

§

impl<'a, C> Sync for ProjectMethods<'a, C>
where C: Sync,

§

impl<'a, C> Unpin for ProjectMethods<'a, C>

§

impl<'a, C> UnsafeUnpin for ProjectMethods<'a, C>

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more