diff --git a/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java b/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java index af642ae..a7c505b 100644 --- a/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java +++ b/build/generated/source/proto/main/grpc/io/cloudquery/discovery/v1/DiscoveryGrpc.java @@ -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 { @@ -180,8 +177,8 @@ protected DiscoveryBlockingV2Stub build( * Get the name of the plugin * */ - 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); } } diff --git a/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java b/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java index 9f4b357..03f8d22 100644 --- a/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java +++ b/build/generated/source/proto/main/grpc/io/cloudquery/plugin/v3/PluginGrpc.java @@ -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 { @@ -758,8 +755,8 @@ protected PluginBlockingV2Stub build( * Get the name of the plugin * */ - 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); } @@ -768,8 +765,8 @@ public io.cloudquery.plugin.v3.GetName.Response getName(io.cloudquery.plugin.v3. * Get the current version of the plugin * */ - 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); } @@ -780,8 +777,8 @@ public io.cloudquery.plugin.v3.GetVersion.Response getVersion(io.cloudquery.plug * Should be called before Init. * */ - 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); } @@ -790,8 +787,8 @@ public io.cloudquery.plugin.v3.GetSpecSchema.Response getSpecSchema(io.cloudquer * Configure the plugin with the given credentials and mode * */ - 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); } @@ -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 * */ - 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); } @@ -859,8 +856,8 @@ public io.cloudquery.plugin.v3.GetTables.Response getTables(io.cloudquery.plugin * Transform schemas. * */ - 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); } @@ -869,8 +866,8 @@ public io.cloudquery.plugin.v3.TransformSchema.Response transformSchema(io.cloud * Send signal to flush and close open connections * */ - 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); } @@ -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 * */ - 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); } } diff --git a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java index dec4f8e..cf00a42 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java +++ b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/DiscoveryOuterClass.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.discovery.v1; @@ -12,8 +12,8 @@ private DiscoveryOuterClass() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", DiscoveryOuterClass.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java index 211a819..1cf8894 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java +++ b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersions.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.discovery.v1; @@ -18,8 +18,8 @@ public final class GetVersions extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", GetVersions.class.getName()); } @@ -59,8 +59,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -431,8 +431,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java index e3cf63d..7999829 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/discovery/v1/GetVersionsOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.discovery.v1; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Close.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Close.java index 172b2e4..9015289 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Close.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Close.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class Close extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Close.class.getName()); } @@ -59,8 +59,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -414,8 +414,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java index cfb5b6c..7377a11 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/CloseOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetName.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetName.java index c8f9c42..916c8f9 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetName.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetName.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class GetName extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", GetName.class.getName()); } @@ -59,8 +59,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -426,8 +426,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java index 073a44c..7586cab 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetNameOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java index 8320263..eec7102 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchema.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class GetSpecSchema extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", GetSpecSchema.class.getName()); } @@ -59,8 +59,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -446,8 +446,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java index 5e25f78..02d6253 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetSpecSchemaOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTables.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTables.java index 47b75d5..f435291 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTables.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTables.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class GetTables extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", GetTables.class.getName()); } @@ -115,8 +115,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -951,8 +951,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java index 81b6d47..d76ed6d 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetTablesOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java index d3376dd..a99f0d9 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersion.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class GetVersion extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", GetVersion.class.getName()); } @@ -59,8 +59,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -426,8 +426,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java index 5c355ef..dd20cf0 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/GetVersionOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Init.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Init.java index 028035c..6b4e16d 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Init.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Init.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class Init extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Init.class.getName()); } @@ -99,8 +99,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -791,8 +791,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java index 85f8c64..dbee998 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/InitOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java index 7edcd03..fba8e9e 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PluginOuterClass.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -12,8 +12,8 @@ private PluginOuterClass() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", PluginOuterClass.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Predicate.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Predicate.java index 57d9af3..f1e1bd6 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Predicate.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Predicate.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class Predicate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Predicate.class.getName()); } @@ -69,8 +69,8 @@ public enum Operator com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Operator.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java index ef95220..75c52f2 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicateOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java index a9b0f26..d609dfe 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroup.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class PredicatesGroup extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", PredicatesGroup.class.getName()); } @@ -65,8 +65,8 @@ public enum GroupingType com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", GroupingType.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java index 412b1eb..e2276e2 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/PredicatesGroupOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Read.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Read.java index 37303e8..e25b6ce 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Read.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Read.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class Read extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Read.class.getName()); } @@ -69,8 +69,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -524,8 +524,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java index 12d87b2..0333062 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/ReadOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Sync.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Sync.java index e73bf69..125d44b 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Sync.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Sync.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class Sync extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Sync.class.getName()); } @@ -69,8 +69,8 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", MessageInsert.class.getName()); } @@ -524,8 +524,8 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", MessageMigrateTable.class.getName()); } @@ -1029,8 +1029,8 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", MessageDeleteRecord.class.getName()); } @@ -2255,8 +2255,8 @@ public static final class MessageError extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", MessageError.class.getName()); } @@ -2929,8 +2929,8 @@ public static final class BackendOptions extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", BackendOptions.class.getName()); } @@ -3721,8 +3721,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -3778,8 +3778,8 @@ public static final class Shard extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Shard.class.getName()); } @@ -5624,8 +5624,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java index f17c3cc..ed9b3e5 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/SyncOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java index 391747e..7b65d0a 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelation.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class TableRelation extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", TableRelation.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java index 0e69a6f..8f07ef3 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TableRelationOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java index 7775398..9f3db08 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnection.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class TestConnection extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", TestConnection.class.getName()); } @@ -69,8 +69,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -544,8 +544,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java index 0894c1d..6811ae6 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TestConnectionOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Transform.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Transform.java index 07ccec0..3e06fce 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Transform.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Transform.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class Transform extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Transform.class.getName()); } @@ -69,8 +69,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -524,8 +524,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java index 9b91cbd..af4cf20 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java index 0821bef..c2971d3 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchema.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class TransformSchema extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", TransformSchema.class.getName()); } @@ -69,8 +69,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -524,8 +524,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java index 8edbc44..9c24299 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/TransformSchemaOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Write.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Write.java index 0bf29a5..8f68cc1 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Write.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/Write.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3; @@ -18,8 +18,8 @@ public final class Write extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Write.class.getName()); } @@ -75,8 +75,8 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", MessageMigrateTable.class.getName()); } @@ -597,8 +597,8 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", MessageInsert.class.getName()); } @@ -1093,8 +1093,8 @@ public static final class MessageDeleteStale extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", MessageDeleteStale.class.getName()); } @@ -2071,8 +2071,8 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", MessageDeleteRecord.class.getName()); } @@ -3335,8 +3335,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Request.class.getName()); } @@ -4604,8 +4604,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 31, - /* patch= */ 1, + /* minor= */ 32, + /* patch= */ 0, /* suffix= */ "", Response.class.getName()); } diff --git a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java index 3eee27e..773b654 100644 --- a/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java +++ b/build/generated/source/proto/main/java/io/cloudquery/plugin/v3/WriteOrBuilder.java @@ -1,7 +1,7 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.31.1 +// Protobuf Java Version: 4.32.0 package io.cloudquery.plugin.v3;