public class Iam.Projects.Locations.WorkloadIdentityPools.Providers.Keys extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.Keys.Create |
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.Keys.Delete |
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.Keys.Get |
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.Keys.List |
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.Keys.Operations
The "operations" collection of methods.
|
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.Keys.Undelete |
| Constructor and Description |
|---|
Keys() |
public Iam.Projects.Locations.WorkloadIdentityPools.Providers.Keys.Create create(String parent, WorkloadIdentityPoolProviderKey content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent provider resource to create the key in.content - the WorkloadIdentityPoolProviderKeyIOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.Providers.Keys.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the encryption key to delete.IOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.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.Projects.Locations.WorkloadIdentityPools.Providers.Keys.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent provider resource to list encryption keys for.IOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.Providers.Keys.Undelete undelete(String name, UndeleteWorkloadIdentityPoolProviderKeyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the encryption key to undelete.content - the UndeleteWorkloadIdentityPoolProviderKeyRequestIOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.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.