Skip to content

Commit 53e032f

Browse files
authored
fix: Generate Java Code from plugin-pb (#42)
This PR was created by a scheduled workflow to regenerate the Java code from `plugin-pb`.
1 parent 4e2a329 commit 53e032f

File tree

6 files changed

+76
-52
lines changed

6 files changed

+76
-52
lines changed

build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
*/
77
@javax.annotation.Generated(
8-
value = "by gRPC proto compiler (version 1.57.1)",
8+
value = "by gRPC proto compiler (version 1.57.2)",
99
comments = "Source: cloudquery/discovery/v1/discovery.proto")
1010
@io.grpc.stub.annotations.GrpcGenerated
1111
public final class DiscoveryGrpc {

build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
/**
66
*/
77
@javax.annotation.Generated(
8-
value = "by gRPC proto compiler (version 1.57.1)",
8+
value = "by gRPC proto compiler (version 1.57.2)",
99
comments = "Source: cloudquery/plugin/v3/plugin.proto")
1010
@io.grpc.stub.annotations.GrpcGenerated
1111
public final class PluginGrpc {

build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTables.java

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Sync.java

Lines changed: 19 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)