Skip to content

Commit 7301495

Browse files
authored
fix: Generate JavaScript Code from plugin-pb (#10)
This PR was created by a scheduled workflow to regenerate the JavaScript code from `plugin-pb`.
1 parent 927b453 commit 7301495

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

protos/discovery/v1/discovery.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ syntax = "proto3";
22
package cloudquery.discovery.v1;
33

44
option go_package = "github.com/cloudquery/plugin-pb-go/pb/discovery/v1;discovery";
5+
option java_package = "io.cloudquery.discovery.v1";
6+
option java_multiple_files = true;
57

68
service Discovery {
79
// Get the name of the plugin

protos/plugin/v3/plugin.proto

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ package cloudquery.plugin.v3;
44
import "google/protobuf/timestamp.proto";
55

66
option go_package = "github.com/cloudquery/plugin-pb-go/pb/plugin/v3;plugin";
7+
option java_package = "io.cloudquery.plugin.v3";
8+
option java_multiple_files = true;
79

810
service Plugin {
911
// Get the name of the plugin

0 commit comments

Comments
 (0)