-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2cd193f
commit 322c786
Showing
54 changed files
with
349 additions
and
558 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// Package apigatewaydata provides API Gateway type definitions for CloudEvent data payloads. | ||
// | ||
// # Supported CloudEvent Types | ||
// | ||
// - google.cloud.apigateway.gateway.v1.created | ||
// - google.cloud.apigateway.gateway.v1.updated | ||
// - google.cloud.apigateway.gateway.v1.deleted | ||
// - google.cloud.apigateway.api.v1.created | ||
// - google.cloud.apigateway.api.v1.updated | ||
// - google.cloud.apigateway.api.v1.deleted | ||
// - google.cloud.apigateway.apiConfig.v1.created | ||
// - google.cloud.apigateway.apiConfig.v1.updated | ||
// - google.cloud.apigateway.apiConfig.v1.deleted | ||
package apigatewaydata |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// Package apigeeregistrydata provides Apigee Registry type definitions for CloudEvent data payloads. | ||
// | ||
// # Supported CloudEvent Types | ||
// | ||
// - google.cloud.apigeeregistry.instance.v1.created | ||
// - google.cloud.apigeeregistry.instance.v1.deleted | ||
// - google.cloud.apigeeregistry.api.v1.created | ||
// - google.cloud.apigeeregistry.api.v1.updated | ||
// - google.cloud.apigeeregistry.api.v1.deleted | ||
// - google.cloud.apigeeregistry.apiVersion.v1.created | ||
// - google.cloud.apigeeregistry.apiVersion.v1.updated | ||
// - google.cloud.apigeeregistry.apiVersion.v1.deleted | ||
// - google.cloud.apigeeregistry.apiSpec.v1.created | ||
// - google.cloud.apigeeregistry.apiSpec.v1.updated | ||
// - google.cloud.apigeeregistry.apiSpec.v1.deleted | ||
// - google.cloud.apigeeregistry.apiDeployment.v1.created | ||
// - google.cloud.apigeeregistry.apiDeployment.v1.updated | ||
// - google.cloud.apigeeregistry.apiDeployment.v1.deleted | ||
package apigeeregistrydata |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
// Package auditdata provides Cloud Audit Logs type definitions for CloudEvent data payloads. | ||
// | ||
// # Supported CloudEvent Types | ||
// | ||
// - google.cloud.audit.log.v1.written | ||
package auditdata |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Package appconnectionsdata provides BeyondCorp type definitions for CloudEvent data payloads. | ||
// | ||
// # Supported CloudEvent Types | ||
// | ||
// - google.cloud.beyondcorp.appconnections.appConnection.v1.created | ||
// - google.cloud.beyondcorp.appconnections.appConnection.v1.updated | ||
// - google.cloud.beyondcorp.appconnections.appConnection.v1.deleted | ||
package appconnectionsdata |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
// Package appconnectorsdata provides BeyondCorp type definitions for CloudEvent data payloads. | ||
// | ||
// # Supported CloudEvent Types | ||
// | ||
// - google.cloud.beyondcorp.appconnectors.appConnector.v1.created | ||
// - google.cloud.beyondcorp.appconnectors.appConnector.v1.updated | ||
// - google.cloud.beyondcorp.appconnectors.appConnector.v1.deleted | ||
package appconnectorsdata |
Oops, something went wrong.