public class Iam.Locations.WorkforcePools.Providers.Keys extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Iam.Locations.WorkforcePools.Providers.Keys.Create |
class |
Iam.Locations.WorkforcePools.Providers.Keys.Delete |
class |
Iam.Locations.WorkforcePools.Providers.Keys.Get |
class |
Iam.Locations.WorkforcePools.Providers.Keys.List |
class |
Iam.Locations.WorkforcePools.Providers.Keys.Operations
The "operations" collection of methods.
|
class |
Iam.Locations.WorkforcePools.Providers.Keys.Undelete |
| Constructor and Description |
|---|
Keys() |
| Modifier and Type | Method and Description |
|---|---|
Iam.Locations.WorkforcePools.Providers.Keys.Create |
create(String parent,
WorkforcePoolProviderKey content)
Creates a new WorkforcePoolProviderKey in a WorkforcePoolProvider.
|
Iam.Locations.WorkforcePools.Providers.Keys.Delete |
delete(String name)
Deletes a WorkforcePoolProviderKey.
|
Iam.Locations.WorkforcePools.Providers.Keys.Get |
get(String name)
Gets a WorkforcePoolProviderKey.
|
Iam.Locations.WorkforcePools.Providers.Keys.List |
list(String parent)
Lists all non-deleted WorkforcePoolProviderKeys in a WorkforcePoolProvider.
|
Iam.Locations.WorkforcePools.Providers.Keys.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
Iam.Locations.WorkforcePools.Providers.Keys.Undelete |
undelete(String name,
UndeleteWorkforcePoolProviderKeyRequest content)
Undeletes a WorkforcePoolProviderKey, as long as it was deleted fewer than 30 days ago.
|
public Iam.Locations.WorkforcePools.Providers.Keys.Create create(String parent, WorkforcePoolProviderKey content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The provider to create this key in.content - the WorkforcePoolProviderKeyIOExceptionpublic Iam.Locations.WorkforcePools.Providers.Keys.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the key to delete.IOExceptionpublic Iam.Locations.WorkforcePools.Providers.Keys.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the key to retrieve.IOExceptionpublic Iam.Locations.WorkforcePools.Providers.Keys.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The provider resource to list encryption keys for. Format:
`locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}`IOExceptionpublic Iam.Locations.WorkforcePools.Providers.Keys.Undelete undelete(String name, UndeleteWorkforcePoolProviderKeyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the key to undelete.content - the UndeleteWorkforcePoolProviderKeyRequestIOExceptionpublic Iam.Locations.WorkforcePools.Providers.Keys.Operations operations()
The typical use is:
Iam iam = new Iam(...);Iam.Operations.List request = iam.operations().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.