Skip to content

Commit

Permalink
chore: compile protos
Browse files Browse the repository at this point in the history
  • Loading branch information
weeco committed Nov 11, 2024
1 parent 4444936 commit fb7f1ce
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 24 deletions.
50 changes: 28 additions & 22 deletions backend/pkg/protogen/redpanda/api/dataplane/v1alpha2/error.pb.go

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

Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,13 @@ export enum Reason {
* @generated from enum value: REASON_CONNECT_INVALID_PIPELINE_CONFIGURATION = 8;
*/
CONNECT_INVALID_PIPELINE_CONFIGURATION = 8,

/**
* The Redpanda enterprise license has expired and is no longer valid.
*
* @generated from enum value: REASON_ENTERPRISE_LICENSE_EXPIRED = 9;
*/
ENTERPRISE_LICENSE_EXPIRED = 9,
}
// Retrieve enum metadata with: proto3.getEnumType(Reason)
proto3.util.setEnumType(Reason, "redpanda.api.dataplane.v1alpha2.Reason", [
Expand All @@ -81,5 +88,6 @@ proto3.util.setEnumType(Reason, "redpanda.api.dataplane.v1alpha2.Reason", [
{ no: 6, name: "REASON_TYPE_MAPPING_ERROR" },
{ no: 7, name: "REASON_SECRET_STORE_ERROR" },
{ no: 8, name: "REASON_CONNECT_INVALID_PIPELINE_CONFIGURATION" },
{ no: 9, name: "REASON_ENTERPRISE_LICENSE_EXPIRED" },
]);

2 changes: 1 addition & 1 deletion proto/gen/openapi/openapi.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion proto/gen/openapi/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4122,7 +4122,7 @@ paths:
content:
multipart/form-data:
schema:
example: '{"name":"redact-orders","input_topic_name":"orders","output_topic_names":["orders-redacted"],"environment_variables":[{"key":"LOGGER_LEVEL","value":"DEBUG"}]}'
example: '{"name":"redact-orders", "input_topic_name":"orders", "output_topic_names":["orders-redacted"], "environment_variables":[{"key":"LOGGER_LEVEL", "value":"DEBUG"}]}'
properties:
metadata:
$ref: '#/components/schemas/DeployTransformRequest'
Expand Down

0 comments on commit fb7f1ce

Please sign in to comment.