From 731ba7a2f13a5327d2c66ec1ddf50691290d0bee Mon Sep 17 00:00:00 2001 From: cq-bot Date: Tue, 1 Jul 2025 08:06:10 +0000 Subject: [PATCH] fix: Generate Java Code from `plugin-pb` --- .../discovery/v1/DiscoveryOuterClass.java | 7 ++-- .../cloudquery/discovery/v1/GetVersions.java | 15 +++---- .../discovery/v1/GetVersionsOrBuilder.java | 3 +- .../java/io/cloudquery/plugin/v3/Close.java | 15 +++---- .../cloudquery/plugin/v3/CloseOrBuilder.java | 3 +- .../java/io/cloudquery/plugin/v3/GetName.java | 15 +++---- .../plugin/v3/GetNameOrBuilder.java | 3 +- .../cloudquery/plugin/v3/GetSpecSchema.java | 15 +++---- .../plugin/v3/GetSpecSchemaOrBuilder.java | 3 +- .../io/cloudquery/plugin/v3/GetTables.java | 15 +++---- .../plugin/v3/GetTablesOrBuilder.java | 3 +- .../io/cloudquery/plugin/v3/GetVersion.java | 15 +++---- .../plugin/v3/GetVersionOrBuilder.java | 3 +- .../java/io/cloudquery/plugin/v3/Init.java | 15 +++---- .../cloudquery/plugin/v3/InitOrBuilder.java | 3 +- .../plugin/v3/PluginOuterClass.java | 7 ++-- .../io/cloudquery/plugin/v3/Predicate.java | 17 ++++---- .../plugin/v3/PredicateOrBuilder.java | 3 +- .../cloudquery/plugin/v3/PredicatesGroup.java | 17 ++++---- .../plugin/v3/PredicatesGroupOrBuilder.java | 3 +- .../java/io/cloudquery/plugin/v3/Read.java | 15 +++---- .../cloudquery/plugin/v3/ReadOrBuilder.java | 3 +- .../java/io/cloudquery/plugin/v3/Sync.java | 39 ++++++++++--------- .../cloudquery/plugin/v3/SyncOrBuilder.java | 3 +- .../cloudquery/plugin/v3/TableRelation.java | 7 ++-- .../plugin/v3/TableRelationOrBuilder.java | 3 +- .../cloudquery/plugin/v3/TestConnection.java | 15 +++---- .../plugin/v3/TestConnectionOrBuilder.java | 3 +- .../io/cloudquery/plugin/v3/Transform.java | 15 +++---- .../plugin/v3/TransformOrBuilder.java | 3 +- .../cloudquery/plugin/v3/TransformSchema.java | 15 +++---- .../plugin/v3/TransformSchemaOrBuilder.java | 3 +- .../java/io/cloudquery/plugin/v3/Write.java | 31 ++++++++------- .../cloudquery/plugin/v3/WriteOrBuilder.java | 3 +- 34 files changed, 184 insertions(+), 154 deletions(-) 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 ff3e34a..dec4f8e 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,18 +1,19 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.discovery.v1; +@com.google.protobuf.Generated public final class DiscoveryOuterClass { private DiscoveryOuterClass() {} static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 384fa5d..211a819 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.discovery.v1; /** * Protobuf type {@code cloudquery.discovery.v1.GetVersions} */ +@com.google.protobuf.Generated public final class GetVersions extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.discovery.v1.GetVersions) @@ -17,8 +18,8 @@ public final class GetVersions extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", GetVersions.class.getName()); } @@ -58,8 +59,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -430,8 +431,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 f6f9b2f..e3cf63d 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/discovery/v1/discovery.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.discovery.v1; +@com.google.protobuf.Generated public interface GetVersionsOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.discovery.v1.GetVersions) com.google.protobuf.MessageOrBuilder { 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 80d221b..172b2e4 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.Close} */ +@com.google.protobuf.Generated public final class Close extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.Close) @@ -17,8 +18,8 @@ public final class Close extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Close.class.getName()); } @@ -58,8 +59,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -413,8 +414,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 248a8e6..cfb5b6c 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface CloseOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.Close) com.google.protobuf.MessageOrBuilder { 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 259b32e..c8f9c42 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.GetName} */ +@com.google.protobuf.Generated public final class GetName extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.GetName) @@ -17,8 +18,8 @@ public final class GetName extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", GetName.class.getName()); } @@ -58,8 +59,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -425,8 +426,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 ea2b949..073a44c 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface GetNameOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.GetName) com.google.protobuf.MessageOrBuilder { 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 529b7f6..8320263 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.GetSpecSchema} */ +@com.google.protobuf.Generated public final class GetSpecSchema extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.GetSpecSchema) @@ -17,8 +18,8 @@ public final class GetSpecSchema extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", GetSpecSchema.class.getName()); } @@ -58,8 +59,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -445,8 +446,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 3059be9..5e25f78 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface GetSpecSchemaOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.GetSpecSchema) com.google.protobuf.MessageOrBuilder { 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 a262d67..47b75d5 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.GetTables} */ +@com.google.protobuf.Generated public final class GetTables extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.GetTables) @@ -17,8 +18,8 @@ public final class GetTables extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", GetTables.class.getName()); } @@ -114,8 +115,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -950,8 +951,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 84ecf3f..81b6d47 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface GetTablesOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.GetTables) com.google.protobuf.MessageOrBuilder { 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 6cc582a..d3376dd 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.GetVersion} */ +@com.google.protobuf.Generated public final class GetVersion extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.GetVersion) @@ -17,8 +18,8 @@ public final class GetVersion extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", GetVersion.class.getName()); } @@ -58,8 +59,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -425,8 +426,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 a149970..5c355ef 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface GetVersionOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.GetVersion) com.google.protobuf.MessageOrBuilder { 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 8918a88..028035c 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.Init} */ +@com.google.protobuf.Generated public final class Init extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.Init) @@ -17,8 +18,8 @@ public final class Init extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Init.class.getName()); } @@ -98,8 +99,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -790,8 +791,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 5dfc1f3..85f8c64 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface InitOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.Init) com.google.protobuf.MessageOrBuilder { 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 c357846..7edcd03 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,18 +1,19 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public final class PluginOuterClass { private PluginOuterClass() {} static { com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 5262f9e..57d9af3 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.Predicate} */ +@com.google.protobuf.Generated public final class Predicate extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.Predicate) @@ -17,8 +18,8 @@ public final class Predicate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Predicate.class.getName()); } @@ -68,8 +69,8 @@ public enum Operator com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Operator.class.getName()); } @@ -139,7 +140,7 @@ public Operator findValueByNumber(int number) { getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor + public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return io.cloudquery.plugin.v3.Predicate.getDescriptor().getEnumTypes().get(0); } @@ -612,9 +613,7 @@ public io.cloudquery.plugin.v3.Predicate.Operator getOperator() { * @return This builder for chaining. */ public Builder setOperator(io.cloudquery.plugin.v3.Predicate.Operator value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; operator_ = value.getNumber(); onChanged(); 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 c9bffc3..ef95220 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface PredicateOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.Predicate) com.google.protobuf.MessageOrBuilder { 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 68359d8..a9b0f26 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.PredicatesGroup} */ +@com.google.protobuf.Generated public final class PredicatesGroup extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.PredicatesGroup) @@ -17,8 +18,8 @@ public final class PredicatesGroup extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", PredicatesGroup.class.getName()); } @@ -64,8 +65,8 @@ public enum GroupingType com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", GroupingType.class.getName()); } @@ -133,7 +134,7 @@ public GroupingType findValueByNumber(int number) { getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor + public static com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() { return io.cloudquery.plugin.v3.PredicatesGroup.getDescriptor().getEnumTypes().get(0); } @@ -618,9 +619,7 @@ public io.cloudquery.plugin.v3.PredicatesGroup.GroupingType getGroupingType() { * @return This builder for chaining. */ public Builder setGroupingType(io.cloudquery.plugin.v3.PredicatesGroup.GroupingType value) { - if (value == null) { - throw new NullPointerException(); - } + if (value == null) { throw new NullPointerException(); } bitField0_ |= 0x00000001; groupingType_ = value.getNumber(); onChanged(); 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 af00cb3..412b1eb 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface PredicatesGroupOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.PredicatesGroup) com.google.protobuf.MessageOrBuilder { 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 8b5e7bf..37303e8 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.Read} */ +@com.google.protobuf.Generated public final class Read extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.Read) @@ -17,8 +18,8 @@ public final class Read extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Read.class.getName()); } @@ -68,8 +69,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -523,8 +524,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 74b81e8..12d87b2 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface ReadOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.Read) com.google.protobuf.MessageOrBuilder { 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 8e6ce3d..e73bf69 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.Sync} */ +@com.google.protobuf.Generated public final class Sync extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.Sync) @@ -17,8 +18,8 @@ public final class Sync extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Sync.class.getName()); } @@ -68,8 +69,8 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", MessageInsert.class.getName()); } @@ -523,8 +524,8 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", MessageMigrateTable.class.getName()); } @@ -1028,8 +1029,8 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", MessageDeleteRecord.class.getName()); } @@ -2254,8 +2255,8 @@ public static final class MessageError extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", MessageError.class.getName()); } @@ -2928,8 +2929,8 @@ public static final class BackendOptions extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", BackendOptions.class.getName()); } @@ -3720,8 +3721,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -3777,8 +3778,8 @@ public static final class Shard extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Shard.class.getName()); } @@ -5623,8 +5624,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 38bd9d1..f17c3cc 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface SyncOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.Sync) com.google.protobuf.MessageOrBuilder { 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 a2751f0..391747e 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.TableRelation} */ +@com.google.protobuf.Generated public final class TableRelation extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.TableRelation) @@ -17,8 +18,8 @@ public final class TableRelation extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 59077a8..0e69a6f 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface TableRelationOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.TableRelation) com.google.protobuf.MessageOrBuilder { 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 0c4b860..7775398 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.TestConnection} */ +@com.google.protobuf.Generated public final class TestConnection extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.TestConnection) @@ -17,8 +18,8 @@ public final class TestConnection extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", TestConnection.class.getName()); } @@ -68,8 +69,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -543,8 +544,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 f5c51fd..0894c1d 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface TestConnectionOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.TestConnection) com.google.protobuf.MessageOrBuilder { 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 2717e3c..07ccec0 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.Transform} */ +@com.google.protobuf.Generated public final class Transform extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.Transform) @@ -17,8 +18,8 @@ public final class Transform extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Transform.class.getName()); } @@ -68,8 +69,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -523,8 +524,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 1a26579..9b91cbd 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface TransformOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.Transform) com.google.protobuf.MessageOrBuilder { 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 ef5c5f3..0821bef 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.TransformSchema} */ +@com.google.protobuf.Generated public final class TransformSchema extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.TransformSchema) @@ -17,8 +18,8 @@ public final class TransformSchema extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", TransformSchema.class.getName()); } @@ -68,8 +69,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -523,8 +524,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 b6084e8..8edbc44 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface TransformSchemaOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.TransformSchema) com.google.protobuf.MessageOrBuilder { 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 ad3113b..0bf29a5 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,13 +1,14 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; /** * Protobuf type {@code cloudquery.plugin.v3.Write} */ +@com.google.protobuf.Generated public final class Write extends com.google.protobuf.GeneratedMessage implements // @@protoc_insertion_point(message_implements:cloudquery.plugin.v3.Write) @@ -17,8 +18,8 @@ public final class Write extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Write.class.getName()); } @@ -74,8 +75,8 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", MessageMigrateTable.class.getName()); } @@ -596,8 +597,8 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", MessageInsert.class.getName()); } @@ -1092,8 +1093,8 @@ public static final class MessageDeleteStale extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", MessageDeleteStale.class.getName()); } @@ -2070,8 +2071,8 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", MessageDeleteRecord.class.getName()); } @@ -3334,8 +3335,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -4603,8 +4604,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 30, - /* patch= */ 2, + /* minor= */ 31, + /* patch= */ 1, /* 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 18fdcdb..3eee27e 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,10 +1,11 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! // NO CHECKED-IN PROTOBUF GENCODE // source: cloudquery/plugin/v3/plugin.proto -// Protobuf Java Version: 4.30.2 +// Protobuf Java Version: 4.31.1 package io.cloudquery.plugin.v3; +@com.google.protobuf.Generated public interface WriteOrBuilder extends // @@protoc_insertion_point(interface_extends:cloudquery.plugin.v3.Write) com.google.protobuf.MessageOrBuilder {