public class Apigee.Organizations.Environments extends Object
| Constructor and Description |
|---|
Environments() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.AddonsConfig |
addonsConfig()
An accessor for creating requests from the AddonsConfig collection.
|
Apigee.Organizations.Environments.Analytics |
analytics()
An accessor for creating requests from the Analytics collection.
|
Apigee.Organizations.Environments.Apis |
apis()
An accessor for creating requests from the Apis collection.
|
Apigee.Organizations.Environments.ArchiveDeployments |
archiveDeployments()
An accessor for creating requests from the ArchiveDeployments collection.
|
Apigee.Organizations.Environments.Caches |
caches()
An accessor for creating requests from the Caches collection.
|
Apigee.Organizations.Environments.Create |
create(String parent,
GoogleCloudApigeeV1Environment content)
Creates an environment in an organization.
|
Apigee.Organizations.Environments.Delete |
delete(String name)
Deletes an environment from an organization.
|
Apigee.Organizations.Environments.Deployments |
deployments()
An accessor for creating requests from the Deployments collection.
|
Apigee.Organizations.Environments.Flowhooks |
flowhooks()
An accessor for creating requests from the Flowhooks collection.
|
Apigee.Organizations.Environments.Get |
get(String name)
Gets environment details.
|
Apigee.Organizations.Environments.GetAddonsConfig |
getAddonsConfig(String name)
Gets the add-ons config of an environment.
|
Apigee.Organizations.Environments.GetApiSecurityRuntimeConfig |
getApiSecurityRuntimeConfig(String name)
Gets the API Security runtime configuration for an environment.
|
Apigee.Organizations.Environments.GetDebugmask |
getDebugmask(String name)
Gets the debug mask singleton resource for an environment.
|
Apigee.Organizations.Environments.GetDeployedConfig |
getDeployedConfig(String name)
Gets the deployed configuration for an environment.
|
Apigee.Organizations.Environments.GetIamPolicy |
getIamPolicy(String resource)
Gets the IAM policy on an environment.
|
Apigee.Organizations.Environments.GetSecurityActionsConfig |
getSecurityActionsConfig(String name)
GetSecurityActionConfig returns the current SecurityActions configuration.
|
Apigee.Organizations.Environments.GetTraceConfig |
getTraceConfig(String name)
Get distributed trace configuration in an environment.
|
Apigee.Organizations.Environments.Keystores |
keystores()
An accessor for creating requests from the Keystores collection.
|
Apigee.Organizations.Environments.Keyvaluemaps |
keyvaluemaps()
An accessor for creating requests from the Keyvaluemaps collection.
|
Apigee.Organizations.Environments.ModifyEnvironment |
modifyEnvironment(String name,
GoogleCloudApigeeV1Environment content)
Updates properties for an Apigee environment with patch semantics using a field mask.
|
Apigee.Organizations.Environments.OptimizedStats |
optimizedStats()
An accessor for creating requests from the OptimizedStats collection.
|
Apigee.Organizations.Environments.Queries |
queries()
An accessor for creating requests from the Queries collection.
|
Apigee.Organizations.Environments.References |
references()
An accessor for creating requests from the References collection.
|
Apigee.Organizations.Environments.Resourcefiles |
resourcefiles()
An accessor for creating requests from the Resourcefiles collection.
|
Apigee.Organizations.Environments.SecurityActions |
securityActions()
An accessor for creating requests from the SecurityActions collection.
|
Apigee.Organizations.Environments.SecurityIncidents |
securityIncidents()
An accessor for creating requests from the SecurityIncidents collection.
|
Apigee.Organizations.Environments.SecurityReports |
securityReports()
An accessor for creating requests from the SecurityReports collection.
|
Apigee.Organizations.Environments.SecurityStats |
securityStats()
An accessor for creating requests from the SecurityStats collection.
|
Apigee.Organizations.Environments.SetIamPolicy |
setIamPolicy(String resource,
GoogleIamV1SetIamPolicyRequest content)
Sets the IAM policy on an environment, if the policy already exists it will be replaced.
|
Apigee.Organizations.Environments.Sharedflows |
sharedflows()
An accessor for creating requests from the Sharedflows collection.
|
Apigee.Organizations.Environments.Stats |
stats()
An accessor for creating requests from the Stats collection.
|
Apigee.Organizations.Environments.Subscribe |
subscribe(String parent)
Creates a subscription for the environment's Pub/Sub topic.
|
Apigee.Organizations.Environments.Targetservers |
targetservers()
An accessor for creating requests from the Targetservers collection.
|
Apigee.Organizations.Environments.TestIamPermissions |
testIamPermissions(String resource,
GoogleIamV1TestIamPermissionsRequest content)
Tests the permissions of a user on an environment, and returns a subset of permissions that the
user has on the environment.
|
Apigee.Organizations.Environments.TraceConfig |
traceConfig()
An accessor for creating requests from the TraceConfig collection.
|
Apigee.Organizations.Environments.Unsubscribe |
unsubscribe(String parent,
GoogleCloudApigeeV1Subscription content)
Deletes a subscription for the environment's Pub/Sub topic.
|
Apigee.Organizations.Environments.Update |
update(String name,
GoogleCloudApigeeV1Environment content)
Updates an existing environment.
|
Apigee.Organizations.Environments.UpdateDebugmask |
updateDebugmask(String name,
GoogleCloudApigeeV1DebugMask content)
Updates the debug mask singleton resource for an environment.
|
Apigee.Organizations.Environments.UpdateEnvironment |
updateEnvironment(String name,
GoogleCloudApigeeV1Environment content)
Updates an existing environment.
|
Apigee.Organizations.Environments.UpdateSecurityActionsConfig |
updateSecurityActionsConfig(String name,
GoogleCloudApigeeV1SecurityActionsConfig content)
UpdateSecurityActionConfig updates the current SecurityActions configuration.
|
Apigee.Organizations.Environments.UpdateTraceConfig |
updateTraceConfig(String name,
GoogleCloudApigeeV1TraceConfig content)
Updates the trace configurations in an environment.
|
public Apigee.Organizations.Environments.Create create(String parent, GoogleCloudApigeeV1Environment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization in which the environment will be created. Use the following
structure in your request: `organizations/{org}`content - the GoogleCloudApigeeV1EnvironmentIOExceptionpublic Apigee.Organizations.Environments.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the environment. Use the following structure in your request:
`organizations/{org}/environments/{env}`IOExceptionpublic Apigee.Organizations.Environments.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the environment. Use the following structure in your request:
`organizations/{org}/environments/{env}`IOExceptionpublic Apigee.Organizations.Environments.GetAddonsConfig getAddonsConfig(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the add-ons config. Must be in the format of
`/organizations/{org}/environments/{env}/addonsConfig`IOExceptionpublic Apigee.Organizations.Environments.GetApiSecurityRuntimeConfig getApiSecurityRuntimeConfig(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. Name of the environment API Security Runtime configuration resource. Use the following
structure in your request:
`organizations/{org}/environments/{env}/apiSecurityRuntimeConfig`IOExceptionpublic Apigee.Organizations.Environments.GetDebugmask getDebugmask(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the debug mask. Use the following structure in your request:
`organizations/{org}/environments/{env}/debugmask`.IOExceptionpublic Apigee.Organizations.Environments.GetDeployedConfig getDeployedConfig(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the environment deployed configuration resource. Use the following structure in
your request: `organizations/{org}/environments/{env}/deployedConfig`IOExceptionpublic Apigee.Organizations.Environments.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.GetSecurityActionsConfig getSecurityActionsConfig(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - Required. The name of the SecurityActionsConfig to retrieve. This will always be:
`organizations/{org}/environments/{env}/security_actions_config`IOExceptionpublic Apigee.Organizations.Environments.GetTraceConfig getTraceConfig(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the trace configuration. Use the following structure in your request:
"organizations/environments/traceConfig".IOExceptionpublic Apigee.Organizations.Environments.ModifyEnvironment modifyEnvironment(String name, GoogleCloudApigeeV1Environment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the environment. Use the following structure in your request:
`organizations/{org}/environments/{environment}`.content - the GoogleCloudApigeeV1EnvironmentIOExceptionpublic Apigee.Organizations.Environments.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.Subscribe subscribe(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the environment. Use the following structure in your request:
`organizations/{org}/environments/{env}`IOExceptionpublic Apigee.Organizations.Environments.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 GoogleIamV1TestIamPermissionsRequestIOExceptionpublic Apigee.Organizations.Environments.Unsubscribe unsubscribe(String parent, GoogleCloudApigeeV1Subscription content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the environment. Use the following structure in your request:
`organizations/{org}/environments/{env}`content - the GoogleCloudApigeeV1SubscriptionIOExceptionpublic Apigee.Organizations.Environments.Update update(String name, GoogleCloudApigeeV1Environment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the environment. Use the following structure in your request:
`organizations/{org}/environments/{env}`content - the GoogleCloudApigeeV1EnvironmentIOExceptionpublic Apigee.Organizations.Environments.UpdateDebugmask updateDebugmask(String name, GoogleCloudApigeeV1DebugMask content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Name of the debug mask.content - the GoogleCloudApigeeV1DebugMaskIOExceptionpublic Apigee.Organizations.Environments.UpdateEnvironment updateEnvironment(String name, GoogleCloudApigeeV1Environment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the environment. Use the following structure in your request:
`organizations/{org}/environments/{env}`content - the GoogleCloudApigeeV1EnvironmentIOExceptionpublic Apigee.Organizations.Environments.UpdateSecurityActionsConfig updateSecurityActionsConfig(String name, GoogleCloudApigeeV1SecurityActionsConfig content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.name - This is a singleton resource, the name will always be set by SecurityActions and any user input will
be ignored. The name is always:
`organizations/{org}/environments/{env}/security_actions_config`content - the GoogleCloudApigeeV1SecurityActionsConfigIOExceptionpublic Apigee.Organizations.Environments.UpdateTraceConfig updateTraceConfig(String name, GoogleCloudApigeeV1TraceConfig content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the trace configuration. Use the following structure in your request:
"organizations/environments/traceConfig".content - the GoogleCloudApigeeV1TraceConfigIOExceptionpublic Apigee.Organizations.Environments.AddonsConfig addonsConfig()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.AddonsConfig.List request = apigee.addonsConfig().list(parameters ...)
public Apigee.Organizations.Environments.Analytics analytics()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Analytics.List request = apigee.analytics().list(parameters ...)
public Apigee.Organizations.Environments.Apis apis()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Apis.List request = apigee.apis().list(parameters ...)
public Apigee.Organizations.Environments.ArchiveDeployments archiveDeployments()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.ArchiveDeployments.List request = apigee.archiveDeployments().list(parameters ...)
public Apigee.Organizations.Environments.Caches caches()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Caches.List request = apigee.caches().list(parameters ...)
public Apigee.Organizations.Environments.Deployments deployments()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Deployments.List request = apigee.deployments().list(parameters ...)
public Apigee.Organizations.Environments.Flowhooks flowhooks()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Flowhooks.List request = apigee.flowhooks().list(parameters ...)
public Apigee.Organizations.Environments.Keystores keystores()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Keystores.List request = apigee.keystores().list(parameters ...)
public Apigee.Organizations.Environments.Keyvaluemaps keyvaluemaps()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Keyvaluemaps.List request = apigee.keyvaluemaps().list(parameters ...)
public Apigee.Organizations.Environments.OptimizedStats optimizedStats()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.OptimizedStats.List request = apigee.optimizedStats().list(parameters ...)
public Apigee.Organizations.Environments.Queries queries()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Queries.List request = apigee.queries().list(parameters ...)
public Apigee.Organizations.Environments.References references()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.References.List request = apigee.references().list(parameters ...)
public Apigee.Organizations.Environments.Resourcefiles resourcefiles()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Resourcefiles.List request = apigee.resourcefiles().list(parameters ...)
public Apigee.Organizations.Environments.SecurityActions securityActions()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.SecurityActions.List request = apigee.securityActions().list(parameters ...)
public Apigee.Organizations.Environments.SecurityIncidents securityIncidents()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.SecurityIncidents.List request = apigee.securityIncidents().list(parameters ...)
public Apigee.Organizations.Environments.SecurityReports securityReports()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.SecurityReports.List request = apigee.securityReports().list(parameters ...)
public Apigee.Organizations.Environments.SecurityStats securityStats()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.SecurityStats.List request = apigee.securityStats().list(parameters ...)
public Apigee.Organizations.Environments.Sharedflows sharedflows()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Sharedflows.List request = apigee.sharedflows().list(parameters ...)
public Apigee.Organizations.Environments.Stats stats()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Stats.List request = apigee.stats().list(parameters ...)
public Apigee.Organizations.Environments.Targetservers targetservers()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.Targetservers.List request = apigee.targetservers().list(parameters ...)
public Apigee.Organizations.Environments.TraceConfig traceConfig()
The typical use is:
Apigee apigee = new Apigee(...);Apigee.TraceConfig.List request = apigee.traceConfig().list(parameters ...)
Copyright © 2011–2025 Google. All rights reserved.