public class Iam.Locations.WorkforcePools.Providers extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Iam.Locations.WorkforcePools.Providers.Create |
class |
Iam.Locations.WorkforcePools.Providers.Delete |
class |
Iam.Locations.WorkforcePools.Providers.Get |
class |
Iam.Locations.WorkforcePools.Providers.Keys
The "keys" collection of methods.
|
class |
Iam.Locations.WorkforcePools.Providers.List |
class |
Iam.Locations.WorkforcePools.Providers.Operations
The "operations" collection of methods.
|
class |
Iam.Locations.WorkforcePools.Providers.Patch |
class |
Iam.Locations.WorkforcePools.Providers.Undelete |
| Constructor and Description |
|---|
Providers() |
| Modifier and Type | Method and Description |
|---|---|
Iam.Locations.WorkforcePools.Providers.Create |
create(String parent,
WorkforcePoolProvider content)
Creates a new WorkforcePoolProvider in a WorkforcePool.
|
Iam.Locations.WorkforcePools.Providers.Delete |
delete(String name)
Deletes a WorkforcePoolProvider.
|
Iam.Locations.WorkforcePools.Providers.Get |
get(String name)
Gets an individual WorkforcePoolProvider.
|
Iam.Locations.WorkforcePools.Providers.Keys |
keys()
An accessor for creating requests from the Keys collection.
|
Iam.Locations.WorkforcePools.Providers.List |
list(String parent)
Lists all non-deleted WorkforcePoolProviders in a WorkforcePool.
|
Iam.Locations.WorkforcePools.Providers.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
Iam.Locations.WorkforcePools.Providers.Patch |
patch(String name,
WorkforcePoolProvider content)
Updates an existing WorkforcePoolProvider.
|
Iam.Locations.WorkforcePools.Providers.Undelete |
undelete(String name,
UndeleteWorkforcePoolProviderRequest content)
Undeletes a WorkforcePoolProvider, as long as it was deleted fewer than 30 days ago.
|
public Iam.Locations.WorkforcePools.Providers.Create create(String parent, WorkforcePoolProvider content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The pool to create this provider in. Format:
`locations/{location}/workforcePools/{workforce_pool_id}`content - the WorkforcePoolProviderIOExceptionpublic Iam.Locations.WorkforcePools.Providers.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the provider to delete. Format:
`locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}`IOExceptionpublic Iam.Locations.WorkforcePools.Providers.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the provider to retrieve. Format:
`locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}`IOExceptionpublic Iam.Locations.WorkforcePools.Providers.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The pool to list providers for. Format:
`locations/{location}/workforcePools/{workforce_pool_id}`IOExceptionpublic Iam.Locations.WorkforcePools.Providers.Patch patch(String name, WorkforcePoolProvider content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. The resource name of the provider. Format:
`locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}`content - the WorkforcePoolProviderIOExceptionpublic Iam.Locations.WorkforcePools.Providers.Undelete undelete(String name, UndeleteWorkforcePoolProviderRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the provider to undelete. Format:
`locations/{location}/workforcePools/{workforce_pool_id}/providers/{provider_id}`content - the UndeleteWorkforcePoolProviderRequestIOExceptionpublic Iam.Locations.WorkforcePools.Providers.Keys keys()
The typical use is:
Iam iam = new Iam(...);Iam.Keys.List request = iam.keys().list(parameters ...)
public Iam.Locations.WorkforcePools.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.