Skip to content

Commit 61efaa4

Browse files
authored
fix: Generate Java Code from plugin-pb (#71)
This PR was created by a scheduled workflow to regenerate the Java code from `plugin-pb`.
1 parent 17c6a7f commit 61efaa4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.59.1)",
8+
value = "by gRPC proto compiler (version 1.60.1)",
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.59.1)",
8+
value = "by gRPC proto compiler (version 1.60.1)",
99
comments = "Source: cloudquery/plugin/v3/plugin.proto")
1010
@io.grpc.stub.annotations.GrpcGenerated
1111
public final class PluginGrpc {

0 commit comments

Comments
 (0)