public class Dataproc.Projects.Regions.Operations extends Object
Modifier and Type | Class and Description |
---|---|
class |
Dataproc.Projects.Regions.Operations.Cancel |
class |
Dataproc.Projects.Regions.Operations.Delete |
class |
Dataproc.Projects.Regions.Operations.Get |
class |
Dataproc.Projects.Regions.Operations.GetIamPolicy |
class |
Dataproc.Projects.Regions.Operations.List |
class |
Dataproc.Projects.Regions.Operations.SetIamPolicy |
class |
Dataproc.Projects.Regions.Operations.TestIamPermissions |
Constructor and Description |
---|
Operations() |
Modifier and Type | Method and Description |
---|---|
Dataproc.Projects.Regions.Operations.Cancel |
cancel(String name)
Starts asynchronous cancellation on a long-running operation.
|
Dataproc.Projects.Regions.Operations.Delete |
delete(String name)
Deletes a long-running operation.
|
Dataproc.Projects.Regions.Operations.Get |
get(String name)
Gets the latest state of a long-running operation.
|
Dataproc.Projects.Regions.Operations.GetIamPolicy |
getIamPolicy(String resource)
Gets the access control policy for a resource.
|
Dataproc.Projects.Regions.Operations.List |
list(String name)
Lists operations that match the specified filter in the request.
|
Dataproc.Projects.Regions.Operations.SetIamPolicy |
setIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the access control policy on the specified resource.
|
Dataproc.Projects.Regions.Operations.TestIamPermissions |
testIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public Dataproc.Projects.Regions.Operations.Cancel cancel(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the operation resource to be cancelled.IOException
public Dataproc.Projects.Regions.Operations.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the operation resource to be deleted.IOException
public Dataproc.Projects.Regions.Operations.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the operation resource.IOException
public Dataproc.Projects.Regions.Operations.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 the operation documentation for
the appropriate value for this field.IOException
public Dataproc.Projects.Regions.Operations.List list(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The name of the operation's parent resource.IOException
public Dataproc.Projects.Regions.Operations.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 the operation documentation for
the appropriate value for this field.content
- the SetIamPolicyRequest
IOException
public Dataproc.Projects.Regions.Operations.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 the operation
documentation for the appropriate value for this field.content
- the TestIamPermissionsRequest
IOException
Copyright © 2011–2021 Google. All rights reserved.