>of(
+ createReadSessionSettings, splitReadStreamSettings);
+ }
+
+ private static Builder createDefault() {
+ Builder builder = new Builder(((ClientContext) null));
+
+ builder.setTransportChannelProvider(defaultTransportChannelProvider());
+ builder.setCredentialsProvider(defaultCredentialsProviderBuilder().build());
+ builder.setInternalHeaderProvider(defaultApiClientHeaderProviderBuilder().build());
+ builder.setMtlsEndpoint(getDefaultMtlsEndpoint());
+ builder.setSwitchToMtlsEndpointAllowed(true);
+
+ return initDefaults(builder);
+ }
+
+ private static Builder initDefaults(Builder builder) {
+ builder
+ .createReadSessionSettings()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_0_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_0_params"));
+
+ builder
+ .readRowsSettings()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_1_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_1_params"));
+
+ builder
+ .splitReadStreamSettings()
+ .setRetryableCodes(RETRYABLE_CODE_DEFINITIONS.get("retry_policy_2_codes"))
+ .setRetrySettings(RETRY_PARAM_DEFINITIONS.get("retry_policy_2_params"));
+
+ return builder;
+ }
+
+ /**
+ * Applies the given settings updater function to all of the unary API methods in this service.
+ *
+ * Note: This method does not support applying settings to streaming methods.
+ */
+ public Builder applyToAllUnaryMethods(
+ ApiFunction, Void> settingsUpdater) {
+ super.applyToAllUnaryMethods(unaryMethodSettingsBuilders, settingsUpdater);
+ return this;
+ }
+
+ public ImmutableList> unaryMethodSettingsBuilders() {
+ return unaryMethodSettingsBuilders;
+ }
+
+ /** Returns the builder for the settings used for calls to createReadSession. */
+ public UnaryCallSettings.Builder
+ createReadSessionSettings() {
+ return createReadSessionSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to readRows. */
+ public ServerStreamingCallSettings.Builder
+ readRowsSettings() {
+ return readRowsSettings;
+ }
+
+ /** Returns the builder for the settings used for calls to splitReadStream. */
+ public UnaryCallSettings.Builder
+ splitReadStreamSettings() {
+ return splitReadStreamSettings;
+ }
+
+ /** Returns the endpoint set by the user or the the service's default endpoint. */
+ @Override
+ public String getEndpoint() {
+ if (super.getEndpoint() != null) {
+ return super.getEndpoint();
+ }
+ return getDefaultEndpoint();
+ }
+
+ @Override
+ public BigQueryReadStubSettings build() throws IOException {
+ return new BigQueryReadStubSettings(this);
+ }
+ }
+}
diff --git a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStub.java b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStub.java
similarity index 99%
rename from google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStub.java
rename to owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStub.java
index c4edd05438..f73cfde60a 100644
--- a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStub.java
+++ b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStub.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Google LLC
+ * Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStubSettings.java b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStubSettings.java
similarity index 99%
rename from google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStubSettings.java
rename to owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStubSettings.java
index 6e4a1f0200..4818f07000 100644
--- a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStubSettings.java
+++ b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStubSettings.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Google LLC
+ * Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@
package com.google.cloud.bigquery.storage.v1.stub;
import com.google.api.core.ApiFunction;
-import com.google.api.core.BetaApi;
import com.google.api.gax.core.GaxProperties;
import com.google.api.gax.core.GoogleCredentialsProvider;
import com.google.api.gax.core.InstantiatingExecutorProvider;
@@ -204,7 +203,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() {
return defaultGrpcTransportProviderBuilder().build();
}
- @BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() {
return ApiClientHeaderProvider.newBuilder()
.setGeneratedLibToken(
diff --git a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadCallableFactory.java b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadCallableFactory.java
similarity index 99%
rename from google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadCallableFactory.java
rename to owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadCallableFactory.java
index 098e7da3f4..348cf8da8e 100644
--- a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadCallableFactory.java
+++ b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadCallableFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Google LLC
+ * Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadStub.java b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadStub.java
similarity index 99%
rename from google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadStub.java
rename to owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadStub.java
index 311064c87b..04cd661887 100644
--- a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadStub.java
+++ b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadStub.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Google LLC
+ * Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -34,6 +34,7 @@
import io.grpc.MethodDescriptor;
import io.grpc.protobuf.ProtoUtils;
import java.io.IOException;
+import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;
diff --git a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryWriteCallableFactory.java b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryWriteCallableFactory.java
similarity index 99%
rename from google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryWriteCallableFactory.java
rename to owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryWriteCallableFactory.java
index d5ac9653a9..38798eaa06 100644
--- a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryWriteCallableFactory.java
+++ b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryWriteCallableFactory.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Google LLC
+ * Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryWriteStub.java b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryWriteStub.java
similarity index 99%
rename from google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryWriteStub.java
rename to owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryWriteStub.java
index 04f22270d1..b976b800c4 100644
--- a/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryWriteStub.java
+++ b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryWriteStub.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Google LLC
+ * Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -39,6 +39,7 @@
import io.grpc.MethodDescriptor;
import io.grpc.protobuf.ProtoUtils;
import java.io.IOException;
+import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;
diff --git a/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/resources/META-INF/native-image/com.google.cloud.bigquery.storage.v1/reflect-config.json b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/resources/META-INF/native-image/com.google.cloud.bigquery.storage.v1/reflect-config.json
new file mode 100644
index 0000000000..b336913805
--- /dev/null
+++ b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/main/resources/META-INF/native-image/com.google.cloud.bigquery.storage.v1/reflect-config.json
@@ -0,0 +1,2108 @@
+[
+ {
+ "name": "com.google.api.ClientLibraryDestination",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.ClientLibraryOrganization",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.ClientLibrarySettings",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.ClientLibrarySettings$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.CommonLanguageSettings",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.CommonLanguageSettings$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.CppSettings",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.CppSettings$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.CustomHttpPattern",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.CustomHttpPattern$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.DotnetSettings",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.DotnetSettings$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.FieldBehavior",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.GoSettings",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.GoSettings$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.Http",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.Http$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.HttpRule",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.HttpRule$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.JavaSettings",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.JavaSettings$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.LaunchStage",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.MethodSettings",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.MethodSettings$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.MethodSettings$LongRunning",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.MethodSettings$LongRunning$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.NodeSettings",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.NodeSettings$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.PhpSettings",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.PhpSettings$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.Publishing",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.Publishing$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.PythonSettings",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.PythonSettings$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.ResourceDescriptor",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.ResourceDescriptor$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.ResourceDescriptor$History",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.ResourceDescriptor$Style",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.ResourceReference",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.ResourceReference$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.RubySettings",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.api.RubySettings$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AppendRowsRequest",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AppendRowsRequest$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AppendRowsRequest$MissingValueInterpretation",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AppendRowsRequest$ProtoData",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AppendRowsRequest$ProtoData$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AppendRowsResponse",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AppendRowsResponse$AppendResult",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AppendRowsResponse$AppendResult$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AppendRowsResponse$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ArrowRecordBatch",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ArrowRecordBatch$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ArrowSchema",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ArrowSchema$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ArrowSerializationOptions",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ArrowSerializationOptions$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ArrowSerializationOptions$CompressionCodec",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AvroRows",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AvroRows$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AvroSchema",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AvroSchema$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AvroSerializationOptions",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.AvroSerializationOptions$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.DataFormat",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.FlushRowsRequest",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.FlushRowsRequest$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.FlushRowsResponse",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.FlushRowsResponse$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ProtoRows",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ProtoRows$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ProtoSchema",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ProtoSchema$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ReadRowsRequest",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ReadRowsRequest$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ReadRowsResponse",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ReadRowsResponse$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ReadSession",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ReadSession$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ReadSession$TableModifiers",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ReadSession$TableModifiers$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ReadSession$TableReadOptions",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ReadSession$TableReadOptions$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ReadSession$TableReadOptions$ResponseCompressionCodec",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ReadStream",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ReadStream$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.RowError",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.RowError$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.RowError$RowErrorCode",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.StorageError",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.StorageError$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.StorageError$StorageErrorCode",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.StreamStats",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.StreamStats$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.StreamStats$Progress",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.StreamStats$Progress$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.TableFieldSchema",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.TableFieldSchema$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.TableFieldSchema$Mode",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.TableFieldSchema$Type",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.TableSchema",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.TableSchema$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ThrottleState",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.ThrottleState$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.WriteStream",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.WriteStream$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.WriteStream$Type",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.WriteStream$WriteMode",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.cloud.bigquery.storage.v1.WriteStreamView",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.Any",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.Any$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.BoolValue",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.BoolValue$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.BytesValue",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.BytesValue$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$DescriptorProto",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$ExtensionRange$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$DescriptorProto$ReservedRange$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$Edition",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$EnumDescriptorProto",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$EnumDescriptorProto$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$EnumDescriptorProto$EnumReservedRange$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$EnumOptions",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$EnumOptions$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$EnumValueDescriptorProto$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$EnumValueOptions",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$EnumValueOptions$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Declaration",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$Declaration$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$ExtensionRangeOptions$VerificationState",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FeatureSet",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FeatureSet$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FeatureSet$EnumType",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FeatureSet$FieldPresence",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FeatureSet$JsonFormat",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FeatureSet$MessageEncoding",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FeatureSet$RepeatedFieldEncoding",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FeatureSet$Utf8Validation",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults$FeatureSetEditionDefault",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FeatureSetDefaults$FeatureSetEditionDefault$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FieldDescriptorProto",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Label",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FieldDescriptorProto$Type",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FieldOptions",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FieldOptions$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FieldOptions$CType",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FieldOptions$EditionDefault",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FieldOptions$EditionDefault$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FieldOptions$JSType",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FieldOptions$OptionRetention",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FieldOptions$OptionTargetType",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FileDescriptorProto",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FileDescriptorProto$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FileDescriptorSet",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FileDescriptorSet$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FileOptions",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FileOptions$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$FileOptions$OptimizeMode",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Annotation$Semantic",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$GeneratedCodeInfo$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$MessageOptions",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$MessageOptions$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$MethodDescriptorProto",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$MethodDescriptorProto$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$MethodOptions",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$MethodOptions$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$MethodOptions$IdempotencyLevel",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$OneofDescriptorProto",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$OneofDescriptorProto$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$OneofOptions",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$OneofOptions$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$ServiceDescriptorProto",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$ServiceDescriptorProto$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$ServiceOptions",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$ServiceOptions$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$SourceCodeInfo",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$SourceCodeInfo$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$SourceCodeInfo$Location$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$UninterpretedOption",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$UninterpretedOption$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DescriptorProtos$UninterpretedOption$NamePart$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DoubleValue",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.DoubleValue$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.Duration",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.Duration$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.FloatValue",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.FloatValue$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.Int32Value",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.Int32Value$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.Int64Value",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.Int64Value$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.StringValue",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.StringValue$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.Timestamp",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.Timestamp$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.UInt32Value",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.UInt32Value$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.UInt64Value",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.protobuf.UInt64Value$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.rpc.Status",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ },
+ {
+ "name": "com.google.rpc.Status$Builder",
+ "queryAllDeclaredConstructors": true,
+ "queryAllPublicConstructors": true,
+ "queryAllDeclaredMethods": true,
+ "allPublicMethods": true,
+ "allDeclaredClasses": true,
+ "allPublicClasses": true
+ }
+]
\ No newline at end of file
diff --git a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/BaseBigQueryReadClientTest.java b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/BaseBigQueryReadClientTest.java
similarity index 99%
rename from google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/BaseBigQueryReadClientTest.java
rename to owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/BaseBigQueryReadClientTest.java
index b915c57cec..202f6daa07 100644
--- a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/BaseBigQueryReadClientTest.java
+++ b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/BaseBigQueryReadClientTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Google LLC
+ * Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteClientTest.java b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteClientTest.java
similarity index 99%
rename from google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteClientTest.java
rename to owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteClientTest.java
index eb291030d4..7b2f26234b 100644
--- a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteClientTest.java
+++ b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteClientTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Google LLC
+ * Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryRead.java b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryRead.java
similarity index 98%
rename from google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryRead.java
rename to owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryRead.java
index 399809b1b4..e83088bf56 100644
--- a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryRead.java
+++ b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryRead.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Google LLC
+ * Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryReadImpl.java b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryReadImpl.java
similarity index 99%
rename from google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryReadImpl.java
rename to owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryReadImpl.java
index 658244ff5c..2c01de51da 100644
--- a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryReadImpl.java
+++ b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryReadImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Google LLC
+ * Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryWrite.java b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryWrite.java
similarity index 98%
rename from google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryWrite.java
rename to owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryWrite.java
index 2128715b12..0887b0966d 100644
--- a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryWrite.java
+++ b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryWrite.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Google LLC
+ * Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryWriteImpl.java b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryWriteImpl.java
similarity index 99%
rename from google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryWriteImpl.java
rename to owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryWriteImpl.java
index cadc196f5c..35363022ed 100644
--- a/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryWriteImpl.java
+++ b/owl-bot-staging/v1/google-cloud-bigquerystorage/src/test/java/com/google/cloud/bigquery/storage/v1/MockBigQueryWriteImpl.java
@@ -1,5 +1,5 @@
/*
- * Copyright 2023 Google LLC
+ * Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
diff --git a/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryReadGrpc.java b/owl-bot-staging/v1/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryReadGrpc.java
similarity index 60%
rename from grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryReadGrpc.java
rename to owl-bot-staging/v1/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryReadGrpc.java
index 50f04fc7c0..fecf39c887 100644
--- a/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryReadGrpc.java
+++ b/owl-bot-staging/v1/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryReadGrpc.java
@@ -1,25 +1,8 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
package com.google.cloud.bigquery.storage.v1;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
- *
- *
*
* BigQuery Read API.
* The Read API can be used to read data from BigQuery.
@@ -33,194 +16,147 @@ public final class BigQueryReadGrpc {
private BigQueryReadGrpc() {}
- public static final java.lang.String SERVICE_NAME =
- "google.cloud.bigquery.storage.v1.BigQueryRead";
+ public static final java.lang.String SERVICE_NAME = "google.cloud.bigquery.storage.v1.BigQueryRead";
// Static method descriptors that strictly reflect the proto.
- private static volatile io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest,
- com.google.cloud.bigquery.storage.v1.ReadSession>
- getCreateReadSessionMethod;
+ private static volatile io.grpc.MethodDescriptor getCreateReadSessionMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "CreateReadSession",
requestType = com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest.class,
responseType = com.google.cloud.bigquery.storage.v1.ReadSession.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
- public static io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest,
- com.google.cloud.bigquery.storage.v1.ReadSession>
- getCreateReadSessionMethod() {
- io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest,
- com.google.cloud.bigquery.storage.v1.ReadSession>
- getCreateReadSessionMethod;
+ public static io.grpc.MethodDescriptor getCreateReadSessionMethod() {
+ io.grpc.MethodDescriptor getCreateReadSessionMethod;
if ((getCreateReadSessionMethod = BigQueryReadGrpc.getCreateReadSessionMethod) == null) {
synchronized (BigQueryReadGrpc.class) {
if ((getCreateReadSessionMethod = BigQueryReadGrpc.getCreateReadSessionMethod) == null) {
- BigQueryReadGrpc.getCreateReadSessionMethod =
- getCreateReadSessionMethod =
- io.grpc.MethodDescriptor
- .
- newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateReadSession"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest
- .getDefaultInstance()))
- .setResponseMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.ReadSession
- .getDefaultInstance()))
- .setSchemaDescriptor(
- new BigQueryReadMethodDescriptorSupplier("CreateReadSession"))
- .build();
+ BigQueryReadGrpc.getCreateReadSessionMethod = getCreateReadSessionMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateReadSession"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.ReadSession.getDefaultInstance()))
+ .setSchemaDescriptor(new BigQueryReadMethodDescriptorSupplier("CreateReadSession"))
+ .build();
}
}
}
return getCreateReadSessionMethod;
}
- private static volatile io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.ReadRowsRequest,
- com.google.cloud.bigquery.storage.v1.ReadRowsResponse>
- getReadRowsMethod;
+ private static volatile io.grpc.MethodDescriptor getReadRowsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "ReadRows",
requestType = com.google.cloud.bigquery.storage.v1.ReadRowsRequest.class,
responseType = com.google.cloud.bigquery.storage.v1.ReadRowsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
- public static io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.ReadRowsRequest,
- com.google.cloud.bigquery.storage.v1.ReadRowsResponse>
- getReadRowsMethod() {
- io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.ReadRowsRequest,
- com.google.cloud.bigquery.storage.v1.ReadRowsResponse>
- getReadRowsMethod;
+ public static io.grpc.MethodDescriptor getReadRowsMethod() {
+ io.grpc.MethodDescriptor getReadRowsMethod;
if ((getReadRowsMethod = BigQueryReadGrpc.getReadRowsMethod) == null) {
synchronized (BigQueryReadGrpc.class) {
if ((getReadRowsMethod = BigQueryReadGrpc.getReadRowsMethod) == null) {
- BigQueryReadGrpc.getReadRowsMethod =
- getReadRowsMethod =
- io.grpc.MethodDescriptor
- .
- newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
- .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ReadRows"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.ReadRowsRequest
- .getDefaultInstance()))
- .setResponseMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.ReadRowsResponse
- .getDefaultInstance()))
- .setSchemaDescriptor(new BigQueryReadMethodDescriptorSupplier("ReadRows"))
- .build();
+ BigQueryReadGrpc.getReadRowsMethod = getReadRowsMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING)
+ .setFullMethodName(generateFullMethodName(SERVICE_NAME, "ReadRows"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.ReadRowsRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.ReadRowsResponse.getDefaultInstance()))
+ .setSchemaDescriptor(new BigQueryReadMethodDescriptorSupplier("ReadRows"))
+ .build();
}
}
}
return getReadRowsMethod;
}
- private static volatile io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest,
- com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse>
- getSplitReadStreamMethod;
+ private static volatile io.grpc.MethodDescriptor getSplitReadStreamMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "SplitReadStream",
requestType = com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest.class,
responseType = com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
- public static io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest,
- com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse>
- getSplitReadStreamMethod() {
- io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest,
- com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse>
- getSplitReadStreamMethod;
+ public static io.grpc.MethodDescriptor getSplitReadStreamMethod() {
+ io.grpc.MethodDescriptor getSplitReadStreamMethod;
if ((getSplitReadStreamMethod = BigQueryReadGrpc.getSplitReadStreamMethod) == null) {
synchronized (BigQueryReadGrpc.class) {
if ((getSplitReadStreamMethod = BigQueryReadGrpc.getSplitReadStreamMethod) == null) {
- BigQueryReadGrpc.getSplitReadStreamMethod =
- getSplitReadStreamMethod =
- io.grpc.MethodDescriptor
- .
- newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SplitReadStream"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest
- .getDefaultInstance()))
- .setResponseMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse
- .getDefaultInstance()))
- .setSchemaDescriptor(
- new BigQueryReadMethodDescriptorSupplier("SplitReadStream"))
- .build();
+ BigQueryReadGrpc.getSplitReadStreamMethod = getSplitReadStreamMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(SERVICE_NAME, "SplitReadStream"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse.getDefaultInstance()))
+ .setSchemaDescriptor(new BigQueryReadMethodDescriptorSupplier("SplitReadStream"))
+ .build();
}
}
}
return getSplitReadStreamMethod;
}
- /** Creates a new async stub that supports all call types for the service */
+ /**
+ * Creates a new async stub that supports all call types for the service
+ */
public static BigQueryReadStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
- new io.grpc.stub.AbstractStub.StubFactory() {
- @java.lang.Override
- public BigQueryReadStub newStub(
- io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
- return new BigQueryReadStub(channel, callOptions);
- }
- };
+ new io.grpc.stub.AbstractStub.StubFactory() {
+ @java.lang.Override
+ public BigQueryReadStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ return new BigQueryReadStub(channel, callOptions);
+ }
+ };
return BigQueryReadStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
- public static BigQueryReadBlockingStub newBlockingStub(io.grpc.Channel channel) {
+ public static BigQueryReadBlockingStub newBlockingStub(
+ io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
- new io.grpc.stub.AbstractStub.StubFactory() {
- @java.lang.Override
- public BigQueryReadBlockingStub newStub(
- io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
- return new BigQueryReadBlockingStub(channel, callOptions);
- }
- };
+ new io.grpc.stub.AbstractStub.StubFactory() {
+ @java.lang.Override
+ public BigQueryReadBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ return new BigQueryReadBlockingStub(channel, callOptions);
+ }
+ };
return BigQueryReadBlockingStub.newStub(factory, channel);
}
- /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
- public static BigQueryReadFutureStub newFutureStub(io.grpc.Channel channel) {
+ /**
+ * Creates a new ListenableFuture-style stub that supports unary calls on the service
+ */
+ public static BigQueryReadFutureStub newFutureStub(
+ io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
- new io.grpc.stub.AbstractStub.StubFactory() {
- @java.lang.Override
- public BigQueryReadFutureStub newStub(
- io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
- return new BigQueryReadFutureStub(channel, callOptions);
- }
- };
+ new io.grpc.stub.AbstractStub.StubFactory() {
+ @java.lang.Override
+ public BigQueryReadFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ return new BigQueryReadFutureStub(channel, callOptions);
+ }
+ };
return BigQueryReadFutureStub.newStub(factory, channel);
}
/**
- *
- *
*
* BigQuery Read API.
* The Read API can be used to read data from BigQuery.
@@ -229,8 +165,6 @@ public BigQueryReadFutureStub newStub(
public interface AsyncService {
/**
- *
- *
*
* Creates a new read session. A read session divides the contents of a
* BigQuery table into one or more streams, which can then be used to read
@@ -250,17 +184,12 @@ public interface AsyncService {
* not require manual clean-up by the caller.
*
*/
- default void createReadSession(
- com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest request,
- io.grpc.stub.StreamObserver
- responseObserver) {
- io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
- getCreateReadSessionMethod(), responseObserver);
+ default void createReadSession(com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateReadSessionMethod(), responseObserver);
}
/**
- *
- *
*
* Reads rows from the stream in the format prescribed by the ReadSession.
* Each response contains one or more table rows, up to a maximum of 100 MiB
@@ -270,16 +199,12 @@ default void createReadSession(
* state of the stream.
*
*/
- default void readRows(
- com.google.cloud.bigquery.storage.v1.ReadRowsRequest request,
- io.grpc.stub.StreamObserver
- responseObserver) {
+ default void readRows(com.google.cloud.bigquery.storage.v1.ReadRowsRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getReadRowsMethod(), responseObserver);
}
/**
- *
- *
*
* Splits a given `ReadStream` into two `ReadStream` objects. These
* `ReadStream` objects are referred to as the primary and the residual
@@ -294,35 +219,29 @@ default void readRows(
* completion.
*
*/
- default void splitReadStream(
- com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest request,
- io.grpc.stub.StreamObserver
- responseObserver) {
- io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
- getSplitReadStreamMethod(), responseObserver);
+ default void splitReadStream(com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getSplitReadStreamMethod(), responseObserver);
}
}
/**
* Base class for the server implementation of the service BigQueryRead.
- *
*
* BigQuery Read API.
* The Read API can be used to read data from BigQuery.
*
*/
- public abstract static class BigQueryReadImplBase
+ public static abstract class BigQueryReadImplBase
implements io.grpc.BindableService, AsyncService {
- @java.lang.Override
- public final io.grpc.ServerServiceDefinition bindService() {
+ @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return BigQueryReadGrpc.bindService(this);
}
}
/**
* A stub to allow clients to do asynchronous rpc calls to service BigQueryRead.
- *
*
* BigQuery Read API.
* The Read API can be used to read data from BigQuery.
@@ -330,18 +249,18 @@ public final io.grpc.ServerServiceDefinition bindService() {
*/
public static final class BigQueryReadStub
extends io.grpc.stub.AbstractAsyncStub {
- private BigQueryReadStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ private BigQueryReadStub(
+ io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
- protected BigQueryReadStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ protected BigQueryReadStub build(
+ io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new BigQueryReadStub(channel, callOptions);
}
/**
- *
- *
*
* Creates a new read session. A read session divides the contents of a
* BigQuery table into one or more streams, which can then be used to read
@@ -361,19 +280,13 @@ protected BigQueryReadStub build(io.grpc.Channel channel, io.grpc.CallOptions ca
* not require manual clean-up by the caller.
*
*/
- public void createReadSession(
- com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest request,
- io.grpc.stub.StreamObserver
- responseObserver) {
+ public void createReadSession(com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
- getChannel().newCall(getCreateReadSessionMethod(), getCallOptions()),
- request,
- responseObserver);
+ getChannel().newCall(getCreateReadSessionMethod(), getCallOptions()), request, responseObserver);
}
/**
- *
- *
*
* Reads rows from the stream in the format prescribed by the ReadSession.
* Each response contains one or more table rows, up to a maximum of 100 MiB
@@ -383,17 +296,13 @@ public void createReadSession(
* state of the stream.
*
*/
- public void readRows(
- com.google.cloud.bigquery.storage.v1.ReadRowsRequest request,
- io.grpc.stub.StreamObserver
- responseObserver) {
+ public void readRows(com.google.cloud.bigquery.storage.v1.ReadRowsRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncServerStreamingCall(
getChannel().newCall(getReadRowsMethod(), getCallOptions()), request, responseObserver);
}
/**
- *
- *
*
* Splits a given `ReadStream` into two `ReadStream` objects. These
* `ReadStream` objects are referred to as the primary and the residual
@@ -408,20 +317,15 @@ public void readRows(
* completion.
*
*/
- public void splitReadStream(
- com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest request,
- io.grpc.stub.StreamObserver
- responseObserver) {
+ public void splitReadStream(com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
- getChannel().newCall(getSplitReadStreamMethod(), getCallOptions()),
- request,
- responseObserver);
+ getChannel().newCall(getSplitReadStreamMethod(), getCallOptions()), request, responseObserver);
}
}
/**
* A stub to allow clients to do synchronous rpc calls to service BigQueryRead.
- *
*
* BigQuery Read API.
* The Read API can be used to read data from BigQuery.
@@ -429,7 +333,8 @@ public void splitReadStream(
*/
public static final class BigQueryReadBlockingStub
extends io.grpc.stub.AbstractBlockingStub {
- private BigQueryReadBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ private BigQueryReadBlockingStub(
+ io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@@ -440,8 +345,6 @@ protected BigQueryReadBlockingStub build(
}
/**
- *
- *
*
* Creates a new read session. A read session divides the contents of a
* BigQuery table into one or more streams, which can then be used to read
@@ -461,15 +364,12 @@ protected BigQueryReadBlockingStub build(
* not require manual clean-up by the caller.
*
*/
- public com.google.cloud.bigquery.storage.v1.ReadSession createReadSession(
- com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest request) {
+ public com.google.cloud.bigquery.storage.v1.ReadSession createReadSession(com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getCreateReadSessionMethod(), getCallOptions(), request);
}
/**
- *
- *
*
* Reads rows from the stream in the format prescribed by the ReadSession.
* Each response contains one or more table rows, up to a maximum of 100 MiB
@@ -486,8 +386,6 @@ public java.util.Iterator
}
/**
- *
- *
*
* Splits a given `ReadStream` into two `ReadStream` objects. These
* `ReadStream` objects are referred to as the primary and the residual
@@ -502,8 +400,7 @@ public java.util.Iterator
* completion.
*
*/
- public com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse splitReadStream(
- com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest request) {
+ public com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse splitReadStream(com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getSplitReadStreamMethod(), getCallOptions(), request);
}
@@ -511,7 +408,6 @@ public com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse splitReadStr
/**
* A stub to allow clients to do ListenableFuture-style rpc calls to service BigQueryRead.
- *
*
* BigQuery Read API.
* The Read API can be used to read data from BigQuery.
@@ -519,7 +415,8 @@ public com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse splitReadStr
*/
public static final class BigQueryReadFutureStub
extends io.grpc.stub.AbstractFutureStub {
- private BigQueryReadFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ private BigQueryReadFutureStub(
+ io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@@ -530,8 +427,6 @@ protected BigQueryReadFutureStub build(
}
/**
- *
- *
*
* Creates a new read session. A read session divides the contents of a
* BigQuery table into one or more streams, which can then be used to read
@@ -551,16 +446,13 @@ protected BigQueryReadFutureStub build(
* not require manual clean-up by the caller.
*
*/
- public com.google.common.util.concurrent.ListenableFuture<
- com.google.cloud.bigquery.storage.v1.ReadSession>
- createReadSession(com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest request) {
+ public com.google.common.util.concurrent.ListenableFuture createReadSession(
+ com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getCreateReadSessionMethod(), getCallOptions()), request);
}
/**
- *
- *
*
* Splits a given `ReadStream` into two `ReadStream` objects. These
* `ReadStream` objects are referred to as the primary and the residual
@@ -575,9 +467,8 @@ protected BigQueryReadFutureStub build(
* completion.
*
*/
- public com.google.common.util.concurrent.ListenableFuture<
- com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse>
- splitReadStream(com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest request) {
+ public com.google.common.util.concurrent.ListenableFuture splitReadStream(
+ com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getSplitReadStreamMethod(), getCallOptions()), request);
}
@@ -587,11 +478,11 @@ protected BigQueryReadFutureStub build(
private static final int METHODID_READ_ROWS = 1;
private static final int METHODID_SPLIT_READ_STREAM = 2;
- private static final class MethodHandlers
- implements io.grpc.stub.ServerCalls.UnaryMethod,
- io.grpc.stub.ServerCalls.ServerStreamingMethod,
- io.grpc.stub.ServerCalls.ClientStreamingMethod,
- io.grpc.stub.ServerCalls.BidiStreamingMethod {
+ private static final class MethodHandlers implements
+ io.grpc.stub.ServerCalls.UnaryMethod,
+ io.grpc.stub.ServerCalls.ServerStreamingMethod,
+ io.grpc.stub.ServerCalls.ClientStreamingMethod,
+ io.grpc.stub.ServerCalls.BidiStreamingMethod {
private final AsyncService serviceImpl;
private final int methodId;
@@ -605,23 +496,16 @@ private static final class MethodHandlers
public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
case METHODID_CREATE_READ_SESSION:
- serviceImpl.createReadSession(
- (com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest) request,
- (io.grpc.stub.StreamObserver)
- responseObserver);
+ serviceImpl.createReadSession((com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest) request,
+ (io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_READ_ROWS:
- serviceImpl.readRows(
- (com.google.cloud.bigquery.storage.v1.ReadRowsRequest) request,
- (io.grpc.stub.StreamObserver)
- responseObserver);
+ serviceImpl.readRows((com.google.cloud.bigquery.storage.v1.ReadRowsRequest) request,
+ (io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_SPLIT_READ_STREAM:
- serviceImpl.splitReadStream(
- (com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest) request,
- (io.grpc.stub.StreamObserver<
- com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse>)
- responseObserver);
+ serviceImpl.splitReadStream((com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest) request,
+ (io.grpc.stub.StreamObserver) responseObserver);
break;
default:
throw new AssertionError();
@@ -642,32 +526,31 @@ public io.grpc.stub.StreamObserver invoke(
public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
- getCreateReadSessionMethod(),
- io.grpc.stub.ServerCalls.asyncUnaryCall(
- new MethodHandlers<
- com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest,
- com.google.cloud.bigquery.storage.v1.ReadSession>(
- service, METHODID_CREATE_READ_SESSION)))
+ getCreateReadSessionMethod(),
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.bigquery.storage.v1.CreateReadSessionRequest,
+ com.google.cloud.bigquery.storage.v1.ReadSession>(
+ service, METHODID_CREATE_READ_SESSION)))
.addMethod(
- getReadRowsMethod(),
- io.grpc.stub.ServerCalls.asyncServerStreamingCall(
- new MethodHandlers<
- com.google.cloud.bigquery.storage.v1.ReadRowsRequest,
- com.google.cloud.bigquery.storage.v1.ReadRowsResponse>(
- service, METHODID_READ_ROWS)))
+ getReadRowsMethod(),
+ io.grpc.stub.ServerCalls.asyncServerStreamingCall(
+ new MethodHandlers<
+ com.google.cloud.bigquery.storage.v1.ReadRowsRequest,
+ com.google.cloud.bigquery.storage.v1.ReadRowsResponse>(
+ service, METHODID_READ_ROWS)))
.addMethod(
- getSplitReadStreamMethod(),
- io.grpc.stub.ServerCalls.asyncUnaryCall(
- new MethodHandlers<
- com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest,
- com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse>(
- service, METHODID_SPLIT_READ_STREAM)))
+ getSplitReadStreamMethod(),
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.bigquery.storage.v1.SplitReadStreamRequest,
+ com.google.cloud.bigquery.storage.v1.SplitReadStreamResponse>(
+ service, METHODID_SPLIT_READ_STREAM)))
.build();
}
- private abstract static class BigQueryReadBaseDescriptorSupplier
- implements io.grpc.protobuf.ProtoFileDescriptorSupplier,
- io.grpc.protobuf.ProtoServiceDescriptorSupplier {
+ private static abstract class BigQueryReadBaseDescriptorSupplier
+ implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
BigQueryReadBaseDescriptorSupplier() {}
@java.lang.Override
@@ -709,14 +592,12 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() {
synchronized (BigQueryReadGrpc.class) {
result = serviceDescriptor;
if (result == null) {
- serviceDescriptor =
- result =
- io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
- .setSchemaDescriptor(new BigQueryReadFileDescriptorSupplier())
- .addMethod(getCreateReadSessionMethod())
- .addMethod(getReadRowsMethod())
- .addMethod(getSplitReadStreamMethod())
- .build();
+ serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
+ .setSchemaDescriptor(new BigQueryReadFileDescriptorSupplier())
+ .addMethod(getCreateReadSessionMethod())
+ .addMethod(getReadRowsMethod())
+ .addMethod(getSplitReadStreamMethod())
+ .build();
}
}
}
diff --git a/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteGrpc.java b/owl-bot-staging/v1/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteGrpc.java
similarity index 50%
rename from grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteGrpc.java
rename to owl-bot-staging/v1/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteGrpc.java
index d1de373dd2..d9d573129a 100644
--- a/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteGrpc.java
+++ b/owl-bot-staging/v1/grpc-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteGrpc.java
@@ -1,25 +1,8 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
package com.google.cloud.bigquery.storage.v1;
import static io.grpc.MethodDescriptor.generateFullMethodName;
/**
- *
- *
*
* BigQuery Write API.
* The Write API can be used to write data to BigQuery.
@@ -35,339 +18,240 @@ public final class BigQueryWriteGrpc {
private BigQueryWriteGrpc() {}
- public static final java.lang.String SERVICE_NAME =
- "google.cloud.bigquery.storage.v1.BigQueryWrite";
+ public static final java.lang.String SERVICE_NAME = "google.cloud.bigquery.storage.v1.BigQueryWrite";
// Static method descriptors that strictly reflect the proto.
- private static volatile io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest,
- com.google.cloud.bigquery.storage.v1.WriteStream>
- getCreateWriteStreamMethod;
+ private static volatile io.grpc.MethodDescriptor getCreateWriteStreamMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "CreateWriteStream",
requestType = com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest.class,
responseType = com.google.cloud.bigquery.storage.v1.WriteStream.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
- public static io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest,
- com.google.cloud.bigquery.storage.v1.WriteStream>
- getCreateWriteStreamMethod() {
- io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest,
- com.google.cloud.bigquery.storage.v1.WriteStream>
- getCreateWriteStreamMethod;
+ public static io.grpc.MethodDescriptor getCreateWriteStreamMethod() {
+ io.grpc.MethodDescriptor getCreateWriteStreamMethod;
if ((getCreateWriteStreamMethod = BigQueryWriteGrpc.getCreateWriteStreamMethod) == null) {
synchronized (BigQueryWriteGrpc.class) {
if ((getCreateWriteStreamMethod = BigQueryWriteGrpc.getCreateWriteStreamMethod) == null) {
- BigQueryWriteGrpc.getCreateWriteStreamMethod =
- getCreateWriteStreamMethod =
- io.grpc.MethodDescriptor
- .
- newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateWriteStream"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest
- .getDefaultInstance()))
- .setResponseMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.WriteStream
- .getDefaultInstance()))
- .setSchemaDescriptor(
- new BigQueryWriteMethodDescriptorSupplier("CreateWriteStream"))
- .build();
+ BigQueryWriteGrpc.getCreateWriteStreamMethod = getCreateWriteStreamMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(SERVICE_NAME, "CreateWriteStream"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.WriteStream.getDefaultInstance()))
+ .setSchemaDescriptor(new BigQueryWriteMethodDescriptorSupplier("CreateWriteStream"))
+ .build();
}
}
}
return getCreateWriteStreamMethod;
}
- private static volatile io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest,
- com.google.cloud.bigquery.storage.v1.AppendRowsResponse>
- getAppendRowsMethod;
+ private static volatile io.grpc.MethodDescriptor getAppendRowsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "AppendRows",
requestType = com.google.cloud.bigquery.storage.v1.AppendRowsRequest.class,
responseType = com.google.cloud.bigquery.storage.v1.AppendRowsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
- public static io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest,
- com.google.cloud.bigquery.storage.v1.AppendRowsResponse>
- getAppendRowsMethod() {
- io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest,
- com.google.cloud.bigquery.storage.v1.AppendRowsResponse>
- getAppendRowsMethod;
+ public static io.grpc.MethodDescriptor getAppendRowsMethod() {
+ io.grpc.MethodDescriptor getAppendRowsMethod;
if ((getAppendRowsMethod = BigQueryWriteGrpc.getAppendRowsMethod) == null) {
synchronized (BigQueryWriteGrpc.class) {
if ((getAppendRowsMethod = BigQueryWriteGrpc.getAppendRowsMethod) == null) {
- BigQueryWriteGrpc.getAppendRowsMethod =
- getAppendRowsMethod =
- io.grpc.MethodDescriptor
- .
- newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
- .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AppendRows"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest
- .getDefaultInstance()))
- .setResponseMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.AppendRowsResponse
- .getDefaultInstance()))
- .setSchemaDescriptor(new BigQueryWriteMethodDescriptorSupplier("AppendRows"))
- .build();
+ BigQueryWriteGrpc.getAppendRowsMethod = getAppendRowsMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
+ .setFullMethodName(generateFullMethodName(SERVICE_NAME, "AppendRows"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.AppendRowsRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.AppendRowsResponse.getDefaultInstance()))
+ .setSchemaDescriptor(new BigQueryWriteMethodDescriptorSupplier("AppendRows"))
+ .build();
}
}
}
return getAppendRowsMethod;
}
- private static volatile io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest,
- com.google.cloud.bigquery.storage.v1.WriteStream>
- getGetWriteStreamMethod;
+ private static volatile io.grpc.MethodDescriptor getGetWriteStreamMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "GetWriteStream",
requestType = com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest.class,
responseType = com.google.cloud.bigquery.storage.v1.WriteStream.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
- public static io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest,
- com.google.cloud.bigquery.storage.v1.WriteStream>
- getGetWriteStreamMethod() {
- io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest,
- com.google.cloud.bigquery.storage.v1.WriteStream>
- getGetWriteStreamMethod;
+ public static io.grpc.MethodDescriptor getGetWriteStreamMethod() {
+ io.grpc.MethodDescriptor getGetWriteStreamMethod;
if ((getGetWriteStreamMethod = BigQueryWriteGrpc.getGetWriteStreamMethod) == null) {
synchronized (BigQueryWriteGrpc.class) {
if ((getGetWriteStreamMethod = BigQueryWriteGrpc.getGetWriteStreamMethod) == null) {
- BigQueryWriteGrpc.getGetWriteStreamMethod =
- getGetWriteStreamMethod =
- io.grpc.MethodDescriptor
- .
- newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetWriteStream"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest
- .getDefaultInstance()))
- .setResponseMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.WriteStream
- .getDefaultInstance()))
- .setSchemaDescriptor(
- new BigQueryWriteMethodDescriptorSupplier("GetWriteStream"))
- .build();
+ BigQueryWriteGrpc.getGetWriteStreamMethod = getGetWriteStreamMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(SERVICE_NAME, "GetWriteStream"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.WriteStream.getDefaultInstance()))
+ .setSchemaDescriptor(new BigQueryWriteMethodDescriptorSupplier("GetWriteStream"))
+ .build();
}
}
}
return getGetWriteStreamMethod;
}
- private static volatile io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest,
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse>
- getFinalizeWriteStreamMethod;
+ private static volatile io.grpc.MethodDescriptor getFinalizeWriteStreamMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "FinalizeWriteStream",
requestType = com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest.class,
responseType = com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
- public static io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest,
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse>
- getFinalizeWriteStreamMethod() {
- io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest,
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse>
- getFinalizeWriteStreamMethod;
+ public static io.grpc.MethodDescriptor getFinalizeWriteStreamMethod() {
+ io.grpc.MethodDescriptor getFinalizeWriteStreamMethod;
if ((getFinalizeWriteStreamMethod = BigQueryWriteGrpc.getFinalizeWriteStreamMethod) == null) {
synchronized (BigQueryWriteGrpc.class) {
- if ((getFinalizeWriteStreamMethod = BigQueryWriteGrpc.getFinalizeWriteStreamMethod)
- == null) {
- BigQueryWriteGrpc.getFinalizeWriteStreamMethod =
- getFinalizeWriteStreamMethod =
- io.grpc.MethodDescriptor
- .
- newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(
- generateFullMethodName(SERVICE_NAME, "FinalizeWriteStream"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest
- .getDefaultInstance()))
- .setResponseMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse
- .getDefaultInstance()))
- .setSchemaDescriptor(
- new BigQueryWriteMethodDescriptorSupplier("FinalizeWriteStream"))
- .build();
+ if ((getFinalizeWriteStreamMethod = BigQueryWriteGrpc.getFinalizeWriteStreamMethod) == null) {
+ BigQueryWriteGrpc.getFinalizeWriteStreamMethod = getFinalizeWriteStreamMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(SERVICE_NAME, "FinalizeWriteStream"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse.getDefaultInstance()))
+ .setSchemaDescriptor(new BigQueryWriteMethodDescriptorSupplier("FinalizeWriteStream"))
+ .build();
}
}
}
return getFinalizeWriteStreamMethod;
}
- private static volatile io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest,
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse>
- getBatchCommitWriteStreamsMethod;
+ private static volatile io.grpc.MethodDescriptor getBatchCommitWriteStreamsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "BatchCommitWriteStreams",
requestType = com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest.class,
responseType = com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
- public static io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest,
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse>
- getBatchCommitWriteStreamsMethod() {
- io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest,
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse>
- getBatchCommitWriteStreamsMethod;
- if ((getBatchCommitWriteStreamsMethod = BigQueryWriteGrpc.getBatchCommitWriteStreamsMethod)
- == null) {
+ public static io.grpc.MethodDescriptor getBatchCommitWriteStreamsMethod() {
+ io.grpc.MethodDescriptor getBatchCommitWriteStreamsMethod;
+ if ((getBatchCommitWriteStreamsMethod = BigQueryWriteGrpc.getBatchCommitWriteStreamsMethod) == null) {
synchronized (BigQueryWriteGrpc.class) {
- if ((getBatchCommitWriteStreamsMethod = BigQueryWriteGrpc.getBatchCommitWriteStreamsMethod)
- == null) {
- BigQueryWriteGrpc.getBatchCommitWriteStreamsMethod =
- getBatchCommitWriteStreamsMethod =
- io.grpc.MethodDescriptor
- .
- newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(
- generateFullMethodName(SERVICE_NAME, "BatchCommitWriteStreams"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest
- .getDefaultInstance()))
- .setResponseMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse
- .getDefaultInstance()))
- .setSchemaDescriptor(
- new BigQueryWriteMethodDescriptorSupplier("BatchCommitWriteStreams"))
- .build();
+ if ((getBatchCommitWriteStreamsMethod = BigQueryWriteGrpc.getBatchCommitWriteStreamsMethod) == null) {
+ BigQueryWriteGrpc.getBatchCommitWriteStreamsMethod = getBatchCommitWriteStreamsMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(SERVICE_NAME, "BatchCommitWriteStreams"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse.getDefaultInstance()))
+ .setSchemaDescriptor(new BigQueryWriteMethodDescriptorSupplier("BatchCommitWriteStreams"))
+ .build();
}
}
}
return getBatchCommitWriteStreamsMethod;
}
- private static volatile io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.FlushRowsRequest,
- com.google.cloud.bigquery.storage.v1.FlushRowsResponse>
- getFlushRowsMethod;
+ private static volatile io.grpc.MethodDescriptor getFlushRowsMethod;
@io.grpc.stub.annotations.RpcMethod(
fullMethodName = SERVICE_NAME + '/' + "FlushRows",
requestType = com.google.cloud.bigquery.storage.v1.FlushRowsRequest.class,
responseType = com.google.cloud.bigquery.storage.v1.FlushRowsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
- public static io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.FlushRowsRequest,
- com.google.cloud.bigquery.storage.v1.FlushRowsResponse>
- getFlushRowsMethod() {
- io.grpc.MethodDescriptor<
- com.google.cloud.bigquery.storage.v1.FlushRowsRequest,
- com.google.cloud.bigquery.storage.v1.FlushRowsResponse>
- getFlushRowsMethod;
+ public static io.grpc.MethodDescriptor getFlushRowsMethod() {
+ io.grpc.MethodDescriptor getFlushRowsMethod;
if ((getFlushRowsMethod = BigQueryWriteGrpc.getFlushRowsMethod) == null) {
synchronized (BigQueryWriteGrpc.class) {
if ((getFlushRowsMethod = BigQueryWriteGrpc.getFlushRowsMethod) == null) {
- BigQueryWriteGrpc.getFlushRowsMethod =
- getFlushRowsMethod =
- io.grpc.MethodDescriptor
- .
- newBuilder()
- .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
- .setFullMethodName(generateFullMethodName(SERVICE_NAME, "FlushRows"))
- .setSampledToLocalTracing(true)
- .setRequestMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.FlushRowsRequest
- .getDefaultInstance()))
- .setResponseMarshaller(
- io.grpc.protobuf.ProtoUtils.marshaller(
- com.google.cloud.bigquery.storage.v1.FlushRowsResponse
- .getDefaultInstance()))
- .setSchemaDescriptor(new BigQueryWriteMethodDescriptorSupplier("FlushRows"))
- .build();
+ BigQueryWriteGrpc.getFlushRowsMethod = getFlushRowsMethod =
+ io.grpc.MethodDescriptor.newBuilder()
+ .setType(io.grpc.MethodDescriptor.MethodType.UNARY)
+ .setFullMethodName(generateFullMethodName(SERVICE_NAME, "FlushRows"))
+ .setSampledToLocalTracing(true)
+ .setRequestMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.FlushRowsRequest.getDefaultInstance()))
+ .setResponseMarshaller(io.grpc.protobuf.ProtoUtils.marshaller(
+ com.google.cloud.bigquery.storage.v1.FlushRowsResponse.getDefaultInstance()))
+ .setSchemaDescriptor(new BigQueryWriteMethodDescriptorSupplier("FlushRows"))
+ .build();
}
}
}
return getFlushRowsMethod;
}
- /** Creates a new async stub that supports all call types for the service */
+ /**
+ * Creates a new async stub that supports all call types for the service
+ */
public static BigQueryWriteStub newStub(io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
- new io.grpc.stub.AbstractStub.StubFactory() {
- @java.lang.Override
- public BigQueryWriteStub newStub(
- io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
- return new BigQueryWriteStub(channel, callOptions);
- }
- };
+ new io.grpc.stub.AbstractStub.StubFactory() {
+ @java.lang.Override
+ public BigQueryWriteStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ return new BigQueryWriteStub(channel, callOptions);
+ }
+ };
return BigQueryWriteStub.newStub(factory, channel);
}
/**
* Creates a new blocking-style stub that supports unary and streaming output calls on the service
*/
- public static BigQueryWriteBlockingStub newBlockingStub(io.grpc.Channel channel) {
+ public static BigQueryWriteBlockingStub newBlockingStub(
+ io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
- new io.grpc.stub.AbstractStub.StubFactory() {
- @java.lang.Override
- public BigQueryWriteBlockingStub newStub(
- io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
- return new BigQueryWriteBlockingStub(channel, callOptions);
- }
- };
+ new io.grpc.stub.AbstractStub.StubFactory() {
+ @java.lang.Override
+ public BigQueryWriteBlockingStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ return new BigQueryWriteBlockingStub(channel, callOptions);
+ }
+ };
return BigQueryWriteBlockingStub.newStub(factory, channel);
}
- /** Creates a new ListenableFuture-style stub that supports unary calls on the service */
- public static BigQueryWriteFutureStub newFutureStub(io.grpc.Channel channel) {
+ /**
+ * Creates a new ListenableFuture-style stub that supports unary calls on the service
+ */
+ public static BigQueryWriteFutureStub newFutureStub(
+ io.grpc.Channel channel) {
io.grpc.stub.AbstractStub.StubFactory factory =
- new io.grpc.stub.AbstractStub.StubFactory() {
- @java.lang.Override
- public BigQueryWriteFutureStub newStub(
- io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
- return new BigQueryWriteFutureStub(channel, callOptions);
- }
- };
+ new io.grpc.stub.AbstractStub.StubFactory() {
+ @java.lang.Override
+ public BigQueryWriteFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ return new BigQueryWriteFutureStub(channel, callOptions);
+ }
+ };
return BigQueryWriteFutureStub.newStub(factory, channel);
}
/**
- *
- *
*
* BigQuery Write API.
* The Write API can be used to write data to BigQuery.
@@ -378,8 +262,6 @@ public BigQueryWriteFutureStub newStub(
public interface AsyncService {
/**
- *
- *
*
* Creates a write stream to the given table.
* Additionally, every table has a special stream named '_default'
@@ -389,17 +271,12 @@ public interface AsyncService {
* soon as an acknowledgement is received.
*
*/
- default void createWriteStream(
- com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest request,
- io.grpc.stub.StreamObserver
- responseObserver) {
- io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
- getCreateWriteStreamMethod(), responseObserver);
+ default void createWriteStream(com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getCreateWriteStreamMethod(), responseObserver);
}
/**
- *
- *
*
* Appends data to the given stream.
* If `offset` is specified, the `offset` is checked against the end of
@@ -427,49 +304,33 @@ default void createWriteStream(
* committed via the `BatchCommitWriteStreams` rpc.
*
*/
- default io.grpc.stub.StreamObserver
- appendRows(
- io.grpc.stub.StreamObserver
- responseObserver) {
- return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(
- getAppendRowsMethod(), responseObserver);
+ default io.grpc.stub.StreamObserver appendRows(
+ io.grpc.stub.StreamObserver responseObserver) {
+ return io.grpc.stub.ServerCalls.asyncUnimplementedStreamingCall(getAppendRowsMethod(), responseObserver);
}
/**
- *
- *
*
* Gets information about a write stream.
*
*/
- default void getWriteStream(
- com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest request,
- io.grpc.stub.StreamObserver
- responseObserver) {
- io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
- getGetWriteStreamMethod(), responseObserver);
+ default void getWriteStream(com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getGetWriteStreamMethod(), responseObserver);
}
/**
- *
- *
*
* Finalize a write stream so that no new data can be appended to the
* stream. Finalize is not supported on the '_default' stream.
*
*/
- default void finalizeWriteStream(
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest request,
- io.grpc.stub.StreamObserver<
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse>
- responseObserver) {
- io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
- getFinalizeWriteStreamMethod(), responseObserver);
+ default void finalizeWriteStream(com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getFinalizeWriteStreamMethod(), responseObserver);
}
/**
- *
- *
*
* Atomically commits a group of `PENDING` streams that belong to the same
* `parent` table.
@@ -478,18 +339,12 @@ default void finalizeWriteStream(
* for read operations.
*
*/
- default void batchCommitWriteStreams(
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest request,
- io.grpc.stub.StreamObserver<
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse>
- responseObserver) {
- io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(
- getBatchCommitWriteStreamsMethod(), responseObserver);
+ default void batchCommitWriteStreams(com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
+ io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getBatchCommitWriteStreamsMethod(), responseObserver);
}
/**
- *
- *
*
* Flushes rows to a BUFFERED stream.
* If users are appending rows to BUFFERED stream, flush operation is
@@ -499,17 +354,14 @@ default void batchCommitWriteStreams(
* Flush is not supported on the _default stream, since it is not BUFFERED.
*
*/
- default void flushRows(
- com.google.cloud.bigquery.storage.v1.FlushRowsRequest request,
- io.grpc.stub.StreamObserver
- responseObserver) {
+ default void flushRows(com.google.cloud.bigquery.storage.v1.FlushRowsRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall(getFlushRowsMethod(), responseObserver);
}
}
/**
* Base class for the server implementation of the service BigQueryWrite.
- *
*
* BigQuery Write API.
* The Write API can be used to write data to BigQuery.
@@ -517,18 +369,16 @@ default void flushRows(
* https://cloud.google.com/bigquery/docs/write-api
*
*/
- public abstract static class BigQueryWriteImplBase
+ public static abstract class BigQueryWriteImplBase
implements io.grpc.BindableService, AsyncService {
- @java.lang.Override
- public final io.grpc.ServerServiceDefinition bindService() {
+ @java.lang.Override public final io.grpc.ServerServiceDefinition bindService() {
return BigQueryWriteGrpc.bindService(this);
}
}
/**
* A stub to allow clients to do asynchronous rpc calls to service BigQueryWrite.
- *
*
* BigQuery Write API.
* The Write API can be used to write data to BigQuery.
@@ -538,18 +388,18 @@ public final io.grpc.ServerServiceDefinition bindService() {
*/
public static final class BigQueryWriteStub
extends io.grpc.stub.AbstractAsyncStub {
- private BigQueryWriteStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ private BigQueryWriteStub(
+ io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@java.lang.Override
- protected BigQueryWriteStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ protected BigQueryWriteStub build(
+ io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
return new BigQueryWriteStub(channel, callOptions);
}
/**
- *
- *
*
* Creates a write stream to the given table.
* Additionally, every table has a special stream named '_default'
@@ -559,19 +409,13 @@ protected BigQueryWriteStub build(io.grpc.Channel channel, io.grpc.CallOptions c
* soon as an acknowledgement is received.
*
*/
- public void createWriteStream(
- com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest request,
- io.grpc.stub.StreamObserver
- responseObserver) {
+ public void createWriteStream(com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
- getChannel().newCall(getCreateWriteStreamMethod(), getCallOptions()),
- request,
- responseObserver);
+ getChannel().newCall(getCreateWriteStreamMethod(), getCallOptions()), request, responseObserver);
}
/**
- *
- *
*
* Appends data to the given stream.
* If `offset` is specified, the `offset` is checked against the end of
@@ -599,53 +443,36 @@ public void createWriteStream(
* committed via the `BatchCommitWriteStreams` rpc.
*
*/
- public io.grpc.stub.StreamObserver
- appendRows(
- io.grpc.stub.StreamObserver
- responseObserver) {
+ public io.grpc.stub.StreamObserver appendRows(
+ io.grpc.stub.StreamObserver responseObserver) {
return io.grpc.stub.ClientCalls.asyncBidiStreamingCall(
getChannel().newCall(getAppendRowsMethod(), getCallOptions()), responseObserver);
}
/**
- *
- *
*
* Gets information about a write stream.
*
*/
- public void getWriteStream(
- com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest request,
- io.grpc.stub.StreamObserver
- responseObserver) {
+ public void getWriteStream(com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
- getChannel().newCall(getGetWriteStreamMethod(), getCallOptions()),
- request,
- responseObserver);
+ getChannel().newCall(getGetWriteStreamMethod(), getCallOptions()), request, responseObserver);
}
/**
- *
- *
*
* Finalize a write stream so that no new data can be appended to the
* stream. Finalize is not supported on the '_default' stream.
*
*/
- public void finalizeWriteStream(
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest request,
- io.grpc.stub.StreamObserver<
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse>
- responseObserver) {
+ public void finalizeWriteStream(com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
- getChannel().newCall(getFinalizeWriteStreamMethod(), getCallOptions()),
- request,
- responseObserver);
+ getChannel().newCall(getFinalizeWriteStreamMethod(), getCallOptions()), request, responseObserver);
}
/**
- *
- *
*
* Atomically commits a group of `PENDING` streams that belong to the same
* `parent` table.
@@ -654,20 +481,13 @@ public void finalizeWriteStream(
* for read operations.
*
*/
- public void batchCommitWriteStreams(
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest request,
- io.grpc.stub.StreamObserver<
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse>
- responseObserver) {
+ public void batchCommitWriteStreams(com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
- getChannel().newCall(getBatchCommitWriteStreamsMethod(), getCallOptions()),
- request,
- responseObserver);
+ getChannel().newCall(getBatchCommitWriteStreamsMethod(), getCallOptions()), request, responseObserver);
}
/**
- *
- *
*
* Flushes rows to a BUFFERED stream.
* If users are appending rows to BUFFERED stream, flush operation is
@@ -677,10 +497,8 @@ public void batchCommitWriteStreams(
* Flush is not supported on the _default stream, since it is not BUFFERED.
*
*/
- public void flushRows(
- com.google.cloud.bigquery.storage.v1.FlushRowsRequest request,
- io.grpc.stub.StreamObserver
- responseObserver) {
+ public void flushRows(com.google.cloud.bigquery.storage.v1.FlushRowsRequest request,
+ io.grpc.stub.StreamObserver responseObserver) {
io.grpc.stub.ClientCalls.asyncUnaryCall(
getChannel().newCall(getFlushRowsMethod(), getCallOptions()), request, responseObserver);
}
@@ -688,7 +506,6 @@ public void flushRows(
/**
* A stub to allow clients to do synchronous rpc calls to service BigQueryWrite.
- *
*
* BigQuery Write API.
* The Write API can be used to write data to BigQuery.
@@ -698,7 +515,8 @@ public void flushRows(
*/
public static final class BigQueryWriteBlockingStub
extends io.grpc.stub.AbstractBlockingStub {
- private BigQueryWriteBlockingStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ private BigQueryWriteBlockingStub(
+ io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@@ -709,8 +527,6 @@ protected BigQueryWriteBlockingStub build(
}
/**
- *
- *
*
* Creates a write stream to the given table.
* Additionally, every table has a special stream named '_default'
@@ -720,42 +536,33 @@ protected BigQueryWriteBlockingStub build(
* soon as an acknowledgement is received.
*
*/
- public com.google.cloud.bigquery.storage.v1.WriteStream createWriteStream(
- com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest request) {
+ public com.google.cloud.bigquery.storage.v1.WriteStream createWriteStream(com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getCreateWriteStreamMethod(), getCallOptions(), request);
}
/**
- *
- *
*
* Gets information about a write stream.
*
*/
- public com.google.cloud.bigquery.storage.v1.WriteStream getWriteStream(
- com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest request) {
+ public com.google.cloud.bigquery.storage.v1.WriteStream getWriteStream(com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getGetWriteStreamMethod(), getCallOptions(), request);
}
/**
- *
- *
*
* Finalize a write stream so that no new data can be appended to the
* stream. Finalize is not supported on the '_default' stream.
*
*/
- public com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse finalizeWriteStream(
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest request) {
+ public com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse finalizeWriteStream(com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getFinalizeWriteStreamMethod(), getCallOptions(), request);
}
/**
- *
- *
*
* Atomically commits a group of `PENDING` streams that belong to the same
* `parent` table.
@@ -764,16 +571,12 @@ public com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse finalize
* for read operations.
*
*/
- public com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse
- batchCommitWriteStreams(
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest request) {
+ public com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse batchCommitWriteStreams(com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getBatchCommitWriteStreamsMethod(), getCallOptions(), request);
}
/**
- *
- *
*
* Flushes rows to a BUFFERED stream.
* If users are appending rows to BUFFERED stream, flush operation is
@@ -783,8 +586,7 @@ public com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse finalize
* Flush is not supported on the _default stream, since it is not BUFFERED.
*
*/
- public com.google.cloud.bigquery.storage.v1.FlushRowsResponse flushRows(
- com.google.cloud.bigquery.storage.v1.FlushRowsRequest request) {
+ public com.google.cloud.bigquery.storage.v1.FlushRowsResponse flushRows(com.google.cloud.bigquery.storage.v1.FlushRowsRequest request) {
return io.grpc.stub.ClientCalls.blockingUnaryCall(
getChannel(), getFlushRowsMethod(), getCallOptions(), request);
}
@@ -792,7 +594,6 @@ public com.google.cloud.bigquery.storage.v1.FlushRowsResponse flushRows(
/**
* A stub to allow clients to do ListenableFuture-style rpc calls to service BigQueryWrite.
- *
*
* BigQuery Write API.
* The Write API can be used to write data to BigQuery.
@@ -802,7 +603,8 @@ public com.google.cloud.bigquery.storage.v1.FlushRowsResponse flushRows(
*/
public static final class BigQueryWriteFutureStub
extends io.grpc.stub.AbstractFutureStub {
- private BigQueryWriteFutureStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
+ private BigQueryWriteFutureStub(
+ io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
super(channel, callOptions);
}
@@ -813,8 +615,6 @@ protected BigQueryWriteFutureStub build(
}
/**
- *
- *
*
* Creates a write stream to the given table.
* Additionally, every table has a special stream named '_default'
@@ -824,46 +624,36 @@ protected BigQueryWriteFutureStub build(
* soon as an acknowledgement is received.
*
*/
- public com.google.common.util.concurrent.ListenableFuture<
- com.google.cloud.bigquery.storage.v1.WriteStream>
- createWriteStream(com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest request) {
+ public com.google.common.util.concurrent.ListenableFuture createWriteStream(
+ com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getCreateWriteStreamMethod(), getCallOptions()), request);
}
/**
- *
- *
*
* Gets information about a write stream.
*
*/
- public com.google.common.util.concurrent.ListenableFuture<
- com.google.cloud.bigquery.storage.v1.WriteStream>
- getWriteStream(com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest request) {
+ public com.google.common.util.concurrent.ListenableFuture getWriteStream(
+ com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getGetWriteStreamMethod(), getCallOptions()), request);
}
/**
- *
- *
*
* Finalize a write stream so that no new data can be appended to the
* stream. Finalize is not supported on the '_default' stream.
*
*/
- public com.google.common.util.concurrent.ListenableFuture<
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse>
- finalizeWriteStream(
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest request) {
+ public com.google.common.util.concurrent.ListenableFuture finalizeWriteStream(
+ com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getFinalizeWriteStreamMethod(), getCallOptions()), request);
}
/**
- *
- *
*
* Atomically commits a group of `PENDING` streams that belong to the same
* `parent` table.
@@ -872,17 +662,13 @@ protected BigQueryWriteFutureStub build(
* for read operations.
*
*/
- public com.google.common.util.concurrent.ListenableFuture<
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse>
- batchCommitWriteStreams(
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest request) {
+ public com.google.common.util.concurrent.ListenableFuture batchCommitWriteStreams(
+ com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getBatchCommitWriteStreamsMethod(), getCallOptions()), request);
}
/**
- *
- *
*
* Flushes rows to a BUFFERED stream.
* If users are appending rows to BUFFERED stream, flush operation is
@@ -892,9 +678,8 @@ protected BigQueryWriteFutureStub build(
* Flush is not supported on the _default stream, since it is not BUFFERED.
*
*/
- public com.google.common.util.concurrent.ListenableFuture<
- com.google.cloud.bigquery.storage.v1.FlushRowsResponse>
- flushRows(com.google.cloud.bigquery.storage.v1.FlushRowsRequest request) {
+ public com.google.common.util.concurrent.ListenableFuture flushRows(
+ com.google.cloud.bigquery.storage.v1.FlushRowsRequest request) {
return io.grpc.stub.ClientCalls.futureUnaryCall(
getChannel().newCall(getFlushRowsMethod(), getCallOptions()), request);
}
@@ -907,11 +692,11 @@ protected BigQueryWriteFutureStub build(
private static final int METHODID_FLUSH_ROWS = 4;
private static final int METHODID_APPEND_ROWS = 5;
- private static final class MethodHandlers
- implements io.grpc.stub.ServerCalls.UnaryMethod,
- io.grpc.stub.ServerCalls.ServerStreamingMethod,
- io.grpc.stub.ServerCalls.ClientStreamingMethod,
- io.grpc.stub.ServerCalls.BidiStreamingMethod {
+ private static final class MethodHandlers implements
+ io.grpc.stub.ServerCalls.UnaryMethod,
+ io.grpc.stub.ServerCalls.ServerStreamingMethod,
+ io.grpc.stub.ServerCalls.ClientStreamingMethod,
+ io.grpc.stub.ServerCalls.BidiStreamingMethod {
private final AsyncService serviceImpl;
private final int methodId;
@@ -925,36 +710,24 @@ private static final class MethodHandlers
public void invoke(Req request, io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
case METHODID_CREATE_WRITE_STREAM:
- serviceImpl.createWriteStream(
- (com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest) request,
- (io.grpc.stub.StreamObserver)
- responseObserver);
+ serviceImpl.createWriteStream((com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest) request,
+ (io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_GET_WRITE_STREAM:
- serviceImpl.getWriteStream(
- (com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest) request,
- (io.grpc.stub.StreamObserver)
- responseObserver);
+ serviceImpl.getWriteStream((com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest) request,
+ (io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_FINALIZE_WRITE_STREAM:
- serviceImpl.finalizeWriteStream(
- (com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest) request,
- (io.grpc.stub.StreamObserver<
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse>)
- responseObserver);
+ serviceImpl.finalizeWriteStream((com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest) request,
+ (io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_BATCH_COMMIT_WRITE_STREAMS:
- serviceImpl.batchCommitWriteStreams(
- (com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest) request,
- (io.grpc.stub.StreamObserver<
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse>)
- responseObserver);
+ serviceImpl.batchCommitWriteStreams((com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest) request,
+ (io.grpc.stub.StreamObserver) responseObserver);
break;
case METHODID_FLUSH_ROWS:
- serviceImpl.flushRows(
- (com.google.cloud.bigquery.storage.v1.FlushRowsRequest) request,
- (io.grpc.stub.StreamObserver)
- responseObserver);
+ serviceImpl.flushRows((com.google.cloud.bigquery.storage.v1.FlushRowsRequest) request,
+ (io.grpc.stub.StreamObserver) responseObserver);
break;
default:
throw new AssertionError();
@@ -967,11 +740,8 @@ public io.grpc.stub.StreamObserver invoke(
io.grpc.stub.StreamObserver responseObserver) {
switch (methodId) {
case METHODID_APPEND_ROWS:
- return (io.grpc.stub.StreamObserver)
- serviceImpl.appendRows(
- (io.grpc.stub.StreamObserver<
- com.google.cloud.bigquery.storage.v1.AppendRowsResponse>)
- responseObserver);
+ return (io.grpc.stub.StreamObserver) serviceImpl.appendRows(
+ (io.grpc.stub.StreamObserver) responseObserver);
default:
throw new AssertionError();
}
@@ -981,53 +751,52 @@ public io.grpc.stub.StreamObserver invoke(
public static final io.grpc.ServerServiceDefinition bindService(AsyncService service) {
return io.grpc.ServerServiceDefinition.builder(getServiceDescriptor())
.addMethod(
- getCreateWriteStreamMethod(),
- io.grpc.stub.ServerCalls.asyncUnaryCall(
- new MethodHandlers<
- com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest,
- com.google.cloud.bigquery.storage.v1.WriteStream>(
- service, METHODID_CREATE_WRITE_STREAM)))
+ getCreateWriteStreamMethod(),
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.bigquery.storage.v1.CreateWriteStreamRequest,
+ com.google.cloud.bigquery.storage.v1.WriteStream>(
+ service, METHODID_CREATE_WRITE_STREAM)))
.addMethod(
- getAppendRowsMethod(),
- io.grpc.stub.ServerCalls.asyncBidiStreamingCall(
- new MethodHandlers<
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest,
- com.google.cloud.bigquery.storage.v1.AppendRowsResponse>(
- service, METHODID_APPEND_ROWS)))
+ getAppendRowsMethod(),
+ io.grpc.stub.ServerCalls.asyncBidiStreamingCall(
+ new MethodHandlers<
+ com.google.cloud.bigquery.storage.v1.AppendRowsRequest,
+ com.google.cloud.bigquery.storage.v1.AppendRowsResponse>(
+ service, METHODID_APPEND_ROWS)))
.addMethod(
- getGetWriteStreamMethod(),
- io.grpc.stub.ServerCalls.asyncUnaryCall(
- new MethodHandlers<
- com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest,
- com.google.cloud.bigquery.storage.v1.WriteStream>(
- service, METHODID_GET_WRITE_STREAM)))
+ getGetWriteStreamMethod(),
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.bigquery.storage.v1.GetWriteStreamRequest,
+ com.google.cloud.bigquery.storage.v1.WriteStream>(
+ service, METHODID_GET_WRITE_STREAM)))
.addMethod(
- getFinalizeWriteStreamMethod(),
- io.grpc.stub.ServerCalls.asyncUnaryCall(
- new MethodHandlers<
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest,
- com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse>(
- service, METHODID_FINALIZE_WRITE_STREAM)))
+ getFinalizeWriteStreamMethod(),
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamRequest,
+ com.google.cloud.bigquery.storage.v1.FinalizeWriteStreamResponse>(
+ service, METHODID_FINALIZE_WRITE_STREAM)))
.addMethod(
- getBatchCommitWriteStreamsMethod(),
- io.grpc.stub.ServerCalls.asyncUnaryCall(
- new MethodHandlers<
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest,
- com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse>(
- service, METHODID_BATCH_COMMIT_WRITE_STREAMS)))
+ getBatchCommitWriteStreamsMethod(),
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsRequest,
+ com.google.cloud.bigquery.storage.v1.BatchCommitWriteStreamsResponse>(
+ service, METHODID_BATCH_COMMIT_WRITE_STREAMS)))
.addMethod(
- getFlushRowsMethod(),
- io.grpc.stub.ServerCalls.asyncUnaryCall(
- new MethodHandlers<
- com.google.cloud.bigquery.storage.v1.FlushRowsRequest,
- com.google.cloud.bigquery.storage.v1.FlushRowsResponse>(
- service, METHODID_FLUSH_ROWS)))
+ getFlushRowsMethod(),
+ io.grpc.stub.ServerCalls.asyncUnaryCall(
+ new MethodHandlers<
+ com.google.cloud.bigquery.storage.v1.FlushRowsRequest,
+ com.google.cloud.bigquery.storage.v1.FlushRowsResponse>(
+ service, METHODID_FLUSH_ROWS)))
.build();
}
- private abstract static class BigQueryWriteBaseDescriptorSupplier
- implements io.grpc.protobuf.ProtoFileDescriptorSupplier,
- io.grpc.protobuf.ProtoServiceDescriptorSupplier {
+ private static abstract class BigQueryWriteBaseDescriptorSupplier
+ implements io.grpc.protobuf.ProtoFileDescriptorSupplier, io.grpc.protobuf.ProtoServiceDescriptorSupplier {
BigQueryWriteBaseDescriptorSupplier() {}
@java.lang.Override
@@ -1069,17 +838,15 @@ public static io.grpc.ServiceDescriptor getServiceDescriptor() {
synchronized (BigQueryWriteGrpc.class) {
result = serviceDescriptor;
if (result == null) {
- serviceDescriptor =
- result =
- io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
- .setSchemaDescriptor(new BigQueryWriteFileDescriptorSupplier())
- .addMethod(getCreateWriteStreamMethod())
- .addMethod(getAppendRowsMethod())
- .addMethod(getGetWriteStreamMethod())
- .addMethod(getFinalizeWriteStreamMethod())
- .addMethod(getBatchCommitWriteStreamsMethod())
- .addMethod(getFlushRowsMethod())
- .build();
+ serviceDescriptor = result = io.grpc.ServiceDescriptor.newBuilder(SERVICE_NAME)
+ .setSchemaDescriptor(new BigQueryWriteFileDescriptorSupplier())
+ .addMethod(getCreateWriteStreamMethod())
+ .addMethod(getAppendRowsMethod())
+ .addMethod(getGetWriteStreamMethod())
+ .addMethod(getFinalizeWriteStreamMethod())
+ .addMethod(getBatchCommitWriteStreamsMethod())
+ .addMethod(getFlushRowsMethod())
+ .build();
}
}
}
diff --git a/owl-bot-staging/v1/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/AnnotationsProto.java b/owl-bot-staging/v1/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/AnnotationsProto.java
new file mode 100644
index 0000000000..60291b55fd
--- /dev/null
+++ b/owl-bot-staging/v1/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/AnnotationsProto.java
@@ -0,0 +1,75 @@
+// Generated by the protocol buffer compiler. DO NOT EDIT!
+// source: google/cloud/bigquery/storage/v1/annotations.proto
+
+// Protobuf Java Version: 3.25.2
+package com.google.cloud.bigquery.storage.v1;
+
+public final class AnnotationsProto {
+ private AnnotationsProto() {}
+ public static void registerAllExtensions(
+ com.google.protobuf.ExtensionRegistryLite registry) {
+ registry.add(com.google.cloud.bigquery.storage.v1.AnnotationsProto.columnName);
+ }
+
+ public static void registerAllExtensions(
+ com.google.protobuf.ExtensionRegistry registry) {
+ registerAllExtensions(
+ (com.google.protobuf.ExtensionRegistryLite) registry);
+ }
+ public static final int COLUMN_NAME_FIELD_NUMBER = 454943157;
+ /**
+ *
+ * Setting the column_name extension allows users to reference
+ * bigquery column independently of the field name in the protocol buffer
+ * message.
+ *
+ * The intended use of this annotation is to reference a destination column
+ * named using characters unavailable for protobuf field names (e.g. unicode
+ * characters).
+ *
+ * More details about BigQuery naming limitations can be found here:
+ * https://cloud.google.com/bigquery/docs/schemas#column_names
+ *
+ * This extension is currently experimental.
+ *
+ *
+ * extend .google.protobuf.FieldOptions { ... }
+ */
+ public static final
+ com.google.protobuf.GeneratedMessage.GeneratedExtension<
+ com.google.protobuf.DescriptorProtos.FieldOptions,
+ java.lang.String> columnName = com.google.protobuf.GeneratedMessage
+ .newFileScopedGeneratedExtension(
+ java.lang.String.class,
+ null);
+
+ public static com.google.protobuf.Descriptors.FileDescriptor
+ getDescriptor() {
+ return descriptor;
+ }
+ private static com.google.protobuf.Descriptors.FileDescriptor
+ descriptor;
+ static {
+ java.lang.String[] descriptorData = {
+ "\n2google/cloud/bigquery/storage/v1/annot" +
+ "ations.proto\022 google.cloud.bigquery.stor" +
+ "age.v1\032 google/protobuf/descriptor.proto" +
+ ":9\n\013column_name\022\035.google.protobuf.FieldO" +
+ "ptions\030\265\303\367\330\001 \001(\t\210\001\001B\300\001\n$com.google.cloud" +
+ ".bigquery.storage.v1B\020AnnotationsProtoP\001" +
+ "Z>cloud.google.com/go/bigquery/storage/a" +
+ "piv1/storagepb;storagepb\252\002 Google.Cloud." +
+ "BigQuery.Storage.V1\312\002 Google\\Cloud\\BigQu" +
+ "ery\\Storage\\V1b\006proto3"
+ };
+ descriptor = com.google.protobuf.Descriptors.FileDescriptor
+ .internalBuildGeneratedFileFrom(descriptorData,
+ new com.google.protobuf.Descriptors.FileDescriptor[] {
+ com.google.protobuf.DescriptorProtos.getDescriptor(),
+ });
+ columnName.internalInit(descriptor.getExtensions().get(0));
+ com.google.protobuf.DescriptorProtos.getDescriptor();
+ }
+
+ // @@protoc_insertion_point(outer_class_scope)
+}
diff --git a/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/AppendRowsRequest.java b/owl-bot-staging/v1/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/AppendRowsRequest.java
similarity index 72%
rename from proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/AppendRowsRequest.java
rename to owl-bot-staging/v1/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/AppendRowsRequest.java
index 6ec0a68a79..e6af30af8b 100644
--- a/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/AppendRowsRequest.java
+++ b/owl-bot-staging/v1/proto-google-cloud-bigquerystorage-v1/src/main/java/com/google/cloud/bigquery/storage/v1/AppendRowsRequest.java
@@ -1,18 +1,3 @@
-/*
- * Copyright 2024 Google LLC
- *
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- *
- * https://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/bigquery/storage/v1/storage.proto
@@ -20,8 +5,6 @@
package com.google.cloud.bigquery.storage.v1;
/**
- *
- *
*
* Request message for `AppendRows`.
*
@@ -36,16 +19,15 @@
*
* Protobuf type {@code google.cloud.bigquery.storage.v1.AppendRowsRequest}
*/
-public final class AppendRowsRequest extends com.google.protobuf.GeneratedMessageV3
- implements
+public final class AppendRowsRequest extends
+ com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.cloud.bigquery.storage.v1.AppendRowsRequest)
AppendRowsRequestOrBuilder {
- private static final long serialVersionUID = 0L;
+private static final long serialVersionUID = 0L;
// Use AppendRowsRequest.newBuilder() to construct.
private AppendRowsRequest(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
-
private AppendRowsRequest() {
writeStream_ = "";
traceId_ = "";
@@ -54,13 +36,14 @@ private AppendRowsRequest() {
@java.lang.Override
@SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
return new AppendRowsRequest();
}
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.cloud.bigquery.storage.v1.StorageProto
- .internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_descriptor;
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.cloud.bigquery.storage.v1.StorageProto.internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_descriptor;
}
@SuppressWarnings({"rawtypes"})
@@ -71,36 +54,30 @@ protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldRefl
case 7:
return internalGetMissingValueInterpretations();
default:
- throw new RuntimeException("Invalid map field number: " + number);
+ throw new RuntimeException(
+ "Invalid map field number: " + number);
}
}
-
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.cloud.bigquery.storage.v1.StorageProto
- .internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_fieldAccessorTable
+ return com.google.cloud.bigquery.storage.v1.StorageProto.internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest.class,
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest.Builder.class);
+ com.google.cloud.bigquery.storage.v1.AppendRowsRequest.class, com.google.cloud.bigquery.storage.v1.AppendRowsRequest.Builder.class);
}
/**
- *
- *
*
* An enum to indicate how to interpret missing values of fields that are
* present in user schema but missing in rows. A missing value can represent a
* NULL or a column default value defined in BigQuery table schema.
*
*
- * Protobuf enum {@code
- * google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation}
+ * Protobuf enum {@code google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation}
*/
- public enum MissingValueInterpretation implements com.google.protobuf.ProtocolMessageEnum {
+ public enum MissingValueInterpretation
+ implements com.google.protobuf.ProtocolMessageEnum {
/**
- *
- *
*
* Invalid missing value interpretation. Requests with this value will be
* rejected.
@@ -110,8 +87,6 @@ public enum MissingValueInterpretation implements com.google.protobuf.ProtocolMe
*/
MISSING_VALUE_INTERPRETATION_UNSPECIFIED(0),
/**
- *
- *
*
* Missing value is interpreted as NULL.
*
@@ -120,8 +95,6 @@ public enum MissingValueInterpretation implements com.google.protobuf.ProtocolMe
*/
NULL_VALUE(1),
/**
- *
- *
*
* Missing value is interpreted as column default value if declared in the
* table schema, NULL otherwise.
@@ -134,8 +107,6 @@ public enum MissingValueInterpretation implements com.google.protobuf.ProtocolMe
;
/**
- *
- *
*
* Invalid missing value interpretation. Requests with this value will be
* rejected.
@@ -145,8 +116,6 @@ public enum MissingValueInterpretation implements com.google.protobuf.ProtocolMe
*/
public static final int MISSING_VALUE_INTERPRETATION_UNSPECIFIED_VALUE = 0;
/**
- *
- *
*
* Missing value is interpreted as NULL.
*
@@ -155,8 +124,6 @@ public enum MissingValueInterpretation implements com.google.protobuf.ProtocolMe
*/
public static final int NULL_VALUE_VALUE = 1;
/**
- *
- *
*
* Missing value is interpreted as column default value if declared in the
* table schema, NULL otherwise.
@@ -166,6 +133,7 @@ public enum MissingValueInterpretation implements com.google.protobuf.ProtocolMe
*/
public static final int DEFAULT_VALUE_VALUE = 2;
+
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
@@ -190,14 +158,10 @@ public static MissingValueInterpretation valueOf(int value) {
*/
public static MissingValueInterpretation forNumber(int value) {
switch (value) {
- case 0:
- return MISSING_VALUE_INTERPRETATION_UNSPECIFIED;
- case 1:
- return NULL_VALUE;
- case 2:
- return DEFAULT_VALUE;
- default:
- return null;
+ case 0: return MISSING_VALUE_INTERPRETATION_UNSPECIFIED;
+ case 1: return NULL_VALUE;
+ case 2: return DEFAULT_VALUE;
+ default: return null;
}
}
@@ -205,31 +169,29 @@ public static MissingValueInterpretation forNumber(int value) {
internalGetValueMap() {
return internalValueMap;
}
+ private static final com.google.protobuf.Internal.EnumLiteMap<
+ MissingValueInterpretation> internalValueMap =
+ new com.google.protobuf.Internal.EnumLiteMap() {
+ public MissingValueInterpretation findValueByNumber(int number) {
+ return MissingValueInterpretation.forNumber(number);
+ }
+ };
- private static final com.google.protobuf.Internal.EnumLiteMap
- internalValueMap =
- new com.google.protobuf.Internal.EnumLiteMap() {
- public MissingValueInterpretation findValueByNumber(int number) {
- return MissingValueInterpretation.forNumber(number);
- }
- };
-
- public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() {
+ public final com.google.protobuf.Descriptors.EnumValueDescriptor
+ getValueDescriptor() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalStateException(
"Can't get the descriptor of an unrecognized enum value.");
}
return getDescriptor().getValues().get(ordinal());
}
-
- public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType() {
+ public final com.google.protobuf.Descriptors.EnumDescriptor
+ getDescriptorForType() {
return getDescriptor();
}
-
- public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() {
- return com.google.cloud.bigquery.storage.v1.AppendRowsRequest.getDescriptor()
- .getEnumTypes()
- .get(0);
+ public static final com.google.protobuf.Descriptors.EnumDescriptor
+ getDescriptor() {
+ return com.google.cloud.bigquery.storage.v1.AppendRowsRequest.getDescriptor().getEnumTypes().get(0);
}
private static final MissingValueInterpretation[] VALUES = values();
@@ -237,7 +199,8 @@ public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor
public static MissingValueInterpretation valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
- throw new java.lang.IllegalArgumentException("EnumValueDescriptor is not for this type.");
+ throw new java.lang.IllegalArgumentException(
+ "EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
@@ -254,14 +217,11 @@ private MissingValueInterpretation(int value) {
// @@protoc_insertion_point(enum_scope:google.cloud.bigquery.storage.v1.AppendRowsRequest.MissingValueInterpretation)
}
- public interface ProtoDataOrBuilder
- extends
+ public interface ProtoDataOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData)
com.google.protobuf.MessageOrBuilder {
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -274,13 +234,10 @@ public interface ProtoDataOrBuilder
*
*
* .google.cloud.bigquery.storage.v1.ProtoSchema writer_schema = 1;
- *
* @return Whether the writerSchema field is set.
*/
boolean hasWriterSchema();
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -293,13 +250,10 @@ public interface ProtoDataOrBuilder
*
*
* .google.cloud.bigquery.storage.v1.ProtoSchema writer_schema = 1;
- *
* @return The writerSchema.
*/
com.google.cloud.bigquery.storage.v1.ProtoSchema getWriterSchema();
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -316,8 +270,6 @@ public interface ProtoDataOrBuilder
com.google.cloud.bigquery.storage.v1.ProtoSchemaOrBuilder getWriterSchemaOrBuilder();
/**
- *
- *
*
* Serialized row data in protobuf message format.
* Currently, the backend expects the serialized rows to adhere to
@@ -326,13 +278,10 @@ public interface ProtoDataOrBuilder
*
*
* .google.cloud.bigquery.storage.v1.ProtoRows rows = 2;
- *
* @return Whether the rows field is set.
*/
boolean hasRows();
/**
- *
- *
*
* Serialized row data in protobuf message format.
* Currently, the backend expects the serialized rows to adhere to
@@ -341,13 +290,10 @@ public interface ProtoDataOrBuilder
*
*
* .google.cloud.bigquery.storage.v1.ProtoRows rows = 2;
- *
* @return The rows.
*/
com.google.cloud.bigquery.storage.v1.ProtoRows getRows();
/**
- *
- *
*
* Serialized row data in protobuf message format.
* Currently, the backend expects the serialized rows to adhere to
@@ -360,8 +306,6 @@ public interface ProtoDataOrBuilder
com.google.cloud.bigquery.storage.v1.ProtoRowsOrBuilder getRowsOrBuilder();
}
/**
- *
- *
*
* ProtoData contains the data rows and schema when constructing append
* requests.
@@ -369,45 +313,42 @@ public interface ProtoDataOrBuilder
*
* Protobuf type {@code google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData}
*/
- public static final class ProtoData extends com.google.protobuf.GeneratedMessageV3
- implements
+ public static final class ProtoData extends
+ com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(message_implements:google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData)
ProtoDataOrBuilder {
- private static final long serialVersionUID = 0L;
+ private static final long serialVersionUID = 0L;
// Use ProtoData.newBuilder() to construct.
private ProtoData(com.google.protobuf.GeneratedMessageV3.Builder> builder) {
super(builder);
}
-
- private ProtoData() {}
+ private ProtoData() {
+ }
@java.lang.Override
@SuppressWarnings({"unused"})
- protected java.lang.Object newInstance(UnusedPrivateParameter unused) {
+ protected java.lang.Object newInstance(
+ UnusedPrivateParameter unused) {
return new ProtoData();
}
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.cloud.bigquery.storage.v1.StorageProto
- .internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_ProtoData_descriptor;
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.cloud.bigquery.storage.v1.StorageProto.internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_ProtoData_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.cloud.bigquery.storage.v1.StorageProto
- .internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_ProtoData_fieldAccessorTable
+ return com.google.cloud.bigquery.storage.v1.StorageProto.internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_ProtoData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.class,
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.Builder.class);
+ com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.class, com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.Builder.class);
}
private int bitField0_;
public static final int WRITER_SCHEMA_FIELD_NUMBER = 1;
private com.google.cloud.bigquery.storage.v1.ProtoSchema writerSchema_;
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -420,7 +361,6 @@ public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
*
*
* .google.cloud.bigquery.storage.v1.ProtoSchema writer_schema = 1;
- *
* @return Whether the writerSchema field is set.
*/
@java.lang.Override
@@ -428,8 +368,6 @@ public boolean hasWriterSchema() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -442,18 +380,13 @@ public boolean hasWriterSchema() {
*
*
* .google.cloud.bigquery.storage.v1.ProtoSchema writer_schema = 1;
- *
* @return The writerSchema.
*/
@java.lang.Override
public com.google.cloud.bigquery.storage.v1.ProtoSchema getWriterSchema() {
- return writerSchema_ == null
- ? com.google.cloud.bigquery.storage.v1.ProtoSchema.getDefaultInstance()
- : writerSchema_;
+ return writerSchema_ == null ? com.google.cloud.bigquery.storage.v1.ProtoSchema.getDefaultInstance() : writerSchema_;
}
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -469,16 +402,12 @@ public com.google.cloud.bigquery.storage.v1.ProtoSchema getWriterSchema() {
*/
@java.lang.Override
public com.google.cloud.bigquery.storage.v1.ProtoSchemaOrBuilder getWriterSchemaOrBuilder() {
- return writerSchema_ == null
- ? com.google.cloud.bigquery.storage.v1.ProtoSchema.getDefaultInstance()
- : writerSchema_;
+ return writerSchema_ == null ? com.google.cloud.bigquery.storage.v1.ProtoSchema.getDefaultInstance() : writerSchema_;
}
public static final int ROWS_FIELD_NUMBER = 2;
private com.google.cloud.bigquery.storage.v1.ProtoRows rows_;
/**
- *
- *
*
* Serialized row data in protobuf message format.
* Currently, the backend expects the serialized rows to adhere to
@@ -487,7 +416,6 @@ public com.google.cloud.bigquery.storage.v1.ProtoSchemaOrBuilder getWriterSchema
*
*
* .google.cloud.bigquery.storage.v1.ProtoRows rows = 2;
- *
* @return Whether the rows field is set.
*/
@java.lang.Override
@@ -495,8 +423,6 @@ public boolean hasRows() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
- *
- *
*
* Serialized row data in protobuf message format.
* Currently, the backend expects the serialized rows to adhere to
@@ -505,18 +431,13 @@ public boolean hasRows() {
*
*
* .google.cloud.bigquery.storage.v1.ProtoRows rows = 2;
- *
* @return The rows.
*/
@java.lang.Override
public com.google.cloud.bigquery.storage.v1.ProtoRows getRows() {
- return rows_ == null
- ? com.google.cloud.bigquery.storage.v1.ProtoRows.getDefaultInstance()
- : rows_;
+ return rows_ == null ? com.google.cloud.bigquery.storage.v1.ProtoRows.getDefaultInstance() : rows_;
}
/**
- *
- *
*
* Serialized row data in protobuf message format.
* Currently, the backend expects the serialized rows to adhere to
@@ -528,13 +449,10 @@ public com.google.cloud.bigquery.storage.v1.ProtoRows getRows() {
*/
@java.lang.Override
public com.google.cloud.bigquery.storage.v1.ProtoRowsOrBuilder getRowsOrBuilder() {
- return rows_ == null
- ? com.google.cloud.bigquery.storage.v1.ProtoRows.getDefaultInstance()
- : rows_;
+ return rows_ == null ? com.google.cloud.bigquery.storage.v1.ProtoRows.getDefaultInstance() : rows_;
}
private byte memoizedIsInitialized = -1;
-
@java.lang.Override
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
@@ -552,7 +470,8 @@ public final boolean isInitialized() {
}
@java.lang.Override
- public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException {
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
+ throws java.io.IOException {
if (((bitField0_ & 0x00000001) != 0)) {
output.writeMessage(1, getWriterSchema());
}
@@ -569,10 +488,12 @@ public int getSerializedSize() {
size = 0;
if (((bitField0_ & 0x00000001) != 0)) {
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(1, getWriterSchema());
+ size += com.google.protobuf.CodedOutputStream
+ .computeMessageSize(1, getWriterSchema());
}
if (((bitField0_ & 0x00000002) != 0)) {
- size += com.google.protobuf.CodedOutputStream.computeMessageSize(2, getRows());
+ size += com.google.protobuf.CodedOutputStream
+ .computeMessageSize(2, getRows());
}
size += getUnknownFields().getSerializedSize();
memoizedSize = size;
@@ -582,21 +503,22 @@ public int getSerializedSize() {
@java.lang.Override
public boolean equals(final java.lang.Object obj) {
if (obj == this) {
- return true;
+ return true;
}
if (!(obj instanceof com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData)) {
return super.equals(obj);
}
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData other =
- (com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData) obj;
+ com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData other = (com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData) obj;
if (hasWriterSchema() != other.hasWriterSchema()) return false;
if (hasWriterSchema()) {
- if (!getWriterSchema().equals(other.getWriterSchema())) return false;
+ if (!getWriterSchema()
+ .equals(other.getWriterSchema())) return false;
}
if (hasRows() != other.hasRows()) return false;
if (hasRows()) {
- if (!getRows().equals(other.getRows())) return false;
+ if (!getRows()
+ .equals(other.getRows())) return false;
}
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
return true;
@@ -623,95 +545,89 @@ public int hashCode() {
}
public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseFrom(
- java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException {
+ java.nio.ByteBuffer data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseFrom(
- java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.nio.ByteBuffer data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
- public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseFrom(
- byte[] data) throws com.google.protobuf.InvalidProtocolBufferException {
+ public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseFrom(byte[] data)
+ throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
-
public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseFrom(
- byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ byte[] data,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
-
- public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseFrom(
- java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
- public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData
- parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(PARSER, input);
+ public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseDelimitedFrom(java.io.InputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input);
}
- public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData
- parseDelimitedFrom(
- java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
- throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseDelimitedWithIOException(
- PARSER, input, extensionRegistry);
+ public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseDelimitedFrom(
+ java.io.InputStream input,
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
}
-
public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseFrom(
- com.google.protobuf.CodedInputStream input) throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(PARSER, input);
+ com.google.protobuf.CodedInputStream input)
+ throws java.io.IOException {
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input);
}
-
public static com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
- return com.google.protobuf.GeneratedMessageV3.parseWithIOException(
- PARSER, input, extensionRegistry);
+ return com.google.protobuf.GeneratedMessageV3
+ .parseWithIOException(PARSER, input, extensionRegistry);
}
@java.lang.Override
- public Builder newBuilderForType() {
- return newBuilder();
- }
-
+ public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return DEFAULT_INSTANCE.toBuilder();
}
-
- public static Builder newBuilder(
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData prototype) {
+ public static Builder newBuilder(com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData prototype) {
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
}
-
@java.lang.Override
public Builder toBuilder() {
- return this == DEFAULT_INSTANCE ? new Builder() : new Builder().mergeFrom(this);
+ return this == DEFAULT_INSTANCE
+ ? new Builder() : new Builder().mergeFrom(this);
}
@java.lang.Override
@@ -721,8 +637,6 @@ protected Builder newBuilderForType(
return builder;
}
/**
- *
- *
*
* ProtoData contains the data rows and schema when constructing append
* requests.
@@ -730,44 +644,40 @@ protected Builder newBuilderForType(
*
* Protobuf type {@code google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData}
*/
- public static final class Builder
- extends com.google.protobuf.GeneratedMessageV3.Builder
- implements
+ public static final class Builder extends
+ com.google.protobuf.GeneratedMessageV3.Builder implements
// @@protoc_insertion_point(builder_implements:google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData)
com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoDataOrBuilder {
- public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() {
- return com.google.cloud.bigquery.storage.v1.StorageProto
- .internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_ProtoData_descriptor;
+ public static final com.google.protobuf.Descriptors.Descriptor
+ getDescriptor() {
+ return com.google.cloud.bigquery.storage.v1.StorageProto.internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_ProtoData_descriptor;
}
@java.lang.Override
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable() {
- return com.google.cloud.bigquery.storage.v1.StorageProto
- .internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_ProtoData_fieldAccessorTable
+ return com.google.cloud.bigquery.storage.v1.StorageProto.internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_ProtoData_fieldAccessorTable
.ensureFieldAccessorsInitialized(
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.class,
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.Builder.class);
+ com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.class, com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.Builder.class);
}
- // Construct using
- // com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.newBuilder()
+ // Construct using com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
- private Builder(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
+ private Builder(
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
-
private void maybeForceBuilderInitialization() {
- if (com.google.protobuf.GeneratedMessageV3.alwaysUseFieldBuilders) {
+ if (com.google.protobuf.GeneratedMessageV3
+ .alwaysUseFieldBuilders) {
getWriterSchemaFieldBuilder();
getRowsFieldBuilder();
}
}
-
@java.lang.Override
public Builder clear() {
super.clear();
@@ -786,16 +696,14 @@ public Builder clear() {
}
@java.lang.Override
- public com.google.protobuf.Descriptors.Descriptor getDescriptorForType() {
- return com.google.cloud.bigquery.storage.v1.StorageProto
- .internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_ProtoData_descriptor;
+ public com.google.protobuf.Descriptors.Descriptor
+ getDescriptorForType() {
+ return com.google.cloud.bigquery.storage.v1.StorageProto.internal_static_google_cloud_bigquery_storage_v1_AppendRowsRequest_ProtoData_descriptor;
}
@java.lang.Override
- public com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData
- getDefaultInstanceForType() {
- return com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData
- .getDefaultInstance();
+ public com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData getDefaultInstanceForType() {
+ return com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.getDefaultInstance();
}
@java.lang.Override
@@ -809,26 +717,25 @@ public com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData build()
@java.lang.Override
public com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData buildPartial() {
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData result =
- new com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData(this);
- if (bitField0_ != 0) {
- buildPartial0(result);
- }
+ com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData result = new com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData(this);
+ if (bitField0_ != 0) { buildPartial0(result); }
onBuilt();
return result;
}
- private void buildPartial0(
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData result) {
+ private void buildPartial0(com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData result) {
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) != 0)) {
- result.writerSchema_ =
- writerSchemaBuilder_ == null ? writerSchema_ : writerSchemaBuilder_.build();
+ result.writerSchema_ = writerSchemaBuilder_ == null
+ ? writerSchema_
+ : writerSchemaBuilder_.build();
to_bitField0_ |= 0x00000001;
}
if (((from_bitField0_ & 0x00000002) != 0)) {
- result.rows_ = rowsBuilder_ == null ? rows_ : rowsBuilder_.build();
+ result.rows_ = rowsBuilder_ == null
+ ? rows_
+ : rowsBuilder_.build();
to_bitField0_ |= 0x00000002;
}
result.bitField0_ |= to_bitField0_;
@@ -838,53 +745,46 @@ private void buildPartial0(
public Builder clone() {
return super.clone();
}
-
@java.lang.Override
public Builder setField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ java.lang.Object value) {
return super.setField(field, value);
}
-
@java.lang.Override
- public Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) {
+ public Builder clearField(
+ com.google.protobuf.Descriptors.FieldDescriptor field) {
return super.clearField(field);
}
-
@java.lang.Override
- public Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) {
+ public Builder clearOneof(
+ com.google.protobuf.Descriptors.OneofDescriptor oneof) {
return super.clearOneof(oneof);
}
-
@java.lang.Override
public Builder setRepeatedField(
com.google.protobuf.Descriptors.FieldDescriptor field,
- int index,
- java.lang.Object value) {
+ int index, java.lang.Object value) {
return super.setRepeatedField(field, index, value);
}
-
@java.lang.Override
public Builder addRepeatedField(
- com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value) {
+ com.google.protobuf.Descriptors.FieldDescriptor field,
+ java.lang.Object value) {
return super.addRepeatedField(field, value);
}
-
@java.lang.Override
public Builder mergeFrom(com.google.protobuf.Message other) {
if (other instanceof com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData) {
- return mergeFrom(
- (com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData) other);
+ return mergeFrom((com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData)other);
} else {
super.mergeFrom(other);
return this;
}
}
- public Builder mergeFrom(
- com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData other) {
- if (other
- == com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData
- .getDefaultInstance()) return this;
+ public Builder mergeFrom(com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData other) {
+ if (other == com.google.cloud.bigquery.storage.v1.AppendRowsRequest.ProtoData.getDefaultInstance()) return this;
if (other.hasWriterSchema()) {
mergeWriterSchema(other.getWriterSchema());
}
@@ -922,25 +822,26 @@ public Builder mergeFrom(
case 0:
done = true;
break;
- case 10:
- {
- input.readMessage(getWriterSchemaFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000001;
- break;
- } // case 10
- case 18:
- {
- input.readMessage(getRowsFieldBuilder().getBuilder(), extensionRegistry);
- bitField0_ |= 0x00000002;
- break;
- } // case 18
- default:
- {
- if (!super.parseUnknownField(input, extensionRegistry, tag)) {
- done = true; // was an endgroup tag
- }
- break;
- } // default:
+ case 10: {
+ input.readMessage(
+ getWriterSchemaFieldBuilder().getBuilder(),
+ extensionRegistry);
+ bitField0_ |= 0x00000001;
+ break;
+ } // case 10
+ case 18: {
+ input.readMessage(
+ getRowsFieldBuilder().getBuilder(),
+ extensionRegistry);
+ bitField0_ |= 0x00000002;
+ break;
+ } // case 18
+ default: {
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
+ done = true; // was an endgroup tag
+ }
+ break;
+ } // default:
} // switch (tag)
} // while (!done)
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
@@ -950,18 +851,12 @@ public Builder mergeFrom(
} // finally
return this;
}
-
private int bitField0_;
private com.google.cloud.bigquery.storage.v1.ProtoSchema writerSchema_;
private com.google.protobuf.SingleFieldBuilderV3<
- com.google.cloud.bigquery.storage.v1.ProtoSchema,
- com.google.cloud.bigquery.storage.v1.ProtoSchema.Builder,
- com.google.cloud.bigquery.storage.v1.ProtoSchemaOrBuilder>
- writerSchemaBuilder_;
+ com.google.cloud.bigquery.storage.v1.ProtoSchema, com.google.cloud.bigquery.storage.v1.ProtoSchema.Builder, com.google.cloud.bigquery.storage.v1.ProtoSchemaOrBuilder> writerSchemaBuilder_;
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -974,15 +869,12 @@ public Builder mergeFrom(
*
*
* .google.cloud.bigquery.storage.v1.ProtoSchema writer_schema = 1;
- *
* @return Whether the writerSchema field is set.
*/
public boolean hasWriterSchema() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -995,21 +887,16 @@ public boolean hasWriterSchema() {
*
*
* .google.cloud.bigquery.storage.v1.ProtoSchema writer_schema = 1;
- *
* @return The writerSchema.
*/
public com.google.cloud.bigquery.storage.v1.ProtoSchema getWriterSchema() {
if (writerSchemaBuilder_ == null) {
- return writerSchema_ == null
- ? com.google.cloud.bigquery.storage.v1.ProtoSchema.getDefaultInstance()
- : writerSchema_;
+ return writerSchema_ == null ? com.google.cloud.bigquery.storage.v1.ProtoSchema.getDefaultInstance() : writerSchema_;
} else {
return writerSchemaBuilder_.getMessage();
}
}
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -1037,8 +924,6 @@ public Builder setWriterSchema(com.google.cloud.bigquery.storage.v1.ProtoSchema
return this;
}
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -1064,8 +949,6 @@ public Builder setWriterSchema(
return this;
}
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -1081,10 +964,9 @@ public Builder setWriterSchema(
*/
public Builder mergeWriterSchema(com.google.cloud.bigquery.storage.v1.ProtoSchema value) {
if (writerSchemaBuilder_ == null) {
- if (((bitField0_ & 0x00000001) != 0)
- && writerSchema_ != null
- && writerSchema_
- != com.google.cloud.bigquery.storage.v1.ProtoSchema.getDefaultInstance()) {
+ if (((bitField0_ & 0x00000001) != 0) &&
+ writerSchema_ != null &&
+ writerSchema_ != com.google.cloud.bigquery.storage.v1.ProtoSchema.getDefaultInstance()) {
getWriterSchemaBuilder().mergeFrom(value);
} else {
writerSchema_ = value;
@@ -1099,8 +981,6 @@ public Builder mergeWriterSchema(com.google.cloud.bigquery.storage.v1.ProtoSchem
return this;
}
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -1125,8 +1005,6 @@ public Builder clearWriterSchema() {
return this;
}
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -1146,8 +1024,6 @@ public com.google.cloud.bigquery.storage.v1.ProtoSchema.Builder getWriterSchemaB
return getWriterSchemaFieldBuilder().getBuilder();
}
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -1165,14 +1041,11 @@ public com.google.cloud.bigquery.storage.v1.ProtoSchemaOrBuilder getWriterSchema
if (writerSchemaBuilder_ != null) {
return writerSchemaBuilder_.getMessageOrBuilder();
} else {
- return writerSchema_ == null
- ? com.google.cloud.bigquery.storage.v1.ProtoSchema.getDefaultInstance()
- : writerSchema_;
+ return writerSchema_ == null ?
+ com.google.cloud.bigquery.storage.v1.ProtoSchema.getDefaultInstance() : writerSchema_;
}
}
/**
- *
- *
*
* The protocol buffer schema used to serialize the data. Provide this value
* whenever:
@@ -1187,17 +1060,14 @@ public com.google.cloud.bigquery.storage.v1.ProtoSchemaOrBuilder getWriterSchema
*