public class Iam.Projects.Locations.WorkloadIdentityPools extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Iam.Projects.Locations.WorkloadIdentityPools.Create |
class |
Iam.Projects.Locations.WorkloadIdentityPools.Delete |
class |
Iam.Projects.Locations.WorkloadIdentityPools.Get |
class |
Iam.Projects.Locations.WorkloadIdentityPools.List |
class |
Iam.Projects.Locations.WorkloadIdentityPools.Namespaces
The "namespaces" collection of methods.
|
class |
Iam.Projects.Locations.WorkloadIdentityPools.Operations
The "operations" collection of methods.
|
class |
Iam.Projects.Locations.WorkloadIdentityPools.Patch |
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers
The "providers" collection of methods.
|
class |
Iam.Projects.Locations.WorkloadIdentityPools.Undelete |
| Constructor and Description |
|---|
WorkloadIdentityPools() |
public Iam.Projects.Locations.WorkloadIdentityPools.Create create(String parent, WorkloadIdentityPool content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent resource to create the pool in. The only supported location is `global`.content - the WorkloadIdentityPoolIOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the pool to delete.IOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the pool to retrieve.IOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent resource to list pools for.IOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.Patch patch(String name, WorkloadIdentityPool content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. The resource name of the pool.content - the WorkloadIdentityPoolIOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.Undelete undelete(String name, UndeleteWorkloadIdentityPoolRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the pool to undelete.content - the UndeleteWorkloadIdentityPoolRequestIOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.Namespaces namespaces()
The typical use is:
Iam iam = new Iam(...);Iam.Namespaces.List request = iam.namespaces().list(parameters ...)
public Iam.Projects.Locations.WorkloadIdentityPools.Operations operations()
The typical use is:
Iam iam = new Iam(...);Iam.Operations.List request = iam.operations().list(parameters ...)
public Iam.Projects.Locations.WorkloadIdentityPools.Providers providers()
The typical use is:
Iam iam = new Iam(...);Iam.Providers.List request = iam.providers().list(parameters ...)
Copyright © 2011–2023 Google. All rights reserved.