From 0e828a5b91790ba4eb6c3f51397f972c62993a79 Mon Sep 17 00:00:00 2001 From: cq-bot Date: Tue, 1 Apr 2025 08:05:43 +0000 Subject: [PATCH] fix: Generate Java Code from `plugin-pb` --- .../discovery/v1/DiscoveryOuterClass.java | 6 +- .../cloudquery/discovery/v1/GetVersions.java | 14 +-- .../discovery/v1/GetVersionsOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Close.java | 14 +-- .../cloudquery/plugin/v3/CloseOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/GetName.java | 14 +-- .../plugin/v3/GetNameOrBuilder.java | 2 +- .../cloudquery/plugin/v3/GetSpecSchema.java | 14 +-- .../plugin/v3/GetSpecSchemaOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/GetTables.java | 14 +-- .../plugin/v3/GetTablesOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/GetVersion.java | 14 +-- .../plugin/v3/GetVersionOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Init.java | 16 ++-- .../cloudquery/plugin/v3/InitOrBuilder.java | 2 +- .../plugin/v3/PluginOuterClass.java | 6 +- .../io/cloudquery/plugin/v3/Predicate.java | 12 +-- .../plugin/v3/PredicateOrBuilder.java | 2 +- .../cloudquery/plugin/v3/PredicatesGroup.java | 22 ++--- .../plugin/v3/PredicatesGroupOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Read.java | 18 ++-- .../cloudquery/plugin/v3/ReadOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Sync.java | 96 +++++++++---------- .../cloudquery/plugin/v3/SyncOrBuilder.java | 2 +- .../cloudquery/plugin/v3/TableRelation.java | 6 +- .../plugin/v3/TableRelationOrBuilder.java | 2 +- .../cloudquery/plugin/v3/TestConnection.java | 16 ++-- .../plugin/v3/TestConnectionOrBuilder.java | 2 +- .../io/cloudquery/plugin/v3/Transform.java | 18 ++-- .../plugin/v3/TransformOrBuilder.java | 2 +- .../cloudquery/plugin/v3/TransformSchema.java | 18 ++-- .../plugin/v3/TransformSchemaOrBuilder.java | 2 +- .../java/io/cloudquery/plugin/v3/Write.java | 92 +++++++++--------- .../cloudquery/plugin/v3/WriteOrBuilder.java | 2 +- 34 files changed, 221 insertions(+), 221 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 1b8936a..1c2eb0b 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.discovery.v1; @@ -11,8 +11,8 @@ private DiscoveryOuterClass() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* 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 bde5577..63f2493 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.discovery.v1; @@ -17,8 +17,8 @@ public final class GetVersions extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", GetVersions.class.getName()); } @@ -58,8 +58,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -430,8 +430,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* 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 0c78cbf..97f9a88 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.29.3 +// Protobuf Java Version: 4.30.1 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 b0a4b2b..55dbb0b 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Close extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Close.class.getName()); } @@ -58,8 +58,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -413,8 +413,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* 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 b99067e..8931fd2 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.29.3 +// Protobuf Java Version: 4.30.1 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 8f4bc84..90b0940 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class GetName extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", GetName.class.getName()); } @@ -58,8 +58,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -425,8 +425,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* 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 2c7904f..dd28704 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.29.3 +// Protobuf Java Version: 4.30.1 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 6391284..2ebc978 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class GetSpecSchema extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", GetSpecSchema.class.getName()); } @@ -58,8 +58,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -445,8 +445,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* 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 9c4ca2d..b1267ed 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.29.3 +// Protobuf Java Version: 4.30.1 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 8dbc72b..f89e24f 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class GetTables extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", GetTables.class.getName()); } @@ -114,8 +114,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -950,8 +950,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* 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 db87cf0..beccde9 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.29.3 +// Protobuf Java Version: 4.30.1 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 16b9d33..b69afb5 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class GetVersion extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", GetVersion.class.getName()); } @@ -58,8 +58,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -425,8 +425,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* 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 feb8e2c..0d1ca04 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.29.3 +// Protobuf Java Version: 4.30.1 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 e434ca8..3987fb8 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Init extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Init.class.getName()); } @@ -98,8 +98,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -474,7 +474,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(io.cloudquery.plugin.v3.Init.Request other) { if (other == io.cloudquery.plugin.v3.Init.Request.getDefaultInstance()) return this; - if (other.getSpec() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getSpec().isEmpty()) { setSpec(other.getSpec()); } if (other.getNoConnection() != false) { @@ -790,8 +790,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* 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 64ce62c..403b411 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.29.3 +// Protobuf Java Version: 4.30.1 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 baf84f3..b9b32ee 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -11,8 +11,8 @@ private PluginOuterClass() {} com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* 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 0db5908..91c2010 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Predicate extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Predicate.class.getName()); } @@ -68,8 +68,8 @@ public enum Operator com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Operator.class.getName()); } @@ -517,7 +517,7 @@ public Builder mergeFrom(io.cloudquery.plugin.v3.Predicate other) { bitField0_ |= 0x00000002; onChanged(); } - if (other.getRecord() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getRecord().isEmpty()) { setRecord(other.getRecord()); } this.mergeUnknownFields(other.getUnknownFields()); 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 31e784c..5a774fa 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.29.3 +// Protobuf Java Version: 4.30.1 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 46490a9..0d40c23 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class PredicatesGroup extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", PredicatesGroup.class.getName()); } @@ -64,8 +64,8 @@ public enum GroupingType com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", GroupingType.class.getName()); } @@ -517,7 +517,7 @@ public Builder mergeFrom(io.cloudquery.plugin.v3.PredicatesGroup other) { bitField0_ = (bitField0_ & ~0x00000002); predicatesBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? - getPredicatesFieldBuilder() : null; + internalGetPredicatesFieldBuilder() : null; } else { predicatesBuilder_.addAllMessages(other.predicates_); } @@ -817,7 +817,7 @@ public Builder removePredicates(int index) { */ public io.cloudquery.plugin.v3.Predicate.Builder getPredicatesBuilder( int index) { - return getPredicatesFieldBuilder().getBuilder(index); + return internalGetPredicatesFieldBuilder().getBuilder(index); } /** * repeated .cloudquery.plugin.v3.Predicate predicates = 2; @@ -844,7 +844,7 @@ public io.cloudquery.plugin.v3.PredicateOrBuilder getPredicatesOrBuilder( * repeated .cloudquery.plugin.v3.Predicate predicates = 2; */ public io.cloudquery.plugin.v3.Predicate.Builder addPredicatesBuilder() { - return getPredicatesFieldBuilder().addBuilder( + return internalGetPredicatesFieldBuilder().addBuilder( io.cloudquery.plugin.v3.Predicate.getDefaultInstance()); } /** @@ -852,7 +852,7 @@ public io.cloudquery.plugin.v3.Predicate.Builder addPredicatesBuilder() { */ public io.cloudquery.plugin.v3.Predicate.Builder addPredicatesBuilder( int index) { - return getPredicatesFieldBuilder().addBuilder( + return internalGetPredicatesFieldBuilder().addBuilder( index, io.cloudquery.plugin.v3.Predicate.getDefaultInstance()); } /** @@ -860,11 +860,11 @@ public io.cloudquery.plugin.v3.Predicate.Builder addPredicatesBuilder( */ public java.util.List getPredicatesBuilderList() { - return getPredicatesFieldBuilder().getBuilderList(); + return internalGetPredicatesFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< io.cloudquery.plugin.v3.Predicate, io.cloudquery.plugin.v3.Predicate.Builder, io.cloudquery.plugin.v3.PredicateOrBuilder> - getPredicatesFieldBuilder() { + internalGetPredicatesFieldBuilder() { if (predicatesBuilder_ == null) { predicatesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< io.cloudquery.plugin.v3.Predicate, io.cloudquery.plugin.v3.Predicate.Builder, io.cloudquery.plugin.v3.PredicateOrBuilder>( 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 5e9c8d0..0871d2c 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.29.3 +// Protobuf Java Version: 4.30.1 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 0b8a3d2..8984106 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Read extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Read.class.getName()); } @@ -68,8 +68,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -351,7 +351,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(io.cloudquery.plugin.v3.Read.Request other) { if (other == io.cloudquery.plugin.v3.Read.Request.getDefaultInstance()) return this; - if (other.getTable() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getTable().isEmpty()) { setTable(other.getTable()); } this.mergeUnknownFields(other.getUnknownFields()); @@ -523,8 +523,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Response.class.getName()); } @@ -806,7 +806,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(io.cloudquery.plugin.v3.Read.Response other) { if (other == io.cloudquery.plugin.v3.Read.Response.getDefaultInstance()) return this; - if (other.getRecord() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getRecord().isEmpty()) { setRecord(other.getRecord()); } this.mergeUnknownFields(other.getUnknownFields()); 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 d63f593..e9d7434 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.29.3 +// Protobuf Java Version: 4.30.1 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 81069dd..cdf6fd8 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Sync extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Sync.class.getName()); } @@ -68,8 +68,8 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", MessageInsert.class.getName()); } @@ -351,7 +351,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(io.cloudquery.plugin.v3.Sync.MessageInsert other) { if (other == io.cloudquery.plugin.v3.Sync.MessageInsert.getDefaultInstance()) return this; - if (other.getRecord() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getRecord().isEmpty()) { setRecord(other.getRecord()); } this.mergeUnknownFields(other.getUnknownFields()); @@ -523,8 +523,8 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", MessageMigrateTable.class.getName()); } @@ -806,7 +806,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(io.cloudquery.plugin.v3.Sync.MessageMigrateTable other) { if (other == io.cloudquery.plugin.v3.Sync.MessageMigrateTable.getDefaultInstance()) return this; - if (other.getTable() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getTable().isEmpty()) { setTable(other.getTable()); } this.mergeUnknownFields(other.getUnknownFields()); @@ -1028,8 +1028,8 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", MessageDeleteRecord.class.getName()); } @@ -1505,7 +1505,7 @@ public Builder mergeFrom(io.cloudquery.plugin.v3.Sync.MessageDeleteRecord other) bitField0_ = (bitField0_ & ~0x00000002); whereClauseBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? - getWhereClauseFieldBuilder() : null; + internalGetWhereClauseFieldBuilder() : null; } else { whereClauseBuilder_.addAllMessages(other.whereClause_); } @@ -1531,7 +1531,7 @@ public Builder mergeFrom(io.cloudquery.plugin.v3.Sync.MessageDeleteRecord other) bitField0_ = (bitField0_ & ~0x00000004); tableRelationsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? - getTableRelationsFieldBuilder() : null; + internalGetTableRelationsFieldBuilder() : null; } else { tableRelationsBuilder_.addAllMessages(other.tableRelations_); } @@ -1863,7 +1863,7 @@ public Builder removeWhereClause(int index) { */ public io.cloudquery.plugin.v3.PredicatesGroup.Builder getWhereClauseBuilder( int index) { - return getWhereClauseFieldBuilder().getBuilder(index); + return internalGetWhereClauseFieldBuilder().getBuilder(index); } /** * repeated .cloudquery.plugin.v3.PredicatesGroup where_clause = 2; @@ -1890,7 +1890,7 @@ public io.cloudquery.plugin.v3.PredicatesGroupOrBuilder getWhereClauseOrBuilder( * repeated .cloudquery.plugin.v3.PredicatesGroup where_clause = 2; */ public io.cloudquery.plugin.v3.PredicatesGroup.Builder addWhereClauseBuilder() { - return getWhereClauseFieldBuilder().addBuilder( + return internalGetWhereClauseFieldBuilder().addBuilder( io.cloudquery.plugin.v3.PredicatesGroup.getDefaultInstance()); } /** @@ -1898,7 +1898,7 @@ public io.cloudquery.plugin.v3.PredicatesGroup.Builder addWhereClauseBuilder() { */ public io.cloudquery.plugin.v3.PredicatesGroup.Builder addWhereClauseBuilder( int index) { - return getWhereClauseFieldBuilder().addBuilder( + return internalGetWhereClauseFieldBuilder().addBuilder( index, io.cloudquery.plugin.v3.PredicatesGroup.getDefaultInstance()); } /** @@ -1906,11 +1906,11 @@ public io.cloudquery.plugin.v3.PredicatesGroup.Builder addWhereClauseBuilder( */ public java.util.List getWhereClauseBuilderList() { - return getWhereClauseFieldBuilder().getBuilderList(); + return internalGetWhereClauseFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< io.cloudquery.plugin.v3.PredicatesGroup, io.cloudquery.plugin.v3.PredicatesGroup.Builder, io.cloudquery.plugin.v3.PredicatesGroupOrBuilder> - getWhereClauseFieldBuilder() { + internalGetWhereClauseFieldBuilder() { if (whereClauseBuilder_ == null) { whereClauseBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< io.cloudquery.plugin.v3.PredicatesGroup, io.cloudquery.plugin.v3.PredicatesGroup.Builder, io.cloudquery.plugin.v3.PredicatesGroupOrBuilder>( @@ -2103,7 +2103,7 @@ public Builder removeTableRelations(int index) { */ public io.cloudquery.plugin.v3.TableRelation.Builder getTableRelationsBuilder( int index) { - return getTableRelationsFieldBuilder().getBuilder(index); + return internalGetTableRelationsFieldBuilder().getBuilder(index); } /** * repeated .cloudquery.plugin.v3.TableRelation table_relations = 3; @@ -2130,7 +2130,7 @@ public io.cloudquery.plugin.v3.TableRelationOrBuilder getTableRelationsOrBuilder * repeated .cloudquery.plugin.v3.TableRelation table_relations = 3; */ public io.cloudquery.plugin.v3.TableRelation.Builder addTableRelationsBuilder() { - return getTableRelationsFieldBuilder().addBuilder( + return internalGetTableRelationsFieldBuilder().addBuilder( io.cloudquery.plugin.v3.TableRelation.getDefaultInstance()); } /** @@ -2138,7 +2138,7 @@ public io.cloudquery.plugin.v3.TableRelation.Builder addTableRelationsBuilder() */ public io.cloudquery.plugin.v3.TableRelation.Builder addTableRelationsBuilder( int index) { - return getTableRelationsFieldBuilder().addBuilder( + return internalGetTableRelationsFieldBuilder().addBuilder( index, io.cloudquery.plugin.v3.TableRelation.getDefaultInstance()); } /** @@ -2146,11 +2146,11 @@ public io.cloudquery.plugin.v3.TableRelation.Builder addTableRelationsBuilder( */ public java.util.List getTableRelationsBuilderList() { - return getTableRelationsFieldBuilder().getBuilderList(); + return internalGetTableRelationsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< io.cloudquery.plugin.v3.TableRelation, io.cloudquery.plugin.v3.TableRelation.Builder, io.cloudquery.plugin.v3.TableRelationOrBuilder> - getTableRelationsFieldBuilder() { + internalGetTableRelationsFieldBuilder() { if (tableRelationsBuilder_ == null) { tableRelationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< io.cloudquery.plugin.v3.TableRelation, io.cloudquery.plugin.v3.TableRelation.Builder, io.cloudquery.plugin.v3.TableRelationOrBuilder>( @@ -2270,8 +2270,8 @@ public static final class BackendOptions extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", BackendOptions.class.getName()); } @@ -3052,8 +3052,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -3109,8 +3109,8 @@ public static final class Shard extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Shard.class.getName()); } @@ -4005,8 +4005,8 @@ private Builder( private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { - getBackendFieldBuilder(); - getShardFieldBuilder(); + internalGetBackendFieldBuilder(); + internalGetShardFieldBuilder(); } } @java.lang.Override @@ -4186,14 +4186,14 @@ public Builder mergeFrom( } // case 32 case 42: { input.readMessage( - getBackendFieldBuilder().getBuilder(), + internalGetBackendFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000010; break; } // case 42 case 50: { input.readMessage( - getShardFieldBuilder().getBuilder(), + internalGetShardFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000020; break; @@ -4592,7 +4592,7 @@ public Builder clearBackend() { public io.cloudquery.plugin.v3.Sync.BackendOptions.Builder getBackendBuilder() { bitField0_ |= 0x00000010; onChanged(); - return getBackendFieldBuilder().getBuilder(); + return internalGetBackendFieldBuilder().getBuilder(); } /** * .cloudquery.plugin.v3.Sync.BackendOptions backend = 5; @@ -4610,7 +4610,7 @@ public io.cloudquery.plugin.v3.Sync.BackendOptionsOrBuilder getBackendOrBuilder( */ private com.google.protobuf.SingleFieldBuilder< io.cloudquery.plugin.v3.Sync.BackendOptions, io.cloudquery.plugin.v3.Sync.BackendOptions.Builder, io.cloudquery.plugin.v3.Sync.BackendOptionsOrBuilder> - getBackendFieldBuilder() { + internalGetBackendFieldBuilder() { if (backendBuilder_ == null) { backendBuilder_ = new com.google.protobuf.SingleFieldBuilder< io.cloudquery.plugin.v3.Sync.BackendOptions, io.cloudquery.plugin.v3.Sync.BackendOptions.Builder, io.cloudquery.plugin.v3.Sync.BackendOptionsOrBuilder>( @@ -4713,7 +4713,7 @@ public Builder clearShard() { public io.cloudquery.plugin.v3.Sync.Request.Shard.Builder getShardBuilder() { bitField0_ |= 0x00000020; onChanged(); - return getShardFieldBuilder().getBuilder(); + return internalGetShardFieldBuilder().getBuilder(); } /** * optional .cloudquery.plugin.v3.Sync.Request.Shard shard = 6; @@ -4731,7 +4731,7 @@ public io.cloudquery.plugin.v3.Sync.Request.ShardOrBuilder getShardOrBuilder() { */ private com.google.protobuf.SingleFieldBuilder< io.cloudquery.plugin.v3.Sync.Request.Shard, io.cloudquery.plugin.v3.Sync.Request.Shard.Builder, io.cloudquery.plugin.v3.Sync.Request.ShardOrBuilder> - getShardFieldBuilder() { + internalGetShardFieldBuilder() { if (shardBuilder_ == null) { shardBuilder_ = new com.google.protobuf.SingleFieldBuilder< io.cloudquery.plugin.v3.Sync.Request.Shard, io.cloudquery.plugin.v3.Sync.Request.Shard.Builder, io.cloudquery.plugin.v3.Sync.Request.ShardOrBuilder>( @@ -4857,8 +4857,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Response.class.getName()); } @@ -5374,21 +5374,21 @@ public Builder mergeFrom( break; case 10: { input.readMessage( - getMigrateTableFieldBuilder().getBuilder(), + internalGetMigrateTableFieldBuilder().getBuilder(), extensionRegistry); messageCase_ = 1; break; } // case 10 case 18: { input.readMessage( - getInsertFieldBuilder().getBuilder(), + internalGetInsertFieldBuilder().getBuilder(), extensionRegistry); messageCase_ = 2; break; } // case 18 case 26: { input.readMessage( - getDeleteRecordFieldBuilder().getBuilder(), + internalGetDeleteRecordFieldBuilder().getBuilder(), extensionRegistry); messageCase_ = 3; break; @@ -5529,7 +5529,7 @@ public Builder clearMigrateTable() { * .cloudquery.plugin.v3.Sync.MessageMigrateTable migrate_table = 1; */ public io.cloudquery.plugin.v3.Sync.MessageMigrateTable.Builder getMigrateTableBuilder() { - return getMigrateTableFieldBuilder().getBuilder(); + return internalGetMigrateTableFieldBuilder().getBuilder(); } /** * .cloudquery.plugin.v3.Sync.MessageMigrateTable migrate_table = 1; @@ -5550,7 +5550,7 @@ public io.cloudquery.plugin.v3.Sync.MessageMigrateTableOrBuilder getMigrateTable */ private com.google.protobuf.SingleFieldBuilder< io.cloudquery.plugin.v3.Sync.MessageMigrateTable, io.cloudquery.plugin.v3.Sync.MessageMigrateTable.Builder, io.cloudquery.plugin.v3.Sync.MessageMigrateTableOrBuilder> - getMigrateTableFieldBuilder() { + internalGetMigrateTableFieldBuilder() { if (migrateTableBuilder_ == null) { if (!(messageCase_ == 1)) { message_ = io.cloudquery.plugin.v3.Sync.MessageMigrateTable.getDefaultInstance(); @@ -5671,7 +5671,7 @@ public Builder clearInsert() { * .cloudquery.plugin.v3.Sync.MessageInsert insert = 2; */ public io.cloudquery.plugin.v3.Sync.MessageInsert.Builder getInsertBuilder() { - return getInsertFieldBuilder().getBuilder(); + return internalGetInsertFieldBuilder().getBuilder(); } /** * .cloudquery.plugin.v3.Sync.MessageInsert insert = 2; @@ -5692,7 +5692,7 @@ public io.cloudquery.plugin.v3.Sync.MessageInsertOrBuilder getInsertOrBuilder() */ private com.google.protobuf.SingleFieldBuilder< io.cloudquery.plugin.v3.Sync.MessageInsert, io.cloudquery.plugin.v3.Sync.MessageInsert.Builder, io.cloudquery.plugin.v3.Sync.MessageInsertOrBuilder> - getInsertFieldBuilder() { + internalGetInsertFieldBuilder() { if (insertBuilder_ == null) { if (!(messageCase_ == 2)) { message_ = io.cloudquery.plugin.v3.Sync.MessageInsert.getDefaultInstance(); @@ -5813,7 +5813,7 @@ public Builder clearDeleteRecord() { * .cloudquery.plugin.v3.Sync.MessageDeleteRecord delete_record = 3; */ public io.cloudquery.plugin.v3.Sync.MessageDeleteRecord.Builder getDeleteRecordBuilder() { - return getDeleteRecordFieldBuilder().getBuilder(); + return internalGetDeleteRecordFieldBuilder().getBuilder(); } /** * .cloudquery.plugin.v3.Sync.MessageDeleteRecord delete_record = 3; @@ -5834,7 +5834,7 @@ public io.cloudquery.plugin.v3.Sync.MessageDeleteRecordOrBuilder getDeleteRecord */ private com.google.protobuf.SingleFieldBuilder< io.cloudquery.plugin.v3.Sync.MessageDeleteRecord, io.cloudquery.plugin.v3.Sync.MessageDeleteRecord.Builder, io.cloudquery.plugin.v3.Sync.MessageDeleteRecordOrBuilder> - getDeleteRecordFieldBuilder() { + internalGetDeleteRecordFieldBuilder() { if (deleteRecordBuilder_ == null) { if (!(messageCase_ == 3)) { message_ = io.cloudquery.plugin.v3.Sync.MessageDeleteRecord.getDefaultInstance(); 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 fa35d2c..2094381 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.29.3 +// Protobuf Java Version: 4.30.1 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 3f53d27..f443642 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class TableRelation extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* 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 bd0aea0..96049e8 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.29.3 +// Protobuf Java Version: 4.30.1 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 97cece8..ae53eb1 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class TestConnection extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", TestConnection.class.getName()); } @@ -68,8 +68,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -351,7 +351,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(io.cloudquery.plugin.v3.TestConnection.Request other) { if (other == io.cloudquery.plugin.v3.TestConnection.Request.getDefaultInstance()) return this; - if (other.getSpec() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getSpec().isEmpty()) { setSpec(other.getSpec()); } this.mergeUnknownFields(other.getUnknownFields()); @@ -543,8 +543,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* 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 f05a846..cc96ad1 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.29.3 +// Protobuf Java Version: 4.30.1 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 f2697ac..4925d0f 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Transform extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Transform.class.getName()); } @@ -68,8 +68,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -351,7 +351,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(io.cloudquery.plugin.v3.Transform.Request other) { if (other == io.cloudquery.plugin.v3.Transform.Request.getDefaultInstance()) return this; - if (other.getRecord() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getRecord().isEmpty()) { setRecord(other.getRecord()); } this.mergeUnknownFields(other.getUnknownFields()); @@ -523,8 +523,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Response.class.getName()); } @@ -806,7 +806,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(io.cloudquery.plugin.v3.Transform.Response other) { if (other == io.cloudquery.plugin.v3.Transform.Response.getDefaultInstance()) return this; - if (other.getRecord() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getRecord().isEmpty()) { setRecord(other.getRecord()); } this.mergeUnknownFields(other.getUnknownFields()); 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 2faca00..15a047c 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.29.3 +// Protobuf Java Version: 4.30.1 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 a7836f6..9ce3940 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class TransformSchema extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", TransformSchema.class.getName()); } @@ -68,8 +68,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -351,7 +351,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(io.cloudquery.plugin.v3.TransformSchema.Request other) { if (other == io.cloudquery.plugin.v3.TransformSchema.Request.getDefaultInstance()) return this; - if (other.getSchema() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getSchema().isEmpty()) { setSchema(other.getSchema()); } this.mergeUnknownFields(other.getUnknownFields()); @@ -523,8 +523,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Response.class.getName()); } @@ -806,7 +806,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(io.cloudquery.plugin.v3.TransformSchema.Response other) { if (other == io.cloudquery.plugin.v3.TransformSchema.Response.getDefaultInstance()) return this; - if (other.getSchema() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getSchema().isEmpty()) { setSchema(other.getSchema()); } this.mergeUnknownFields(other.getUnknownFields()); 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 ee572b1..9780984 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.29.3 +// Protobuf Java Version: 4.30.1 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 f8fc574..a938488 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3; @@ -17,8 +17,8 @@ public final class Write extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Write.class.getName()); } @@ -74,8 +74,8 @@ public static final class MessageMigrateTable extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", MessageMigrateTable.class.getName()); } @@ -384,7 +384,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(io.cloudquery.plugin.v3.Write.MessageMigrateTable other) { if (other == io.cloudquery.plugin.v3.Write.MessageMigrateTable.getDefaultInstance()) return this; - if (other.getTable() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getTable().isEmpty()) { setTable(other.getTable()); } if (other.getMigrateForce() != false) { @@ -596,8 +596,8 @@ public static final class MessageInsert extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", MessageInsert.class.getName()); } @@ -879,7 +879,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(io.cloudquery.plugin.v3.Write.MessageInsert other) { if (other == io.cloudquery.plugin.v3.Write.MessageInsert.getDefaultInstance()) return this; - if (other.getRecord() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getRecord().isEmpty()) { setRecord(other.getRecord()); } this.mergeUnknownFields(other.getUnknownFields()); @@ -1092,8 +1092,8 @@ public static final class MessageDeleteStale extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", MessageDeleteStale.class.getName()); } @@ -1468,7 +1468,7 @@ private Builder( private void maybeForceBuilderInitialization() { if (com.google.protobuf.GeneratedMessage .alwaysUseFieldBuilders) { - getSyncTimeFieldBuilder(); + internalGetSyncTimeFieldBuilder(); } } @java.lang.Override @@ -1547,7 +1547,7 @@ public Builder mergeFrom(com.google.protobuf.Message other) { public Builder mergeFrom(io.cloudquery.plugin.v3.Write.MessageDeleteStale other) { if (other == io.cloudquery.plugin.v3.Write.MessageDeleteStale.getDefaultInstance()) return this; - if (other.getTable() != com.google.protobuf.ByteString.EMPTY) { + if (!other.getTable().isEmpty()) { setTable(other.getTable()); } if (!other.getSourceName().isEmpty()) { @@ -1601,7 +1601,7 @@ public Builder mergeFrom( } // case 18 case 26: { input.readMessage( - getSyncTimeFieldBuilder().getBuilder(), + internalGetSyncTimeFieldBuilder().getBuilder(), extensionRegistry); bitField0_ |= 0x00000004; break; @@ -1841,7 +1841,7 @@ public Builder clearSyncTime() { public com.google.protobuf.Timestamp.Builder getSyncTimeBuilder() { bitField0_ |= 0x00000004; onChanged(); - return getSyncTimeFieldBuilder().getBuilder(); + return internalGetSyncTimeFieldBuilder().getBuilder(); } /** * .google.protobuf.Timestamp sync_time = 3; @@ -1859,7 +1859,7 @@ public com.google.protobuf.TimestampOrBuilder getSyncTimeOrBuilder() { */ private com.google.protobuf.SingleFieldBuilder< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> - getSyncTimeFieldBuilder() { + internalGetSyncTimeFieldBuilder() { if (syncTimeBuilder_ == null) { syncTimeBuilder_ = new com.google.protobuf.SingleFieldBuilder< com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>( @@ -2070,8 +2070,8 @@ public static final class MessageDeleteRecord extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", MessageDeleteRecord.class.getName()); } @@ -2547,7 +2547,7 @@ public Builder mergeFrom(io.cloudquery.plugin.v3.Write.MessageDeleteRecord other bitField0_ = (bitField0_ & ~0x00000002); whereClauseBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? - getWhereClauseFieldBuilder() : null; + internalGetWhereClauseFieldBuilder() : null; } else { whereClauseBuilder_.addAllMessages(other.whereClause_); } @@ -2573,7 +2573,7 @@ public Builder mergeFrom(io.cloudquery.plugin.v3.Write.MessageDeleteRecord other bitField0_ = (bitField0_ & ~0x00000004); tableRelationsBuilder_ = com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? - getTableRelationsFieldBuilder() : null; + internalGetTableRelationsFieldBuilder() : null; } else { tableRelationsBuilder_.addAllMessages(other.tableRelations_); } @@ -2905,7 +2905,7 @@ public Builder removeWhereClause(int index) { */ public io.cloudquery.plugin.v3.PredicatesGroup.Builder getWhereClauseBuilder( int index) { - return getWhereClauseFieldBuilder().getBuilder(index); + return internalGetWhereClauseFieldBuilder().getBuilder(index); } /** * repeated .cloudquery.plugin.v3.PredicatesGroup where_clause = 2; @@ -2932,7 +2932,7 @@ public io.cloudquery.plugin.v3.PredicatesGroupOrBuilder getWhereClauseOrBuilder( * repeated .cloudquery.plugin.v3.PredicatesGroup where_clause = 2; */ public io.cloudquery.plugin.v3.PredicatesGroup.Builder addWhereClauseBuilder() { - return getWhereClauseFieldBuilder().addBuilder( + return internalGetWhereClauseFieldBuilder().addBuilder( io.cloudquery.plugin.v3.PredicatesGroup.getDefaultInstance()); } /** @@ -2940,7 +2940,7 @@ public io.cloudquery.plugin.v3.PredicatesGroup.Builder addWhereClauseBuilder() { */ public io.cloudquery.plugin.v3.PredicatesGroup.Builder addWhereClauseBuilder( int index) { - return getWhereClauseFieldBuilder().addBuilder( + return internalGetWhereClauseFieldBuilder().addBuilder( index, io.cloudquery.plugin.v3.PredicatesGroup.getDefaultInstance()); } /** @@ -2948,11 +2948,11 @@ public io.cloudquery.plugin.v3.PredicatesGroup.Builder addWhereClauseBuilder( */ public java.util.List getWhereClauseBuilderList() { - return getWhereClauseFieldBuilder().getBuilderList(); + return internalGetWhereClauseFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< io.cloudquery.plugin.v3.PredicatesGroup, io.cloudquery.plugin.v3.PredicatesGroup.Builder, io.cloudquery.plugin.v3.PredicatesGroupOrBuilder> - getWhereClauseFieldBuilder() { + internalGetWhereClauseFieldBuilder() { if (whereClauseBuilder_ == null) { whereClauseBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< io.cloudquery.plugin.v3.PredicatesGroup, io.cloudquery.plugin.v3.PredicatesGroup.Builder, io.cloudquery.plugin.v3.PredicatesGroupOrBuilder>( @@ -3145,7 +3145,7 @@ public Builder removeTableRelations(int index) { */ public io.cloudquery.plugin.v3.TableRelation.Builder getTableRelationsBuilder( int index) { - return getTableRelationsFieldBuilder().getBuilder(index); + return internalGetTableRelationsFieldBuilder().getBuilder(index); } /** * repeated .cloudquery.plugin.v3.TableRelation table_relations = 3; @@ -3172,7 +3172,7 @@ public io.cloudquery.plugin.v3.TableRelationOrBuilder getTableRelationsOrBuilder * repeated .cloudquery.plugin.v3.TableRelation table_relations = 3; */ public io.cloudquery.plugin.v3.TableRelation.Builder addTableRelationsBuilder() { - return getTableRelationsFieldBuilder().addBuilder( + return internalGetTableRelationsFieldBuilder().addBuilder( io.cloudquery.plugin.v3.TableRelation.getDefaultInstance()); } /** @@ -3180,7 +3180,7 @@ public io.cloudquery.plugin.v3.TableRelation.Builder addTableRelationsBuilder() */ public io.cloudquery.plugin.v3.TableRelation.Builder addTableRelationsBuilder( int index) { - return getTableRelationsFieldBuilder().addBuilder( + return internalGetTableRelationsFieldBuilder().addBuilder( index, io.cloudquery.plugin.v3.TableRelation.getDefaultInstance()); } /** @@ -3188,11 +3188,11 @@ public io.cloudquery.plugin.v3.TableRelation.Builder addTableRelationsBuilder( */ public java.util.List getTableRelationsBuilderList() { - return getTableRelationsFieldBuilder().getBuilderList(); + return internalGetTableRelationsFieldBuilder().getBuilderList(); } private com.google.protobuf.RepeatedFieldBuilder< io.cloudquery.plugin.v3.TableRelation, io.cloudquery.plugin.v3.TableRelation.Builder, io.cloudquery.plugin.v3.TableRelationOrBuilder> - getTableRelationsFieldBuilder() { + internalGetTableRelationsFieldBuilder() { if (tableRelationsBuilder_ == null) { tableRelationsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< io.cloudquery.plugin.v3.TableRelation, io.cloudquery.plugin.v3.TableRelation.Builder, io.cloudquery.plugin.v3.TableRelationOrBuilder>( @@ -3334,8 +3334,8 @@ public static final class Request extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* patch= */ 1, /* suffix= */ "", Request.class.getName()); } @@ -3910,28 +3910,28 @@ public Builder mergeFrom( break; case 10: { input.readMessage( - getMigrateTableFieldBuilder().getBuilder(), + internalGetMigrateTableFieldBuilder().getBuilder(), extensionRegistry); messageCase_ = 1; break; } // case 10 case 18: { input.readMessage( - getInsertFieldBuilder().getBuilder(), + internalGetInsertFieldBuilder().getBuilder(), extensionRegistry); messageCase_ = 2; break; } // case 18 case 26: { input.readMessage( - getDeleteFieldBuilder().getBuilder(), + internalGetDeleteFieldBuilder().getBuilder(), extensionRegistry); messageCase_ = 3; break; } // case 26 case 34: { input.readMessage( - getDeleteRecordFieldBuilder().getBuilder(), + internalGetDeleteRecordFieldBuilder().getBuilder(), extensionRegistry); messageCase_ = 4; break; @@ -4072,7 +4072,7 @@ public Builder clearMigrateTable() { * .cloudquery.plugin.v3.Write.MessageMigrateTable migrate_table = 1; */ public io.cloudquery.plugin.v3.Write.MessageMigrateTable.Builder getMigrateTableBuilder() { - return getMigrateTableFieldBuilder().getBuilder(); + return internalGetMigrateTableFieldBuilder().getBuilder(); } /** * .cloudquery.plugin.v3.Write.MessageMigrateTable migrate_table = 1; @@ -4093,7 +4093,7 @@ public io.cloudquery.plugin.v3.Write.MessageMigrateTableOrBuilder getMigrateTabl */ private com.google.protobuf.SingleFieldBuilder< io.cloudquery.plugin.v3.Write.MessageMigrateTable, io.cloudquery.plugin.v3.Write.MessageMigrateTable.Builder, io.cloudquery.plugin.v3.Write.MessageMigrateTableOrBuilder> - getMigrateTableFieldBuilder() { + internalGetMigrateTableFieldBuilder() { if (migrateTableBuilder_ == null) { if (!(messageCase_ == 1)) { message_ = io.cloudquery.plugin.v3.Write.MessageMigrateTable.getDefaultInstance(); @@ -4214,7 +4214,7 @@ public Builder clearInsert() { * .cloudquery.plugin.v3.Write.MessageInsert insert = 2; */ public io.cloudquery.plugin.v3.Write.MessageInsert.Builder getInsertBuilder() { - return getInsertFieldBuilder().getBuilder(); + return internalGetInsertFieldBuilder().getBuilder(); } /** * .cloudquery.plugin.v3.Write.MessageInsert insert = 2; @@ -4235,7 +4235,7 @@ public io.cloudquery.plugin.v3.Write.MessageInsertOrBuilder getInsertOrBuilder() */ private com.google.protobuf.SingleFieldBuilder< io.cloudquery.plugin.v3.Write.MessageInsert, io.cloudquery.plugin.v3.Write.MessageInsert.Builder, io.cloudquery.plugin.v3.Write.MessageInsertOrBuilder> - getInsertFieldBuilder() { + internalGetInsertFieldBuilder() { if (insertBuilder_ == null) { if (!(messageCase_ == 2)) { message_ = io.cloudquery.plugin.v3.Write.MessageInsert.getDefaultInstance(); @@ -4356,7 +4356,7 @@ public Builder clearDelete() { * .cloudquery.plugin.v3.Write.MessageDeleteStale delete = 3; */ public io.cloudquery.plugin.v3.Write.MessageDeleteStale.Builder getDeleteBuilder() { - return getDeleteFieldBuilder().getBuilder(); + return internalGetDeleteFieldBuilder().getBuilder(); } /** * .cloudquery.plugin.v3.Write.MessageDeleteStale delete = 3; @@ -4377,7 +4377,7 @@ public io.cloudquery.plugin.v3.Write.MessageDeleteStaleOrBuilder getDeleteOrBuil */ private com.google.protobuf.SingleFieldBuilder< io.cloudquery.plugin.v3.Write.MessageDeleteStale, io.cloudquery.plugin.v3.Write.MessageDeleteStale.Builder, io.cloudquery.plugin.v3.Write.MessageDeleteStaleOrBuilder> - getDeleteFieldBuilder() { + internalGetDeleteFieldBuilder() { if (deleteBuilder_ == null) { if (!(messageCase_ == 3)) { message_ = io.cloudquery.plugin.v3.Write.MessageDeleteStale.getDefaultInstance(); @@ -4498,7 +4498,7 @@ public Builder clearDeleteRecord() { * .cloudquery.plugin.v3.Write.MessageDeleteRecord delete_record = 4; */ public io.cloudquery.plugin.v3.Write.MessageDeleteRecord.Builder getDeleteRecordBuilder() { - return getDeleteRecordFieldBuilder().getBuilder(); + return internalGetDeleteRecordFieldBuilder().getBuilder(); } /** * .cloudquery.plugin.v3.Write.MessageDeleteRecord delete_record = 4; @@ -4519,7 +4519,7 @@ public io.cloudquery.plugin.v3.Write.MessageDeleteRecordOrBuilder getDeleteRecor */ private com.google.protobuf.SingleFieldBuilder< io.cloudquery.plugin.v3.Write.MessageDeleteRecord, io.cloudquery.plugin.v3.Write.MessageDeleteRecord.Builder, io.cloudquery.plugin.v3.Write.MessageDeleteRecordOrBuilder> - getDeleteRecordFieldBuilder() { + internalGetDeleteRecordFieldBuilder() { if (deleteRecordBuilder_ == null) { if (!(messageCase_ == 4)) { message_ = io.cloudquery.plugin.v3.Write.MessageDeleteRecord.getDefaultInstance(); @@ -4603,8 +4603,8 @@ public static final class Response extends com.google.protobuf.RuntimeVersion.validateProtobufGencodeVersion( com.google.protobuf.RuntimeVersion.RuntimeDomain.PUBLIC, /* major= */ 4, - /* minor= */ 29, - /* patch= */ 3, + /* minor= */ 30, + /* 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 ce24f9a..30771ab 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.29.3 +// Protobuf Java Version: 4.30.1 package io.cloudquery.plugin.v3;