public class CloudHealthcare.Projects.Locations.Datasets.DataMapperWorkspaces extends Object
Modifier and Type | Class and Description |
---|---|
class |
CloudHealthcare.Projects.Locations.Datasets.DataMapperWorkspaces.GetIamPolicy |
class |
CloudHealthcare.Projects.Locations.Datasets.DataMapperWorkspaces.SetIamPolicy |
class |
CloudHealthcare.Projects.Locations.Datasets.DataMapperWorkspaces.TestIamPermissions |
Constructor and Description |
---|
DataMapperWorkspaces() |
Modifier and Type | Method and Description |
---|---|
CloudHealthcare.Projects.Locations.Datasets.DataMapperWorkspaces.GetIamPolicy |
getIamPolicy(String resource)
Gets the access control policy for a resource.
|
CloudHealthcare.Projects.Locations.Datasets.DataMapperWorkspaces.SetIamPolicy |
setIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the access control policy on the specified resource.
|
CloudHealthcare.Projects.Locations.Datasets.DataMapperWorkspaces.TestIamPermissions |
testIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public CloudHealthcare.Projects.Locations.Datasets.DataMapperWorkspaces.GetIamPolicy getIamPolicy(String resource) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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.IOException
public CloudHealthcare.Projects.Locations.Datasets.DataMapperWorkspaces.SetIamPolicy setIamPolicy(String resource, SetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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 SetIamPolicyRequest
IOException
public CloudHealthcare.Projects.Locations.Datasets.DataMapperWorkspaces.TestIamPermissions testIamPermissions(String resource, TestIamPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.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 TestIamPermissionsRequest
IOException
Copyright © 2011–2024 Google. All rights reserved.