public class CloudKMS.Projects.Locations.KeyRings.ImportJobs extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
CloudKMS.Projects.Locations.KeyRings.ImportJobs.Create |
class |
CloudKMS.Projects.Locations.KeyRings.ImportJobs.Get |
class |
CloudKMS.Projects.Locations.KeyRings.ImportJobs.GetIamPolicy |
class |
CloudKMS.Projects.Locations.KeyRings.ImportJobs.List |
class |
CloudKMS.Projects.Locations.KeyRings.ImportJobs.SetIamPolicy |
class |
CloudKMS.Projects.Locations.KeyRings.ImportJobs.TestIamPermissions |
| Constructor and Description |
|---|
ImportJobs() |
| Modifier and Type | Method and Description |
|---|---|
CloudKMS.Projects.Locations.KeyRings.ImportJobs.Create |
create(String parent,
ImportJob content)
Create a new ImportJob within a KeyRing.
|
CloudKMS.Projects.Locations.KeyRings.ImportJobs.Get |
get(String name)
Returns metadata for a given ImportJob.
|
CloudKMS.Projects.Locations.KeyRings.ImportJobs.GetIamPolicy |
getIamPolicy(String resource)
Gets the access control policy for a resource.
|
CloudKMS.Projects.Locations.KeyRings.ImportJobs.List |
list(String parent)
Lists ImportJobs.
|
CloudKMS.Projects.Locations.KeyRings.ImportJobs.SetIamPolicy |
setIamPolicy(String resource,
SetIamPolicyRequest content)
Sets the access control policy on the specified resource.
|
CloudKMS.Projects.Locations.KeyRings.ImportJobs.TestIamPermissions |
testIamPermissions(String resource,
TestIamPermissionsRequest content)
Returns permissions that a caller has on the specified resource.
|
public CloudKMS.Projects.Locations.KeyRings.ImportJobs.Create create(String parent, ImportJob content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the KeyRing associated with the
ImportJobs.content - the ImportJobIOExceptionpublic CloudKMS.Projects.Locations.KeyRings.ImportJobs.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the ImportJob to get.IOExceptionpublic CloudKMS.Projects.Locations.KeyRings.ImportJobs.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.IOExceptionpublic CloudKMS.Projects.Locations.KeyRings.ImportJobs.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The resource name of the KeyRing to list, in the format
`projects/locations/keyRings`.IOExceptionpublic CloudKMS.Projects.Locations.KeyRings.ImportJobs.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 SetIamPolicyRequestIOExceptionpublic CloudKMS.Projects.Locations.KeyRings.ImportJobs.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 TestIamPermissionsRequestIOExceptionCopyright © 2011–2020 Google. All rights reserved.