Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.73.0)",
comments = "Source: cloudquery/discovery/v1/discovery.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class DiscoveryGrpc {

Expand Down Expand Up @@ -180,8 +177,8 @@ protected DiscoveryBlockingV2Stub build(
* Get the name of the plugin
* </pre>
*/
public io.cloudquery.discovery.v1.GetVersions.Response getVersions(io.cloudquery.discovery.v1.GetVersions.Request request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public io.cloudquery.discovery.v1.GetVersions.Response getVersions(io.cloudquery.discovery.v1.GetVersions.Request request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetVersionsMethod(), getCallOptions(), request);
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@

/**
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler (version 1.73.0)",
comments = "Source: cloudquery/plugin/v3/plugin.proto")
@io.grpc.stub.annotations.GrpcGenerated
public final class PluginGrpc {

Expand Down Expand Up @@ -758,8 +755,8 @@ protected PluginBlockingV2Stub build(
* Get the name of the plugin
* </pre>
*/
public io.cloudquery.plugin.v3.GetName.Response getName(io.cloudquery.plugin.v3.GetName.Request request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public io.cloudquery.plugin.v3.GetName.Response getName(io.cloudquery.plugin.v3.GetName.Request request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetNameMethod(), getCallOptions(), request);
}

Expand All @@ -768,8 +765,8 @@ public io.cloudquery.plugin.v3.GetName.Response getName(io.cloudquery.plugin.v3.
* Get the current version of the plugin
* </pre>
*/
public io.cloudquery.plugin.v3.GetVersion.Response getVersion(io.cloudquery.plugin.v3.GetVersion.Request request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public io.cloudquery.plugin.v3.GetVersion.Response getVersion(io.cloudquery.plugin.v3.GetVersion.Request request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetVersionMethod(), getCallOptions(), request);
}

Expand All @@ -780,8 +777,8 @@ public io.cloudquery.plugin.v3.GetVersion.Response getVersion(io.cloudquery.plug
* Should be called before Init.
* </pre>
*/
public io.cloudquery.plugin.v3.GetSpecSchema.Response getSpecSchema(io.cloudquery.plugin.v3.GetSpecSchema.Request request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public io.cloudquery.plugin.v3.GetSpecSchema.Response getSpecSchema(io.cloudquery.plugin.v3.GetSpecSchema.Request request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetSpecSchemaMethod(), getCallOptions(), request);
}

Expand All @@ -790,8 +787,8 @@ public io.cloudquery.plugin.v3.GetSpecSchema.Response getSpecSchema(io.cloudquer
* Configure the plugin with the given credentials and mode
* </pre>
*/
public io.cloudquery.plugin.v3.Init.Response init(io.cloudquery.plugin.v3.Init.Request request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public io.cloudquery.plugin.v3.Init.Response init(io.cloudquery.plugin.v3.Init.Request request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getInitMethod(), getCallOptions(), request);
}

Expand All @@ -800,8 +797,8 @@ public io.cloudquery.plugin.v3.Init.Response init(io.cloudquery.plugin.v3.Init.R
* Get all tables the source plugin supports. Must be called after Init
* </pre>
*/
public io.cloudquery.plugin.v3.GetTables.Response getTables(io.cloudquery.plugin.v3.GetTables.Request request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public io.cloudquery.plugin.v3.GetTables.Response getTables(io.cloudquery.plugin.v3.GetTables.Request request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getGetTablesMethod(), getCallOptions(), request);
}

Expand Down Expand Up @@ -859,8 +856,8 @@ public io.cloudquery.plugin.v3.GetTables.Response getTables(io.cloudquery.plugin
* Transform schemas.
* </pre>
*/
public io.cloudquery.plugin.v3.TransformSchema.Response transformSchema(io.cloudquery.plugin.v3.TransformSchema.Request request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public io.cloudquery.plugin.v3.TransformSchema.Response transformSchema(io.cloudquery.plugin.v3.TransformSchema.Request request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getTransformSchemaMethod(), getCallOptions(), request);
}

Expand All @@ -869,8 +866,8 @@ public io.cloudquery.plugin.v3.TransformSchema.Response transformSchema(io.cloud
* Send signal to flush and close open connections
* </pre>
*/
public io.cloudquery.plugin.v3.Close.Response close(io.cloudquery.plugin.v3.Close.Request request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public io.cloudquery.plugin.v3.Close.Response close(io.cloudquery.plugin.v3.Close.Request request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getCloseMethod(), getCallOptions(), request);
}

Expand All @@ -879,8 +876,8 @@ public io.cloudquery.plugin.v3.Close.Response close(io.cloudquery.plugin.v3.Clos
* Validate and test the connections used by the plugin
* </pre>
*/
public io.cloudquery.plugin.v3.TestConnection.Response testConnection(io.cloudquery.plugin.v3.TestConnection.Request request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
public io.cloudquery.plugin.v3.TestConnection.Response testConnection(io.cloudquery.plugin.v3.TestConnection.Request request) throws io.grpc.StatusException {
return io.grpc.stub.ClientCalls.blockingV2UnaryCall(
getChannel(), getTestConnectionMethod(), getCallOptions(), request);
}
}
Expand Down

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

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

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

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

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

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

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

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

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

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

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

Loading