public class Iam.Projects.Locations.WorkloadIdentityPools.Providers extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.Create |
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.Delete |
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.Get |
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.Keys
The "keys" collection of methods.
|
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.List |
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.Operations
The "operations" collection of methods.
|
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.Patch |
class |
Iam.Projects.Locations.WorkloadIdentityPools.Providers.Undelete |
| Constructor and Description |
|---|
Providers() |
public Iam.Projects.Locations.WorkloadIdentityPools.Providers.Create create(String parent, WorkloadIdentityPoolProvider content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The pool to create this provider in.content - the WorkloadIdentityPoolProviderIOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.Providers.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the provider to delete.IOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.Providers.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the provider to retrieve.IOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.Providers.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The pool to list providers for.IOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.Providers.Patch patch(String name, WorkloadIdentityPoolProvider content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. The resource name of the provider.content - the WorkloadIdentityPoolProviderIOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.Providers.Undelete undelete(String name, UndeleteWorkloadIdentityPoolProviderRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the provider to undelete.content - the UndeleteWorkloadIdentityPoolProviderRequestIOExceptionpublic Iam.Projects.Locations.WorkloadIdentityPools.Providers.Keys keys()
The typical use is:
Iam iam = new Iam(...);Iam.Keys.List request = iam.keys().list(parameters ...)
public Iam.Projects.Locations.WorkloadIdentityPools.Providers.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.