public class Apigee.Organizations.EndpointAttachments extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Apigee.Organizations.EndpointAttachments.Create |
class |
Apigee.Organizations.EndpointAttachments.Delete |
class |
Apigee.Organizations.EndpointAttachments.Get |
class |
Apigee.Organizations.EndpointAttachments.List |
| Constructor and Description |
|---|
EndpointAttachments() |
| Modifier and Type | Method and Description |
|---|---|
Apigee.Organizations.EndpointAttachments.Create |
create(String parent,
GoogleCloudApigeeV1EndpointAttachment content)
Creates an endpoint attachment.
|
Apigee.Organizations.EndpointAttachments.Delete |
delete(String name)
Deletes an endpoint attachment.
|
Apigee.Organizations.EndpointAttachments.Get |
get(String name)
Gets the endpoint attachment.
|
Apigee.Organizations.EndpointAttachments.List |
list(String parent)
Lists the endpoint attachments in an organization.
|
public Apigee.Organizations.EndpointAttachments.Create create(String parent, GoogleCloudApigeeV1EndpointAttachment content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Organization the endpoint attachment will be created in.content - the GoogleCloudApigeeV1EndpointAttachmentIOExceptionpublic Apigee.Organizations.EndpointAttachments.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the endpoint attachment. Use the following structure in your request:
`organizations/{org}/endpointAttachments/{endpoint_attachment}`IOExceptionpublic Apigee.Organizations.EndpointAttachments.Get get(String name) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Required. Name of the endpoint attachment. Use the following structure in your request:
`organizations/{org}/endpointAttachments/{endpoint_attachment}`IOExceptionpublic Apigee.Organizations.EndpointAttachments.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. Name of the organization for which to list endpoint attachments. Use the following
structure in your request: `organizations/{org}`IOExceptionCopyright © 2011–2025 Google. All rights reserved.