public class Apigee.Organizations.Environments.ArchiveDeployments extends Object
| Constructor and Description |
|---|
ArchiveDeployments() |
public Apigee.Organizations.Environments.ArchiveDeployments.Create create(String parent, GoogleCloudApigeeV1ArchiveDeployment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The Environment this Archive Deployment will be created in.content - the GoogleCloudApigeeV1ArchiveDeploymentIOExceptionpublic Apigee.Organizations.Environments.ArchiveDeployments.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the Archive Deployment in the following format:
`organizations/{org}/environments/{env}/archiveDeployments/{id}`.IOExceptionpublic Apigee.Organizations.Environments.ArchiveDeployments.GenerateDownloadUrl generateDownloadUrl(String name, GoogleCloudApigeeV1GenerateDownloadUrlRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the Archive Deployment you want to download.content - the GoogleCloudApigeeV1GenerateDownloadUrlRequestIOExceptionpublic Apigee.Organizations.Environments.ArchiveDeployments.GenerateUploadUrl generateUploadUrl(String parent, GoogleCloudApigeeV1GenerateUploadUrlRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The organization and environment to upload to.content - the GoogleCloudApigeeV1GenerateUploadUrlRequestIOExceptionpublic Apigee.Organizations.Environments.ArchiveDeployments.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the Archive Deployment in the following format:
`organizations/{org}/environments/{env}/archiveDeployments/{id}`.IOExceptionpublic Apigee.Organizations.Environments.ArchiveDeployments.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the Environment for which to list Archive Deployments in the format:
`organizations/{org}/environments/{env}`.IOExceptionpublic Apigee.Organizations.Environments.ArchiveDeployments.Patch patch(String name, GoogleCloudApigeeV1ArchiveDeployment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Name of the Archive Deployment in the following format:
`organizations/{org}/environments/{env}/archiveDeployments/{id}`.content - the GoogleCloudApigeeV1ArchiveDeploymentIOExceptionCopyright © 2011–2025 Google. All rights reserved.