| Package | Description |
|---|---|
| com.google.api.services.apigee.v1 | |
| com.google.api.services.apigee.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.Apis.Create |
Apigee.Organizations.Apis.create(String parent,
GoogleApiHttpBody content)
Creates an API proxy.
|
Apigee.Organizations.Environments.Keystores.Aliases.Create |
Apigee.Organizations.Environments.Keystores.Aliases.create(String parent,
GoogleApiHttpBody content)
Creates an alias from a key/certificate pair.
|
Apigee.Organizations.Environments.Resourcefiles.Create |
Apigee.Organizations.Environments.Resourcefiles.create(String parent,
GoogleApiHttpBody content)
Creates a resource file.
|
Apigee.Organizations.Sharedflows.Create |
Apigee.Organizations.Sharedflows.create(String parent,
GoogleApiHttpBody content)
Uploads a ZIP-formatted shared flow configuration bundle to an organization.
|
Apigee.Organizations.Environments.Keystores.Aliases.Update |
Apigee.Organizations.Environments.Keystores.Aliases.update(String name,
GoogleApiHttpBody content)
Updates the certificate in an alias.
|
Apigee.Organizations.Environments.Resourcefiles.Update |
Apigee.Organizations.Environments.Resourcefiles.update(String parent,
String type,
String name,
GoogleApiHttpBody content)
Updates a resource file.
|
Apigee.Organizations.Apis.Revisions.UpdateApiProxyRevision |
Apigee.Organizations.Apis.Revisions.updateApiProxyRevision(String name,
GoogleApiHttpBody content)
Updates an existing API proxy revision by uploading the API proxy configuration bundle as a zip
file from your local machine.
|
Apigee.Organizations.Sharedflows.Revisions.UpdateSharedFlowRevision |
Apigee.Organizations.Sharedflows.Revisions.updateSharedFlowRevision(String name,
GoogleApiHttpBody content)
Updates a shared flow revision.
|
| Constructor and Description |
|---|
Create(String parent,
GoogleApiHttpBody content)
Creates an API proxy.
|
Create(String parent,
GoogleApiHttpBody content)
Creates an alias from a key/certificate pair.
|
Create(String parent,
GoogleApiHttpBody content)
Creates a resource file.
|
Create(String parent,
GoogleApiHttpBody content)
Uploads a ZIP-formatted shared flow configuration bundle to an organization.
|
Update(String name,
GoogleApiHttpBody content)
Updates the certificate in an alias.
|
Update(String parent,
String type,
String name,
GoogleApiHttpBody content)
Updates a resource file.
|
UpdateApiProxyRevision(String name,
GoogleApiHttpBody content)
Updates an existing API proxy revision by uploading the API proxy configuration bundle as a zip
file from your local machine.
|
UpdateSharedFlowRevision(String name,
GoogleApiHttpBody content)
Updates a shared flow revision.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleApiHttpBody |
GoogleApiHttpBody.clone() |
GoogleApiHttpBody |
GoogleApiHttpBody.encodeData(byte[] data)
The HTTP request/response body as raw binary.
|
GoogleApiHttpBody |
GoogleApiHttpBody.set(String fieldName,
Object value) |
GoogleApiHttpBody |
GoogleApiHttpBody.setContentType(String contentType)
The HTTP Content-Type header value specifying the content type of the body.
|
GoogleApiHttpBody |
GoogleApiHttpBody.setData(String data)
The HTTP request/response body as raw binary.
|
GoogleApiHttpBody |
GoogleApiHttpBody.setExtensions(List<Map<String,Object>> extensions)
Application specific response metadata.
|
Copyright © 2011–2025 Google. All rights reserved.