public class Iam.Locations.WorkforcePools.Subjects extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Iam.Locations.WorkforcePools.Subjects.Delete |
class |
Iam.Locations.WorkforcePools.Subjects.Operations
The "operations" collection of methods.
|
class |
Iam.Locations.WorkforcePools.Subjects.Undelete |
| Constructor and Description |
|---|
Subjects() |
| Modifier and Type | Method and Description |
|---|---|
Iam.Locations.WorkforcePools.Subjects.Delete |
delete(String name)
Deletes a WorkforcePoolSubject.
|
Iam.Locations.WorkforcePools.Subjects.Operations |
operations()
An accessor for creating requests from the Operations collection.
|
Iam.Locations.WorkforcePools.Subjects.Undelete |
undelete(String name,
UndeleteWorkforcePoolSubjectRequest content)
Undeletes a WorkforcePoolSubject, as long as it was deleted fewer than 30 days ago.
|
public Iam.Locations.WorkforcePools.Subjects.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the WorkforcePoolSubject. Special characters, like '/' and ':', must
be escaped, because all URLs need to conform to the "When to Escape and Unescape" section
of [RFC3986](https://www.ietf.org/rfc/rfc2396.txt). Format:
`locations/{location}/workforcePools/{workforce_pool_id}/subjects/{subject_id}`IOExceptionpublic Iam.Locations.WorkforcePools.Subjects.Undelete undelete(String name, UndeleteWorkforcePoolSubjectRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The resource name of the WorkforcePoolSubject. Special characters, like '/' and ':', must
be escaped, because all URLs need to conform to the "When to Escape and Unescape" section
of [RFC3986](https://www.ietf.org/rfc/rfc2396.txt). Format:
`locations/{location}/workforcePools/{workforce_pool_id}/subjects/{subject_id}`content - the UndeleteWorkforcePoolSubjectRequestIOExceptionpublic Iam.Locations.WorkforcePools.Subjects.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.