Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Run the code generator #148

Merged
merged 1 commit into from
Jan 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 13 additions & 30 deletions cloud/apigatewaydata/data_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions cloud/apigatewaydata/doc.go
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
35 changes: 9 additions & 26 deletions cloud/apigeeregistrydata/data_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 19 additions & 0 deletions cloud/apigeeregistrydata/doc.go
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
19 changes: 1 addition & 18 deletions cloud/auditdata/data_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions cloud/auditdata/doc.go
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
19 changes: 1 addition & 18 deletions cloud/beyondcorp/appconnectionsdata/data_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions cloud/beyondcorp/appconnectionsdata/doc.go
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
19 changes: 1 addition & 18 deletions cloud/beyondcorp/appconnectorsdata/data_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions cloud/beyondcorp/appconnectorsdata/doc.go
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
Loading