events/cloud/apigeeregistry/v1 library
Classes
- Api
- A top-level description of an API. Produced by producers and are commitments to provide services.
- ApiCreatedEvent
- The CloudEvent raised when an Api is created.
- ApiDeletedEvent
- The CloudEvent raised when an Api is deleted.
- ApiDeployment
- Describes a service running at particular address that provides a particular version of an API. ApiDeployments have revisions which correspond to different configurations of a single deployment in time. Revision identifiers should be updated whenever the served API spec or endpoint address changes.
- ApiDeploymentCreatedEvent
- The CloudEvent raised when an ApiDeployment is created.
- ApiDeploymentDeletedEvent
- The CloudEvent raised when an ApiDeployment is deleted.
- ApiDeploymentEventData
- The data within all ApiDeployment events.
- ApiDeploymentUpdatedEvent
- The CloudEvent raised when an ApiDeployment is updated.
- ApiEventData
- The data within all Api events.
- ApiSpec
- Describes a version of an API in a structured way. ApiSpecs provide formal descriptions that consumers can use to use a version. ApiSpec resources are intended to be fully-resolved descriptions of an ApiVersion. When specs consist of multiple files, these should be bundled together (e.g., in a zip archive) and stored as a unit. Multiple specs can exist to provide representations in different API description formats. Synchronization of these representations would be provided by tooling and background services.
- ApiSpecCreatedEvent
- The CloudEvent raised when an ApiSpec is created.
- ApiSpecDeletedEvent
- The CloudEvent raised when an ApiSpec is deleted.
- ApiSpecEventData
- The data within all ApiSpec events.
- ApiSpecUpdatedEvent
- The CloudEvent raised when an ApiSpec is updated.
- ApiUpdatedEvent
- The CloudEvent raised when an Api is updated.
- ApiVersion
- Describes a particular version of an API. ApiVersions are what consumers actually use.
- ApiVersionCreatedEvent
- The CloudEvent raised when an ApiVersion is created.
- ApiVersionDeletedEvent
- The CloudEvent raised when an ApiVersion is deleted.
- ApiVersionEventData
- The data within all ApiVersion events.
- ApiVersionUpdatedEvent
- The CloudEvent raised when an ApiVersion is updated.
- Instance
- An Instance represents the instance resources of the Registry. Currently, only one instance is allowed for each project.
- Instance_Config
- Available configurations to provision an Instance.
- Instance_State
- State of the Instance.
- InstanceCreatedEvent
- The CloudEvent raised when an Instance is created.
- InstanceDeletedEvent
- The CloudEvent raised when an Instance is deleted.
- InstanceEventData
- The data within all Instance events.