Struct google_dataplex1::api::ProjectMethods
source · pub struct ProjectMethods<'a, S>where
S: '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 std::default::Default;
use dataplex1::{CloudDataplex, oauth2, hyper, hyper_rustls, chrono, FieldMask};
let secret: oauth2::ApplicationSecret = Default::default();
let auth = oauth2::InstalledFlowAuthenticator::builder(
secret,
oauth2::InstalledFlowReturnMethod::HTTPRedirect,
).build().await.unwrap();
let mut hub = CloudDataplex::new(hyper::Client::builder().build(hyper_rustls::HttpsConnectorBuilder::new().with_native_roots().https_or_http().enable_http1().enable_http2().build()), auth);
// Usually you wouldn't bind this to a variable, but keep calling *CallBuilders*
// like `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_scans_create(...)`, `locations_data_scans_delete(...)`, `locations_data_scans_get(...)`, `locations_data_scans_get_iam_policy(...)`, `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_get(...)`, `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_operations_cancel(...)`, `locations_operations_delete(...)`, `locations_operations_get(...)` and `locations_operations_list(...)`
// to build up your call.
let rb = hub.projects();
Implementations§
source§impl<'a, S> ProjectMethods<'a, S>
impl<'a, S> ProjectMethods<'a, S>
sourcepub fn locations_data_attribute_bindings_create(
&self,
request: GoogleCloudDataplexV1DataAttributeBinding,
parent: &str
) -> ProjectLocationDataAttributeBindingCreateCall<'a, S>
pub fn locations_data_attribute_bindings_create( &self, request: GoogleCloudDataplexV1DataAttributeBinding, parent: &str ) -> ProjectLocationDataAttributeBindingCreateCall<'a, S>
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}
sourcepub fn locations_data_attribute_bindings_delete(
&self,
name: &str
) -> ProjectLocationDataAttributeBindingDeleteCall<'a, S>
pub fn locations_data_attribute_bindings_delete( &self, name: &str ) -> ProjectLocationDataAttributeBindingDeleteCall<'a, S>
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}
sourcepub fn locations_data_attribute_bindings_get(
&self,
name: &str
) -> ProjectLocationDataAttributeBindingGetCall<'a, S>
pub fn locations_data_attribute_bindings_get( &self, name: &str ) -> ProjectLocationDataAttributeBindingGetCall<'a, S>
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}
sourcepub fn locations_data_attribute_bindings_get_iam_policy(
&self,
resource: &str
) -> ProjectLocationDataAttributeBindingGetIamPolicyCall<'a, S>
pub fn locations_data_attribute_bindings_get_iam_policy( &self, resource: &str ) -> ProjectLocationDataAttributeBindingGetIamPolicyCall<'a, S>
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.
sourcepub fn locations_data_attribute_bindings_list(
&self,
parent: &str
) -> ProjectLocationDataAttributeBindingListCall<'a, S>
pub fn locations_data_attribute_bindings_list( &self, parent: &str ) -> ProjectLocationDataAttributeBindingListCall<'a, S>
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}
sourcepub fn locations_data_attribute_bindings_patch(
&self,
request: GoogleCloudDataplexV1DataAttributeBinding,
name: &str
) -> ProjectLocationDataAttributeBindingPatchCall<'a, S>
pub fn locations_data_attribute_bindings_patch( &self, request: GoogleCloudDataplexV1DataAttributeBinding, name: &str ) -> ProjectLocationDataAttributeBindingPatchCall<'a, S>
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}
sourcepub fn locations_data_attribute_bindings_set_iam_policy(
&self,
request: GoogleIamV1SetIamPolicyRequest,
resource: &str
) -> ProjectLocationDataAttributeBindingSetIamPolicyCall<'a, S>
pub fn locations_data_attribute_bindings_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str ) -> ProjectLocationDataAttributeBindingSetIamPolicyCall<'a, S>
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.
sourcepub fn locations_data_attribute_bindings_test_iam_permissions(
&self,
request: GoogleIamV1TestIamPermissionsRequest,
resource: &str
) -> ProjectLocationDataAttributeBindingTestIamPermissionCall<'a, S>
pub fn locations_data_attribute_bindings_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str ) -> ProjectLocationDataAttributeBindingTestIamPermissionCall<'a, S>
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.
sourcepub fn locations_data_scans_jobs_get(
&self,
name: &str
) -> ProjectLocationDataScanJobGetCall<'a, S>
pub fn locations_data_scans_jobs_get( &self, name: &str ) -> ProjectLocationDataScanJobGetCall<'a, S>
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}/dataScanJobs/{data_scan_job_id} where project refers to a project_id or project_number and location_id refers to a GCP region.
sourcepub fn locations_data_scans_jobs_list(
&self,
parent: &str
) -> ProjectLocationDataScanJobListCall<'a, S>
pub fn locations_data_scans_jobs_list( &self, parent: &str ) -> ProjectLocationDataScanJobListCall<'a, S>
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 GCP region.
sourcepub fn locations_data_scans_create(
&self,
request: GoogleCloudDataplexV1DataScan,
parent: &str
) -> ProjectLocationDataScanCreateCall<'a, S>
pub fn locations_data_scans_create( &self, request: GoogleCloudDataplexV1DataScan, parent: &str ) -> ProjectLocationDataScanCreateCall<'a, S>
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 GCP region.
sourcepub fn locations_data_scans_delete(
&self,
name: &str
) -> ProjectLocationDataScanDeleteCall<'a, S>
pub fn locations_data_scans_delete( &self, name: &str ) -> ProjectLocationDataScanDeleteCall<'a, S>
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 GCP region.
sourcepub fn locations_data_scans_get(
&self,
name: &str
) -> ProjectLocationDataScanGetCall<'a, S>
pub fn locations_data_scans_get( &self, name: &str ) -> ProjectLocationDataScanGetCall<'a, S>
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 GCP region.
sourcepub fn locations_data_scans_get_iam_policy(
&self,
resource: &str
) -> ProjectLocationDataScanGetIamPolicyCall<'a, S>
pub fn locations_data_scans_get_iam_policy( &self, resource: &str ) -> ProjectLocationDataScanGetIamPolicyCall<'a, S>
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.
sourcepub fn locations_data_scans_list(
&self,
parent: &str
) -> ProjectLocationDataScanListCall<'a, S>
pub fn locations_data_scans_list( &self, parent: &str ) -> ProjectLocationDataScanListCall<'a, S>
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 GCP region.
sourcepub fn locations_data_scans_patch(
&self,
request: GoogleCloudDataplexV1DataScan,
name: &str
) -> ProjectLocationDataScanPatchCall<'a, S>
pub fn locations_data_scans_patch( &self, request: GoogleCloudDataplexV1DataScan, name: &str ) -> ProjectLocationDataScanPatchCall<'a, S>
Create a builder to help you perform the following task:
Updates a DataScan resource.
Arguments
request
- No description provided.name
- Output only. 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 GCP region.
sourcepub fn locations_data_scans_run(
&self,
request: GoogleCloudDataplexV1RunDataScanRequest,
name: &str
) -> ProjectLocationDataScanRunCall<'a, S>
pub fn locations_data_scans_run( &self, request: GoogleCloudDataplexV1RunDataScanRequest, name: &str ) -> ProjectLocationDataScanRunCall<'a, S>
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 GCP region.Only OnDemand data scans are allowed.
sourcepub fn locations_data_scans_set_iam_policy(
&self,
request: GoogleIamV1SetIamPolicyRequest,
resource: &str
) -> ProjectLocationDataScanSetIamPolicyCall<'a, S>
pub fn locations_data_scans_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str ) -> ProjectLocationDataScanSetIamPolicyCall<'a, S>
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.
sourcepub fn locations_data_scans_test_iam_permissions(
&self,
request: GoogleIamV1TestIamPermissionsRequest,
resource: &str
) -> ProjectLocationDataScanTestIamPermissionCall<'a, S>
pub fn locations_data_scans_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str ) -> ProjectLocationDataScanTestIamPermissionCall<'a, S>
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.
sourcepub fn locations_data_taxonomies_attributes_create(
&self,
request: GoogleCloudDataplexV1DataAttribute,
parent: &str
) -> ProjectLocationDataTaxonomyAttributeCreateCall<'a, S>
pub fn locations_data_taxonomies_attributes_create( &self, request: GoogleCloudDataplexV1DataAttribute, parent: &str ) -> ProjectLocationDataTaxonomyAttributeCreateCall<'a, S>
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}
sourcepub fn locations_data_taxonomies_attributes_delete(
&self,
name: &str
) -> ProjectLocationDataTaxonomyAttributeDeleteCall<'a, S>
pub fn locations_data_taxonomies_attributes_delete( &self, name: &str ) -> ProjectLocationDataTaxonomyAttributeDeleteCall<'a, S>
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}
sourcepub fn locations_data_taxonomies_attributes_get(
&self,
name: &str
) -> ProjectLocationDataTaxonomyAttributeGetCall<'a, S>
pub fn locations_data_taxonomies_attributes_get( &self, name: &str ) -> ProjectLocationDataTaxonomyAttributeGetCall<'a, S>
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}
sourcepub fn locations_data_taxonomies_attributes_get_iam_policy(
&self,
resource: &str
) -> ProjectLocationDataTaxonomyAttributeGetIamPolicyCall<'a, S>
pub fn locations_data_taxonomies_attributes_get_iam_policy( &self, resource: &str ) -> ProjectLocationDataTaxonomyAttributeGetIamPolicyCall<'a, S>
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.
sourcepub fn locations_data_taxonomies_attributes_list(
&self,
parent: &str
) -> ProjectLocationDataTaxonomyAttributeListCall<'a, S>
pub fn locations_data_taxonomies_attributes_list( &self, parent: &str ) -> ProjectLocationDataTaxonomyAttributeListCall<'a, S>
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}
sourcepub fn locations_data_taxonomies_attributes_patch(
&self,
request: GoogleCloudDataplexV1DataAttribute,
name: &str
) -> ProjectLocationDataTaxonomyAttributePatchCall<'a, S>
pub fn locations_data_taxonomies_attributes_patch( &self, request: GoogleCloudDataplexV1DataAttribute, name: &str ) -> ProjectLocationDataTaxonomyAttributePatchCall<'a, S>
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}.
sourcepub fn locations_data_taxonomies_attributes_set_iam_policy(
&self,
request: GoogleIamV1SetIamPolicyRequest,
resource: &str
) -> ProjectLocationDataTaxonomyAttributeSetIamPolicyCall<'a, S>
pub fn locations_data_taxonomies_attributes_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str ) -> ProjectLocationDataTaxonomyAttributeSetIamPolicyCall<'a, S>
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.
sourcepub fn locations_data_taxonomies_attributes_test_iam_permissions(
&self,
request: GoogleIamV1TestIamPermissionsRequest,
resource: &str
) -> ProjectLocationDataTaxonomyAttributeTestIamPermissionCall<'a, S>
pub fn locations_data_taxonomies_attributes_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str ) -> ProjectLocationDataTaxonomyAttributeTestIamPermissionCall<'a, S>
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.
sourcepub fn locations_data_taxonomies_create(
&self,
request: GoogleCloudDataplexV1DataTaxonomy,
parent: &str
) -> ProjectLocationDataTaxonomyCreateCall<'a, S>
pub fn locations_data_taxonomies_create( &self, request: GoogleCloudDataplexV1DataTaxonomy, parent: &str ) -> ProjectLocationDataTaxonomyCreateCall<'a, S>
Create a builder to help you perform the following task:
Create a DataTaxonomy resource.
Arguments
request
- No description provided.parent
- Required. The resource name of the data taxonomy location, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.
sourcepub fn locations_data_taxonomies_delete(
&self,
name: &str
) -> ProjectLocationDataTaxonomyDeleteCall<'a, S>
pub fn locations_data_taxonomies_delete( &self, name: &str ) -> ProjectLocationDataTaxonomyDeleteCall<'a, S>
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}
sourcepub fn locations_data_taxonomies_get(
&self,
name: &str
) -> ProjectLocationDataTaxonomyGetCall<'a, S>
pub fn locations_data_taxonomies_get( &self, name: &str ) -> ProjectLocationDataTaxonomyGetCall<'a, S>
Create a builder to help you perform the following task:
Retrieves a DataTaxonomy resource.
Arguments
name
- Required. The resource name of the DataTaxonomy: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}
sourcepub fn locations_data_taxonomies_get_iam_policy(
&self,
resource: &str
) -> ProjectLocationDataTaxonomyGetIamPolicyCall<'a, S>
pub fn locations_data_taxonomies_get_iam_policy( &self, resource: &str ) -> ProjectLocationDataTaxonomyGetIamPolicyCall<'a, S>
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.
sourcepub fn locations_data_taxonomies_list(
&self,
parent: &str
) -> ProjectLocationDataTaxonomyListCall<'a, S>
pub fn locations_data_taxonomies_list( &self, parent: &str ) -> ProjectLocationDataTaxonomyListCall<'a, S>
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 GCP region.
sourcepub fn locations_data_taxonomies_patch(
&self,
request: GoogleCloudDataplexV1DataTaxonomy,
name: &str
) -> ProjectLocationDataTaxonomyPatchCall<'a, S>
pub fn locations_data_taxonomies_patch( &self, request: GoogleCloudDataplexV1DataTaxonomy, name: &str ) -> ProjectLocationDataTaxonomyPatchCall<'a, S>
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}.
sourcepub fn locations_data_taxonomies_set_iam_policy(
&self,
request: GoogleIamV1SetIamPolicyRequest,
resource: &str
) -> ProjectLocationDataTaxonomySetIamPolicyCall<'a, S>
pub fn locations_data_taxonomies_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str ) -> ProjectLocationDataTaxonomySetIamPolicyCall<'a, S>
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.
sourcepub fn locations_data_taxonomies_test_iam_permissions(
&self,
request: GoogleIamV1TestIamPermissionsRequest,
resource: &str
) -> ProjectLocationDataTaxonomyTestIamPermissionCall<'a, S>
pub fn locations_data_taxonomies_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str ) -> ProjectLocationDataTaxonomyTestIamPermissionCall<'a, S>
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.
sourcepub fn locations_lakes_actions_list(
&self,
parent: &str
) -> ProjectLocationLakeActionListCall<'a, S>
pub fn locations_lakes_actions_list( &self, parent: &str ) -> ProjectLocationLakeActionListCall<'a, S>
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}.
sourcepub fn locations_lakes_content_create(
&self,
request: GoogleCloudDataplexV1Content,
parent: &str
) -> ProjectLocationLakeContentCreateCall<'a, S>
pub fn locations_lakes_content_create( &self, request: GoogleCloudDataplexV1Content, parent: &str ) -> ProjectLocationLakeContentCreateCall<'a, S>
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}
sourcepub fn locations_lakes_content_delete(
&self,
name: &str
) -> ProjectLocationLakeContentDeleteCall<'a, S>
pub fn locations_lakes_content_delete( &self, name: &str ) -> ProjectLocationLakeContentDeleteCall<'a, S>
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}
sourcepub fn locations_lakes_content_get(
&self,
name: &str
) -> ProjectLocationLakeContentGetCall<'a, S>
pub fn locations_lakes_content_get( &self, name: &str ) -> ProjectLocationLakeContentGetCall<'a, S>
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}
sourcepub fn locations_lakes_content_get_iam_policy(
&self,
resource: &str
) -> ProjectLocationLakeContentGetIamPolicyCall<'a, S>
pub fn locations_lakes_content_get_iam_policy( &self, resource: &str ) -> ProjectLocationLakeContentGetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_content_list(
&self,
parent: &str
) -> ProjectLocationLakeContentListCall<'a, S>
pub fn locations_lakes_content_list( &self, parent: &str ) -> ProjectLocationLakeContentListCall<'a, S>
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}
sourcepub fn locations_lakes_content_patch(
&self,
request: GoogleCloudDataplexV1Content,
name: &str
) -> ProjectLocationLakeContentPatchCall<'a, S>
pub fn locations_lakes_content_patch( &self, request: GoogleCloudDataplexV1Content, name: &str ) -> ProjectLocationLakeContentPatchCall<'a, S>
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}
sourcepub fn locations_lakes_content_set_iam_policy(
&self,
request: GoogleIamV1SetIamPolicyRequest,
resource: &str
) -> ProjectLocationLakeContentSetIamPolicyCall<'a, S>
pub fn locations_lakes_content_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str ) -> ProjectLocationLakeContentSetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_content_test_iam_permissions(
&self,
request: GoogleIamV1TestIamPermissionsRequest,
resource: &str
) -> ProjectLocationLakeContentTestIamPermissionCall<'a, S>
pub fn locations_lakes_content_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str ) -> ProjectLocationLakeContentTestIamPermissionCall<'a, S>
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.
sourcepub fn locations_lakes_contentitems_create(
&self,
request: GoogleCloudDataplexV1Content,
parent: &str
) -> ProjectLocationLakeContentitemCreateCall<'a, S>
pub fn locations_lakes_contentitems_create( &self, request: GoogleCloudDataplexV1Content, parent: &str ) -> ProjectLocationLakeContentitemCreateCall<'a, S>
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}
sourcepub fn locations_lakes_contentitems_delete(
&self,
name: &str
) -> ProjectLocationLakeContentitemDeleteCall<'a, S>
pub fn locations_lakes_contentitems_delete( &self, name: &str ) -> ProjectLocationLakeContentitemDeleteCall<'a, S>
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}
sourcepub fn locations_lakes_contentitems_get(
&self,
name: &str
) -> ProjectLocationLakeContentitemGetCall<'a, S>
pub fn locations_lakes_contentitems_get( &self, name: &str ) -> ProjectLocationLakeContentitemGetCall<'a, S>
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}
sourcepub fn locations_lakes_contentitems_get_iam_policy(
&self,
resource: &str
) -> ProjectLocationLakeContentitemGetIamPolicyCall<'a, S>
pub fn locations_lakes_contentitems_get_iam_policy( &self, resource: &str ) -> ProjectLocationLakeContentitemGetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_contentitems_list(
&self,
parent: &str
) -> ProjectLocationLakeContentitemListCall<'a, S>
pub fn locations_lakes_contentitems_list( &self, parent: &str ) -> ProjectLocationLakeContentitemListCall<'a, S>
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}
sourcepub fn locations_lakes_contentitems_patch(
&self,
request: GoogleCloudDataplexV1Content,
name: &str
) -> ProjectLocationLakeContentitemPatchCall<'a, S>
pub fn locations_lakes_contentitems_patch( &self, request: GoogleCloudDataplexV1Content, name: &str ) -> ProjectLocationLakeContentitemPatchCall<'a, S>
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}
sourcepub fn locations_lakes_contentitems_set_iam_policy(
&self,
request: GoogleIamV1SetIamPolicyRequest,
resource: &str
) -> ProjectLocationLakeContentitemSetIamPolicyCall<'a, S>
pub fn locations_lakes_contentitems_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str ) -> ProjectLocationLakeContentitemSetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_contentitems_test_iam_permissions(
&self,
request: GoogleIamV1TestIamPermissionsRequest,
resource: &str
) -> ProjectLocationLakeContentitemTestIamPermissionCall<'a, S>
pub fn locations_lakes_contentitems_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str ) -> ProjectLocationLakeContentitemTestIamPermissionCall<'a, S>
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.
sourcepub fn locations_lakes_environments_sessions_list(
&self,
parent: &str
) -> ProjectLocationLakeEnvironmentSessionListCall<'a, S>
pub fn locations_lakes_environments_sessions_list( &self, parent: &str ) -> ProjectLocationLakeEnvironmentSessionListCall<'a, S>
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}.
sourcepub fn locations_lakes_environments_create(
&self,
request: GoogleCloudDataplexV1Environment,
parent: &str
) -> ProjectLocationLakeEnvironmentCreateCall<'a, S>
pub fn locations_lakes_environments_create( &self, request: GoogleCloudDataplexV1Environment, parent: &str ) -> ProjectLocationLakeEnvironmentCreateCall<'a, S>
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}.
sourcepub fn locations_lakes_environments_delete(
&self,
name: &str
) -> ProjectLocationLakeEnvironmentDeleteCall<'a, S>
pub fn locations_lakes_environments_delete( &self, name: &str ) -> ProjectLocationLakeEnvironmentDeleteCall<'a, S>
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}.
sourcepub fn locations_lakes_environments_get(
&self,
name: &str
) -> ProjectLocationLakeEnvironmentGetCall<'a, S>
pub fn locations_lakes_environments_get( &self, name: &str ) -> ProjectLocationLakeEnvironmentGetCall<'a, S>
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}.
sourcepub fn locations_lakes_environments_get_iam_policy(
&self,
resource: &str
) -> ProjectLocationLakeEnvironmentGetIamPolicyCall<'a, S>
pub fn locations_lakes_environments_get_iam_policy( &self, resource: &str ) -> ProjectLocationLakeEnvironmentGetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_environments_list(
&self,
parent: &str
) -> ProjectLocationLakeEnvironmentListCall<'a, S>
pub fn locations_lakes_environments_list( &self, parent: &str ) -> ProjectLocationLakeEnvironmentListCall<'a, S>
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}.
sourcepub fn locations_lakes_environments_patch(
&self,
request: GoogleCloudDataplexV1Environment,
name: &str
) -> ProjectLocationLakeEnvironmentPatchCall<'a, S>
pub fn locations_lakes_environments_patch( &self, request: GoogleCloudDataplexV1Environment, name: &str ) -> ProjectLocationLakeEnvironmentPatchCall<'a, S>
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}
sourcepub fn locations_lakes_environments_set_iam_policy(
&self,
request: GoogleIamV1SetIamPolicyRequest,
resource: &str
) -> ProjectLocationLakeEnvironmentSetIamPolicyCall<'a, S>
pub fn locations_lakes_environments_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str ) -> ProjectLocationLakeEnvironmentSetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_environments_test_iam_permissions(
&self,
request: GoogleIamV1TestIamPermissionsRequest,
resource: &str
) -> ProjectLocationLakeEnvironmentTestIamPermissionCall<'a, S>
pub fn locations_lakes_environments_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str ) -> ProjectLocationLakeEnvironmentTestIamPermissionCall<'a, S>
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.
sourcepub fn locations_lakes_tasks_jobs_cancel(
&self,
request: GoogleCloudDataplexV1CancelJobRequest,
name: &str
) -> ProjectLocationLakeTaskJobCancelCall<'a, S>
pub fn locations_lakes_tasks_jobs_cancel( &self, request: GoogleCloudDataplexV1CancelJobRequest, name: &str ) -> ProjectLocationLakeTaskJobCancelCall<'a, S>
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}.
sourcepub fn locations_lakes_tasks_jobs_get(
&self,
name: &str
) -> ProjectLocationLakeTaskJobGetCall<'a, S>
pub fn locations_lakes_tasks_jobs_get( &self, name: &str ) -> ProjectLocationLakeTaskJobGetCall<'a, S>
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}.
sourcepub fn locations_lakes_tasks_jobs_list(
&self,
parent: &str
) -> ProjectLocationLakeTaskJobListCall<'a, S>
pub fn locations_lakes_tasks_jobs_list( &self, parent: &str ) -> ProjectLocationLakeTaskJobListCall<'a, S>
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}.
sourcepub fn locations_lakes_tasks_create(
&self,
request: GoogleCloudDataplexV1Task,
parent: &str
) -> ProjectLocationLakeTaskCreateCall<'a, S>
pub fn locations_lakes_tasks_create( &self, request: GoogleCloudDataplexV1Task, parent: &str ) -> ProjectLocationLakeTaskCreateCall<'a, S>
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}.
sourcepub fn locations_lakes_tasks_delete(
&self,
name: &str
) -> ProjectLocationLakeTaskDeleteCall<'a, S>
pub fn locations_lakes_tasks_delete( &self, name: &str ) -> ProjectLocationLakeTaskDeleteCall<'a, S>
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}.
sourcepub fn locations_lakes_tasks_get(
&self,
name: &str
) -> ProjectLocationLakeTaskGetCall<'a, S>
pub fn locations_lakes_tasks_get( &self, name: &str ) -> ProjectLocationLakeTaskGetCall<'a, S>
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}.
sourcepub fn locations_lakes_tasks_get_iam_policy(
&self,
resource: &str
) -> ProjectLocationLakeTaskGetIamPolicyCall<'a, S>
pub fn locations_lakes_tasks_get_iam_policy( &self, resource: &str ) -> ProjectLocationLakeTaskGetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_tasks_list(
&self,
parent: &str
) -> ProjectLocationLakeTaskListCall<'a, S>
pub fn locations_lakes_tasks_list( &self, parent: &str ) -> ProjectLocationLakeTaskListCall<'a, S>
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}.
sourcepub fn locations_lakes_tasks_patch(
&self,
request: GoogleCloudDataplexV1Task,
name: &str
) -> ProjectLocationLakeTaskPatchCall<'a, S>
pub fn locations_lakes_tasks_patch( &self, request: GoogleCloudDataplexV1Task, name: &str ) -> ProjectLocationLakeTaskPatchCall<'a, S>
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}.
sourcepub fn locations_lakes_tasks_run(
&self,
request: GoogleCloudDataplexV1RunTaskRequest,
name: &str
) -> ProjectLocationLakeTaskRunCall<'a, S>
pub fn locations_lakes_tasks_run( &self, request: GoogleCloudDataplexV1RunTaskRequest, name: &str ) -> ProjectLocationLakeTaskRunCall<'a, S>
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}.
sourcepub fn locations_lakes_tasks_set_iam_policy(
&self,
request: GoogleIamV1SetIamPolicyRequest,
resource: &str
) -> ProjectLocationLakeTaskSetIamPolicyCall<'a, S>
pub fn locations_lakes_tasks_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str ) -> ProjectLocationLakeTaskSetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_tasks_test_iam_permissions(
&self,
request: GoogleIamV1TestIamPermissionsRequest,
resource: &str
) -> ProjectLocationLakeTaskTestIamPermissionCall<'a, S>
pub fn locations_lakes_tasks_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str ) -> ProjectLocationLakeTaskTestIamPermissionCall<'a, S>
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.
sourcepub fn locations_lakes_zones_actions_list(
&self,
parent: &str
) -> ProjectLocationLakeZoneActionListCall<'a, S>
pub fn locations_lakes_zones_actions_list( &self, parent: &str ) -> ProjectLocationLakeZoneActionListCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_assets_actions_list(
&self,
parent: &str
) -> ProjectLocationLakeZoneAssetActionListCall<'a, S>
pub fn locations_lakes_zones_assets_actions_list( &self, parent: &str ) -> ProjectLocationLakeZoneAssetActionListCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_assets_create(
&self,
request: GoogleCloudDataplexV1Asset,
parent: &str
) -> ProjectLocationLakeZoneAssetCreateCall<'a, S>
pub fn locations_lakes_zones_assets_create( &self, request: GoogleCloudDataplexV1Asset, parent: &str ) -> ProjectLocationLakeZoneAssetCreateCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_assets_delete(
&self,
name: &str
) -> ProjectLocationLakeZoneAssetDeleteCall<'a, S>
pub fn locations_lakes_zones_assets_delete( &self, name: &str ) -> ProjectLocationLakeZoneAssetDeleteCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_assets_get(
&self,
name: &str
) -> ProjectLocationLakeZoneAssetGetCall<'a, S>
pub fn locations_lakes_zones_assets_get( &self, name: &str ) -> ProjectLocationLakeZoneAssetGetCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_assets_get_iam_policy(
&self,
resource: &str
) -> ProjectLocationLakeZoneAssetGetIamPolicyCall<'a, S>
pub fn locations_lakes_zones_assets_get_iam_policy( &self, resource: &str ) -> ProjectLocationLakeZoneAssetGetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_zones_assets_list(
&self,
parent: &str
) -> ProjectLocationLakeZoneAssetListCall<'a, S>
pub fn locations_lakes_zones_assets_list( &self, parent: &str ) -> ProjectLocationLakeZoneAssetListCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_assets_patch(
&self,
request: GoogleCloudDataplexV1Asset,
name: &str
) -> ProjectLocationLakeZoneAssetPatchCall<'a, S>
pub fn locations_lakes_zones_assets_patch( &self, request: GoogleCloudDataplexV1Asset, name: &str ) -> ProjectLocationLakeZoneAssetPatchCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_assets_set_iam_policy(
&self,
request: GoogleIamV1SetIamPolicyRequest,
resource: &str
) -> ProjectLocationLakeZoneAssetSetIamPolicyCall<'a, S>
pub fn locations_lakes_zones_assets_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str ) -> ProjectLocationLakeZoneAssetSetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_zones_assets_test_iam_permissions(
&self,
request: GoogleIamV1TestIamPermissionsRequest,
resource: &str
) -> ProjectLocationLakeZoneAssetTestIamPermissionCall<'a, S>
pub fn locations_lakes_zones_assets_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str ) -> ProjectLocationLakeZoneAssetTestIamPermissionCall<'a, S>
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.
sourcepub fn locations_lakes_zones_entities_partitions_create(
&self,
request: GoogleCloudDataplexV1Partition,
parent: &str
) -> ProjectLocationLakeZoneEntityPartitionCreateCall<'a, S>
pub fn locations_lakes_zones_entities_partitions_create( &self, request: GoogleCloudDataplexV1Partition, parent: &str ) -> ProjectLocationLakeZoneEntityPartitionCreateCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_entities_partitions_delete(
&self,
name: &str
) -> ProjectLocationLakeZoneEntityPartitionDeleteCall<'a, S>
pub fn locations_lakes_zones_entities_partitions_delete( &self, name: &str ) -> ProjectLocationLakeZoneEntityPartitionDeleteCall<'a, S>
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.
sourcepub fn locations_lakes_zones_entities_partitions_get(
&self,
name: &str
) -> ProjectLocationLakeZoneEntityPartitionGetCall<'a, S>
pub fn locations_lakes_zones_entities_partitions_get( &self, name: &str ) -> ProjectLocationLakeZoneEntityPartitionGetCall<'a, S>
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.
sourcepub fn locations_lakes_zones_entities_partitions_list(
&self,
parent: &str
) -> ProjectLocationLakeZoneEntityPartitionListCall<'a, S>
pub fn locations_lakes_zones_entities_partitions_list( &self, parent: &str ) -> ProjectLocationLakeZoneEntityPartitionListCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_entities_create(
&self,
request: GoogleCloudDataplexV1Entity,
parent: &str
) -> ProjectLocationLakeZoneEntityCreateCall<'a, S>
pub fn locations_lakes_zones_entities_create( &self, request: GoogleCloudDataplexV1Entity, parent: &str ) -> ProjectLocationLakeZoneEntityCreateCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_entities_delete(
&self,
name: &str
) -> ProjectLocationLakeZoneEntityDeleteCall<'a, S>
pub fn locations_lakes_zones_entities_delete( &self, name: &str ) -> ProjectLocationLakeZoneEntityDeleteCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_entities_get(
&self,
name: &str
) -> ProjectLocationLakeZoneEntityGetCall<'a, S>
pub fn locations_lakes_zones_entities_get( &self, name: &str ) -> ProjectLocationLakeZoneEntityGetCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_entities_list(
&self,
parent: &str
) -> ProjectLocationLakeZoneEntityListCall<'a, S>
pub fn locations_lakes_zones_entities_list( &self, parent: &str ) -> ProjectLocationLakeZoneEntityListCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_entities_update(
&self,
request: GoogleCloudDataplexV1Entity,
name: &str
) -> ProjectLocationLakeZoneEntityUpdateCall<'a, S>
pub fn locations_lakes_zones_entities_update( &self, request: GoogleCloudDataplexV1Entity, name: &str ) -> ProjectLocationLakeZoneEntityUpdateCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_create(
&self,
request: GoogleCloudDataplexV1Zone,
parent: &str
) -> ProjectLocationLakeZoneCreateCall<'a, S>
pub fn locations_lakes_zones_create( &self, request: GoogleCloudDataplexV1Zone, parent: &str ) -> ProjectLocationLakeZoneCreateCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_delete(
&self,
name: &str
) -> ProjectLocationLakeZoneDeleteCall<'a, S>
pub fn locations_lakes_zones_delete( &self, name: &str ) -> ProjectLocationLakeZoneDeleteCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_get(
&self,
name: &str
) -> ProjectLocationLakeZoneGetCall<'a, S>
pub fn locations_lakes_zones_get( &self, name: &str ) -> ProjectLocationLakeZoneGetCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_get_iam_policy(
&self,
resource: &str
) -> ProjectLocationLakeZoneGetIamPolicyCall<'a, S>
pub fn locations_lakes_zones_get_iam_policy( &self, resource: &str ) -> ProjectLocationLakeZoneGetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_zones_list(
&self,
parent: &str
) -> ProjectLocationLakeZoneListCall<'a, S>
pub fn locations_lakes_zones_list( &self, parent: &str ) -> ProjectLocationLakeZoneListCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_patch(
&self,
request: GoogleCloudDataplexV1Zone,
name: &str
) -> ProjectLocationLakeZonePatchCall<'a, S>
pub fn locations_lakes_zones_patch( &self, request: GoogleCloudDataplexV1Zone, name: &str ) -> ProjectLocationLakeZonePatchCall<'a, S>
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}.
sourcepub fn locations_lakes_zones_set_iam_policy(
&self,
request: GoogleIamV1SetIamPolicyRequest,
resource: &str
) -> ProjectLocationLakeZoneSetIamPolicyCall<'a, S>
pub fn locations_lakes_zones_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str ) -> ProjectLocationLakeZoneSetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_zones_test_iam_permissions(
&self,
request: GoogleIamV1TestIamPermissionsRequest,
resource: &str
) -> ProjectLocationLakeZoneTestIamPermissionCall<'a, S>
pub fn locations_lakes_zones_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str ) -> ProjectLocationLakeZoneTestIamPermissionCall<'a, S>
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.
sourcepub fn locations_lakes_create(
&self,
request: GoogleCloudDataplexV1Lake,
parent: &str
) -> ProjectLocationLakeCreateCall<'a, S>
pub fn locations_lakes_create( &self, request: GoogleCloudDataplexV1Lake, parent: &str ) -> ProjectLocationLakeCreateCall<'a, S>
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 GCP region.
sourcepub fn locations_lakes_delete(
&self,
name: &str
) -> ProjectLocationLakeDeleteCall<'a, S>
pub fn locations_lakes_delete( &self, name: &str ) -> ProjectLocationLakeDeleteCall<'a, S>
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}.
sourcepub fn locations_lakes_get(
&self,
name: &str
) -> ProjectLocationLakeGetCall<'a, S>
pub fn locations_lakes_get( &self, name: &str ) -> ProjectLocationLakeGetCall<'a, S>
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}.
sourcepub fn locations_lakes_get_iam_policy(
&self,
resource: &str
) -> ProjectLocationLakeGetIamPolicyCall<'a, S>
pub fn locations_lakes_get_iam_policy( &self, resource: &str ) -> ProjectLocationLakeGetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_list(
&self,
parent: &str
) -> ProjectLocationLakeListCall<'a, S>
pub fn locations_lakes_list( &self, parent: &str ) -> ProjectLocationLakeListCall<'a, S>
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 GCP region.
sourcepub fn locations_lakes_patch(
&self,
request: GoogleCloudDataplexV1Lake,
name: &str
) -> ProjectLocationLakePatchCall<'a, S>
pub fn locations_lakes_patch( &self, request: GoogleCloudDataplexV1Lake, name: &str ) -> ProjectLocationLakePatchCall<'a, S>
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}.
sourcepub fn locations_lakes_set_iam_policy(
&self,
request: GoogleIamV1SetIamPolicyRequest,
resource: &str
) -> ProjectLocationLakeSetIamPolicyCall<'a, S>
pub fn locations_lakes_set_iam_policy( &self, request: GoogleIamV1SetIamPolicyRequest, resource: &str ) -> ProjectLocationLakeSetIamPolicyCall<'a, S>
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.
sourcepub fn locations_lakes_test_iam_permissions(
&self,
request: GoogleIamV1TestIamPermissionsRequest,
resource: &str
) -> ProjectLocationLakeTestIamPermissionCall<'a, S>
pub fn locations_lakes_test_iam_permissions( &self, request: GoogleIamV1TestIamPermissionsRequest, resource: &str ) -> ProjectLocationLakeTestIamPermissionCall<'a, S>
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.
sourcepub fn locations_operations_cancel(
&self,
request: GoogleLongrunningCancelOperationRequest,
name: &str
) -> ProjectLocationOperationCancelCall<'a, S>
pub fn locations_operations_cancel( &self, request: GoogleLongrunningCancelOperationRequest, name: &str ) -> ProjectLocationOperationCancelCall<'a, S>
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.
sourcepub fn locations_operations_delete(
&self,
name: &str
) -> ProjectLocationOperationDeleteCall<'a, S>
pub fn locations_operations_delete( &self, name: &str ) -> ProjectLocationOperationDeleteCall<'a, S>
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.
sourcepub fn locations_operations_get(
&self,
name: &str
) -> ProjectLocationOperationGetCall<'a, S>
pub fn locations_operations_get( &self, name: &str ) -> ProjectLocationOperationGetCall<'a, S>
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.
sourcepub fn locations_operations_list(
&self,
name: &str
) -> ProjectLocationOperationListCall<'a, S>
pub fn locations_operations_list( &self, name: &str ) -> ProjectLocationOperationListCall<'a, S>
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.NOTE: the name binding allows API services to override the binding to use different resource name schemes, such as users//operations. To override the binding, API services can add a binding such as “/v1/{name=users/}/operations” to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
Arguments
name
- The name of the operation’s parent resource.
sourcepub fn locations_get(&self, name: &str) -> ProjectLocationGetCall<'a, S>
pub fn locations_get(&self, name: &str) -> ProjectLocationGetCall<'a, S>
Create a builder to help you perform the following task:
Gets information about a location.
Arguments
name
- Resource name for the location.
sourcepub fn locations_list(&self, name: &str) -> ProjectLocationListCall<'a, S>
pub fn locations_list(&self, name: &str) -> ProjectLocationListCall<'a, S>
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.