public class Apigee.Organizations.Environments.References extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.References.Create |
class |
Apigee.Organizations.Environments.References.Delete |
class |
Apigee.Organizations.Environments.References.Get |
class |
Apigee.Organizations.Environments.References.Update |
| Constructor and Description |
|---|
References() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.References.Create |
create(String parent,
GoogleCloudApigeeV1Reference content)
Creates a Reference in the specified environment.
|
Apigee.Organizations.Environments.References.Delete |
delete(String name)
Deletes a Reference from an environment.
|
Apigee.Organizations.Environments.References.Get |
get(String name)
Gets a Reference resource.
|
Apigee.Organizations.Environments.References.Update |
update(String name,
GoogleCloudApigeeV1Reference content)
Updates an existing Reference.
|
public Apigee.Organizations.Environments.References.Create create(String parent, GoogleCloudApigeeV1Reference content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The parent environment name under which the Reference will be created. Must be of the form
`organizations/{org}/environments/{env}`.content - the GoogleCloudApigeeV1ReferenceIOExceptionpublic Apigee.Organizations.Environments.References.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the Reference to delete. Must be of the form
`organizations/{org}/environments/{env}/references/{ref}`.IOExceptionpublic Apigee.Organizations.Environments.References.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the Reference to get. Must be of the form
`organizations/{org}/environments/{env}/references/{ref}`.IOExceptionpublic Apigee.Organizations.Environments.References.Update update(String name, GoogleCloudApigeeV1Reference content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. The name of the Reference to update. Must be of the form
`organizations/{org}/environments/{env}/references/{ref}`.content - the GoogleCloudApigeeV1ReferenceIOExceptionCopyright © 2011–2025 Google. All rights reserved.