Content-Length: 834531 | pFad | https://github.com/googleapis/java-bigquerystorage/commit/59a1ede76bf37d4f71e8d0b89a1610277091f5ec

18 fix(deps): Update the Java code generator (gapic-generator-java) to 2… · googleapis/java-bigquerystorage@59a1ede · GitHub
Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit 59a1ede

Browse files
fix(deps): Update the Java code generator (gapic-generator-java) to 2.35.0 (#2407)
* fix(deps): Update the Java code generator (gapic-generator-java) to 2.35.0 PiperOrigin-RevId: 606977988 Source-Link: googleapis/googleapis@0606cbc Source-Link: https://github.com/googleapis/googleapis-gen/commit/2f98a6f866a6780a3882b63e078bc64a1b7519a0 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmY5OGE2Zjg2NmE2NzgwYTM4ODJiNjNlMDc4YmM2NGExYjc1MTlhMCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent c95f4b4 commit 59a1ede

File tree

57 files changed

+57
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+57
-71
lines changed

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/BaseBigQueryReadClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/BaseBigQueryReadSettings.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@
1717
package com.google.cloud.bigquery.storage.v1;
1818

1919
import com.google.api.core.ApiFunction;
20-
import com.google.api.core.BetaApi;
2120
import com.google.api.gax.core.GoogleCredentialsProvider;
2221
import com.google.api.gax.core.InstantiatingExecutorProvider;
2322
import com.google.api.gax.grpc.InstantiatingGrpcChannelProvider;
@@ -123,7 +122,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() {
123122
return BigQueryReadStubSettings.defaultTransportChannelProvider();
124123
}
125124

126-
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
127125
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() {
128126
return BigQueryReadStubSettings.defaultApiClientHeaderProviderBuilder();
129127
}

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/BigQueryWriteSettings.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@
1717
package com.google.cloud.bigquery.storage.v1;
1818

1919
import com.google.api.core.ApiFunction;
20-
import com.google.api.core.BetaApi;
2120
import com.google.api.gax.core.GoogleCredentialsProvider;
2221
import com.google.api.gax.core.InstantiatingExecutorProvider;
2322
import com.google.api.gax.grpc.InstantiatingGrpcChannelProvider;
@@ -138,7 +137,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() {
138137
return BigQueryWriteStubSettings.defaultTransportChannelProvider();
139138
}
140139

141-
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
142140
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() {
143141
return BigQueryWriteStubSettings.defaultApiClientHeaderProviderBuilder();
144142
}

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryReadStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryReadStubSettings.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@
1717
package com.google.cloud.bigquery.storage.v1.stub;
1818

1919
import com.google.api.core.ApiFunction;
20-
import com.google.api.core.BetaApi;
2120
import com.google.api.gax.core.GaxProperties;
2221
import com.google.api.gax.core.GoogleCredentialsProvider;
2322
import com.google.api.gax.core.InstantiatingExecutorProvider;
@@ -178,7 +177,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() {
178177
return defaultGrpcTransportProviderBuilder().build();
179178
}
180179

181-
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
182180
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() {
183181
return ApiClientHeaderProvider.newBuilder()
184182
.setGeneratedLibToken(

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStub.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/BigQueryWriteStubSettings.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@
1717
package com.google.cloud.bigquery.storage.v1.stub;
1818

1919
import com.google.api.core.ApiFunction;
20-
import com.google.api.core.BetaApi;
2120
import com.google.api.gax.core.GaxProperties;
2221
import com.google.api.gax.core.GoogleCredentialsProvider;
2322
import com.google.api.gax.core.InstantiatingExecutorProvider;
@@ -204,7 +203,6 @@ public static TransportChannelProvider defaultTransportChannelProvider() {
204203
return defaultGrpcTransportProviderBuilder().build();
205204
}
206205

207-
@BetaApi("The surface for customizing headers is not stable yet and may change in the future.")
208206
public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder() {
209207
return ApiClientHeaderProvider.newBuilder()
210208
.setGeneratedLibToken(

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1/stub/GrpcBigQueryReadCallableFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2023 Google LLC
2+
* Copyright 2024 Google LLC
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: https://github.com/googleapis/java-bigquerystorage/commit/59a1ede76bf37d4f71e8d0b89a1610277091f5ec

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy