public class Storagetransfer.Projects.AgentPools extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Storagetransfer.Projects.AgentPools.Create |
class |
Storagetransfer.Projects.AgentPools.Delete |
class |
Storagetransfer.Projects.AgentPools.Get |
class |
Storagetransfer.Projects.AgentPools.List |
class |
Storagetransfer.Projects.AgentPools.Patch |
| Constructor and Description |
|---|
AgentPools() |
| Modifier and Type | Method and Description |
|---|---|
Storagetransfer.Projects.AgentPools.Create |
create(String projectId,
AgentPool content)
Creates an agent pool resource.
|
Storagetransfer.Projects.AgentPools.Delete |
delete(String name)
Deletes an agent pool.
|
Storagetransfer.Projects.AgentPools.Get |
get(String name)
Gets an agent pool.
|
Storagetransfer.Projects.AgentPools.List |
list(String projectId)
Lists agent pools.
|
Storagetransfer.Projects.AgentPools.Patch |
patch(String name,
AgentPool content)
Updates an existing agent pool resource.
|
public Storagetransfer.Projects.AgentPools.Create create(String projectId, AgentPool content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. The ID of the Google Cloud project that owns the agent pool.content - the AgentPoolIOExceptionpublic Storagetransfer.Projects.AgentPools.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the agent pool to delete.IOExceptionpublic Storagetransfer.Projects.AgentPools.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the agent pool to get.IOExceptionpublic Storagetransfer.Projects.AgentPools.List list(String projectId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.projectId - Required. The ID of the Google Cloud project that owns the job.IOExceptionpublic Storagetransfer.Projects.AgentPools.Patch patch(String name, AgentPool content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Specifies a unique string that identifies the agent pool. Format:
`projects/{project_id}/agentPools/{agent_pool_id}`content - the AgentPoolIOExceptionCopyright © 2011–2024 Google. All rights reserved.