public class Apigee.Organizations.Environments.Resourcefiles extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.Environments.Resourcefiles.Create |
class |
Apigee.Organizations.Environments.Resourcefiles.Delete |
class |
Apigee.Organizations.Environments.Resourcefiles.Get |
class |
Apigee.Organizations.Environments.Resourcefiles.List |
class |
Apigee.Organizations.Environments.Resourcefiles.ListEnvironmentResources |
class |
Apigee.Organizations.Environments.Resourcefiles.Update |
| Constructor and Description |
|---|
Resourcefiles() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Environments.Resourcefiles.Create |
create(String parent,
GoogleApiHttpBody content)
Creates a resource file.
|
Apigee.Organizations.Environments.Resourcefiles.Delete |
delete(String parent,
String type,
String name)
Deletes a resource file.
|
Apigee.Organizations.Environments.Resourcefiles.Get |
get(String parent,
String type,
String name)
Gets the contents of a resource file.
|
Apigee.Organizations.Environments.Resourcefiles.List |
list(String parent)
Lists all resource files, optionally filtering by type.
|
Apigee.Organizations.Environments.Resourcefiles.ListEnvironmentResources |
listEnvironmentResources(String parent,
String type)
Lists all resource files, optionally filtering by type.
|
Apigee.Organizations.Environments.Resourcefiles.Update |
update(String parent,
String type,
String name,
GoogleApiHttpBody content)
Updates a resource file.
|
public Apigee.Organizations.Environments.Resourcefiles.Create create(String parent, GoogleApiHttpBody content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the environment in which to create the resource file in the following format:
`organizations/{org}/environments/{env}`.content - the GoogleApiHttpBodyIOExceptionpublic Apigee.Organizations.Environments.Resourcefiles.Delete delete(String parent, String type, String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the environment in the following format: `organizations/{org}/environments/{env}`.type - Required. Resource file type. {{ resource_file_type }}name - Required. ID of the resource file to delete. Must match the regular expression:
[a-zA-Z0-9:/\\!@#$%^&{}\[\]()+\-=,.~'` ]{1,255}IOExceptionpublic Apigee.Organizations.Environments.Resourcefiles.Get get(String parent, String type, String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the environment in the following format: `organizations/{org}/environments/{env}`.type - Required. Resource file type. {{ resource_file_type }}name - Required. ID of the resource file. Must match the regular expression:
[a-zA-Z0-9:/\\!@#$%^&{}\[\]()+\-=,.~'` ]{1,255}IOExceptionpublic Apigee.Organizations.Environments.Resourcefiles.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the environment in which to list resource files in the following format:
`organizations/{org}/environments/{env}`.IOExceptionpublic Apigee.Organizations.Environments.Resourcefiles.ListEnvironmentResources listEnvironmentResources(String parent, String type) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote
operation.parent - Required. Name of the environment in which to list resource files in the following format:
`organizations/{org}/environments/{env}`.type - Optional. Type of resource files to list. {{ resource_file_type }}IOExceptionpublic Apigee.Organizations.Environments.Resourcefiles.Update update(String parent, String type, String name, GoogleApiHttpBody content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the environment in the following format: `organizations/{org}/environments/{env}`.type - Required. Resource file type. {{ resource_file_type }}name - Required. ID of the resource file to update. Must match the regular expression:
[a-zA-Z0-9:/\\!@#$%^&{}\[\]()+\-=,.~'` ]{1,255}content - the GoogleApiHttpBodyIOExceptionCopyright © 2011–2025 Google. All rights reserved.