target.apidocs.com.google.api.services.dataplex.v1.CloudDataplex.Projects.Locations.DataAttributeBindings.html Maven / Gradle / Ivy
CloudDataplex.Projects.Locations.DataAttributeBindings (Cloud Dataplex API v1-rev20241206-2.0.0)
com.google.api.services.dataplex.v1
Class CloudDataplex.Projects.Locations.DataAttributeBindings
- java.lang.Object
-
- com.google.api.services.dataplex.v1.CloudDataplex.Projects.Locations.DataAttributeBindings
-
- Enclosing class:
- CloudDataplex.Projects.Locations
public class CloudDataplex.Projects.Locations.DataAttributeBindings
extends Object
The "dataAttributeBindings" collection of methods.
-
-
Nested Class Summary
-
Constructor Summary
Constructors
Constructor and Description
DataAttributeBindings()
-
Method Summary
-
-
Method Detail
-
create
public CloudDataplex.Projects.Locations.DataAttributeBindings.Create create(String parent,
GoogleCloudDataplexV1DataAttributeBinding content)
throws IOException
Create a DataAttributeBinding resource.
Create a request for the method "dataAttributeBindings.create".
This request holds the parameters needed by the dataplex server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The resource name of the parent data taxonomy
projects/{project_number}/locations/{location_id}
content
- the GoogleCloudDataplexV1DataAttributeBinding
- Returns:
- the request
- Throws:
IOException
-
delete
public CloudDataplex.Projects.Locations.DataAttributeBindings.Delete delete(String name)
throws IOException
Deletes a DataAttributeBinding resource. All attributes within the DataAttributeBinding must be
deleted before the DataAttributeBinding can be deleted.
Create a request for the method "dataAttributeBindings.delete".
This request holds the parameters needed by the dataplex server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The resource name of the DataAttributeBinding:
projects/{project_number}/locations/{location_id}/dataAttributeBindings/{data_attribute_bi
nding_id}
- Returns:
- the request
- Throws:
IOException
-
get
public CloudDataplex.Projects.Locations.DataAttributeBindings.Get get(String name)
throws IOException
Retrieves a DataAttributeBinding resource.
Create a request for the method "dataAttributeBindings.get".
This request holds the parameters needed by the dataplex server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Required. The resource name of the DataAttributeBinding:
projects/{project_number}/locations/{location_id}/dataAttributeBindings/{data_attribute_bi
nding_id}
- Returns:
- the request
- Throws:
IOException
-
getIamPolicy
public CloudDataplex.Projects.Locations.DataAttributeBindings.GetIamPolicy getIamPolicy(String resource)
throws IOException
Gets the access control policy for a resource. Returns an empty policy if the resource exists and
does not have a policy set.
Create a request for the method "dataAttributeBindings.getIamPolicy".
This request holds the parameters needed by the dataplex server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
- Returns:
- the request
- Throws:
IOException
-
list
public CloudDataplex.Projects.Locations.DataAttributeBindings.List list(String parent)
throws IOException
Lists DataAttributeBinding resources in a project and location.
Create a request for the method "dataAttributeBindings.list".
This request holds the parameters needed by the dataplex server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
parent
- Required. The resource name of the Location: projects/{project_number}/locations/{location_id}
- Returns:
- the request
- Throws:
IOException
-
patch
public CloudDataplex.Projects.Locations.DataAttributeBindings.Patch patch(String name,
GoogleCloudDataplexV1DataAttributeBinding content)
throws IOException
Updates a DataAttributeBinding resource.
Create a request for the method "dataAttributeBindings.patch".
This request holds the parameters needed by the dataplex server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
name
- Output only. The relative resource name of the Data Attribute Binding, of the form:
projects/{project_number}/locations/{location}/dataAttributeBindings/{data_attribute_bindi
ng_id}
content
- the GoogleCloudDataplexV1DataAttributeBinding
- Returns:
- the request
- Throws:
IOException
-
setIamPolicy
public CloudDataplex.Projects.Locations.DataAttributeBindings.SetIamPolicy setIamPolicy(String resource,
GoogleIamV1SetIamPolicyRequest content)
throws IOException
Sets the access control policy on the specified resource. Replaces any existing policy.Can return
NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors.
Create a request for the method "dataAttributeBindings.setIamPolicy".
This request holds the parameters needed by the dataplex server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
content
- the GoogleIamV1SetIamPolicyRequest
- Returns:
- the request
- Throws:
IOException
-
testIamPermissions
public CloudDataplex.Projects.Locations.DataAttributeBindings.TestIamPermissions testIamPermissions(String resource,
GoogleIamV1TestIamPermissionsRequest content)
throws IOException
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.
Create a request for the method "dataAttributeBindings.testIamPermissions".
This request holds the parameters needed by the dataplex server. After setting any optional
parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote operation.
- Parameters:
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.
content
- the GoogleIamV1TestIamPermissionsRequest
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy