public class Apigee.Organizations.Environments.Deployments extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Deployments.Get |
class |
Apigee.Organizations.Environments.Deployments.GetIamPolicy |
class |
Apigee.Organizations.Environments.Deployments.List |
class |
Apigee.Organizations.Environments.Deployments.SetIamPolicy |
class |
Apigee.Organizations.Environments.Deployments.TestIamPermissions |
| Constructor and Description |
|---|
Deployments() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Deployments.Get |
get(String name)
Gets a particular deployment of Api proxy or a shared flow in an environment
Create a request for the method "deployments.get".
|
Apigee.Organizations.Environments.Deployments.GetIamPolicy |
getIamPolicy(String resource)
Gets the IAM policy on a deployment.
|
Apigee.Organizations.Environments.Deployments.List |
list(String parent)
Lists all deployments of API proxies or shared flows in an environment.
|
Apigee.Organizations.Environments.Deployments.SetIamPolicy |
setIamPolicy(String resource,
GoogleIamV1SetIamPolicyRequest content)
Sets the IAM policy on a deployment, if the policy already exists it will be replaced.
|
Apigee.Organizations.Environments.Deployments.TestIamPermissions |
testIamPermissions(String resource,
GoogleIamV1TestIamPermissionsRequest content)
Tests the permissions of a user on a deployment, and returns a subset of permissions that the
user has on the deployment.
|
public Apigee.Organizations.Environments.Deployments.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the api proxy or the shared flow deployment. Use the following structure in your
request: `organizations/{org}/environments/{env}/deployments/{deployment}`IOExceptionpublic Apigee.Organizations.Environments.Deployments.GetIamPolicy getIamPolicy(String resource) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.IOExceptionpublic Apigee.Organizations.Environments.Deployments.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the environment for which to return deployment information in the following
format: `organizations/{org}/environments/{env}`IOExceptionpublic Apigee.Organizations.Environments.Deployments.SetIamPolicy setIamPolicy(String resource, GoogleIamV1SetIamPolicyRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy is being specified. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the GoogleIamV1SetIamPolicyRequestIOExceptionpublic Apigee.Organizations.Environments.Deployments.TestIamPermissions testIamPermissions(String resource, GoogleIamV1TestIamPermissionsRequest content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.resource - REQUIRED: The resource for which the policy detail is being requested. See [Resource
names](https://cloud.google.com/apis/design/resource_names) for the appropriate value for
this field.content - the GoogleIamV1TestIamPermissionsRequestIOExceptionCopyright © 2011–2025 Google. All rights reserved.