Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit b6e83cd

Browse files
chore: release gapic-generator-java v1.0.3 Propagates the protobuf deprecated option from services/RPCs to classes/methods.
Committer: @miraleung PiperOrigin-RevId: 367652775 Source-Author: Google APIs <noreply@google.com> Source-Date: Fri Apr 9 10:02:00 2021 -0700 Source-Repo: googleapis/googleapis Source-Sha: 86c2fe6229f16e0f113a4cf9edea35d71895a6a6 Source-Link: googleapis/googleapis@86c2fe6
1 parent e8ca0ae commit b6e83cd

File tree

7 files changed

+27
-9
lines changed

7 files changed

+27
-9
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,11 @@
8888
* }</pre>
8989
*
9090
* <p>Please refer to the GitHub repository's samples for more quickstart code snippets.
91+
*
92+
* @deprecated This class is deprecated and will be removed in the next major version update.
9193
*/
9294
@BetaApi
95+
@Deprecated
9396
@Generated("by gapic-generator-java")
9497
public class BigQueryWriteClient implements BackgroundResource {
9598
private final BigQueryWriteSettings settings;

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,11 @@
6363
* .build());
6464
* BigQueryWriteSettings bigQueryWriteSettings = bigQueryWriteSettingsBuilder.build();
6565
* }</pre>
66+
*
67+
* @deprecated This class is deprecated and will be removed in the next major version update.
6668
*/
6769
@BetaApi
70+
@Deprecated
6871
@Generated("by gapic-generator-java")
6972
public class BigQueryWriteSettings extends ClientSettings<BigQueryWriteSettings> {
7073

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@
2929
* Base stub class for the BigQueryWrite service API.
3030
*
3131
* <p>This class is for advanced usage and reflects the underlying API directly.
32+
*
33+
* @deprecated This class is deprecated and will be removed in the next major version update.
3234
*/
3335
@BetaApi
36+
@Deprecated
3437
@Generated("by gapic-generator-java")
3538
public abstract class BigQueryWriteStub implements BackgroundResource {
3639

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,11 @@
7575
* .build());
7676
* BigQueryWriteStubSettings bigQueryWriteSettings = bigQueryWriteSettingsBuilder.build();
7777
* }</pre>
78+
*
79+
* @deprecated This class is deprecated and will be removed in the next major version update.
7880
*/
7981
@BetaApi
82+
@Deprecated
8083
@Generated("by gapic-generator-java")
8184
public class BigQueryWriteStubSettings extends StubSettings<BigQueryWriteStubSettings> {
8285
/** The default scopes of the service. */

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/stub/GrpcBigQueryWriteCallableFactory.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@
4141
* gRPC callable factory implementation for the BigQueryWrite service API.
4242
*
4343
* <p>This class is for advanced usage.
44+
*
45+
* @deprecated This class is deprecated and will be removed in the next major version update.
4446
*/
4547
@BetaApi
48+
@Deprecated
4649
@Generated("by gapic-generator-java")
4750
public class GrpcBigQueryWriteCallableFactory implements GrpcStubCallableFactory {
4851

google-cloud-bigquerystorage/src/main/java/com/google/cloud/bigquery/storage/v1alpha2/stub/GrpcBigQueryWriteStub.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,11 @@
4141
* gRPC stub implementation for the BigQueryWrite service API.
4242
*
4343
* <p>This class is for advanced usage and reflects the underlying API directly.
44+
*
45+
* @deprecated This class is deprecated and will be removed in the next major version update.
4446
*/
4547
@BetaApi
48+
@Deprecated
4649
@Generated("by gapic-generator-java")
4750
public class GrpcBigQueryWriteStub extends BigQueryWriteStub {
4851
private static final MethodDescriptor<Storage.CreateWriteStreamRequest, Stream.WriteStream>

synth.metadata

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,39 +11,39 @@
1111
"git": {
1212
"name": ".",
1313
"remote": "https://github.com/googleapis/java-bigquerystorage.git",
14-
"sha": "c7da34252ee8c243be3ce737d03e1e12f10a5eba"
14+
"sha": "e8ca0ae39b94051c95f0be84d04037bd0453acd7"
1515
}
1616
},
1717
{
1818
"git": {
1919
"name": "googleapis",
2020
"remote": "https://github.com/googleapis/googleapis.git",
21-
"sha": "1a7d7641a161bec4d5ab13b7ff5590ed8ba26d96",
22-
"internalRef": "366823379"
21+
"sha": "86c2fe6229f16e0f113a4cf9edea35d71895a6a6",
22+
"internalRef": "367652775"
2323
}
2424
},
2525
{
2626
"git": {
2727
"name": "googleapis",
2828
"remote": "https://github.com/googleapis/googleapis.git",
29-
"sha": "1a7d7641a161bec4d5ab13b7ff5590ed8ba26d96",
30-
"internalRef": "366823379"
29+
"sha": "86c2fe6229f16e0f113a4cf9edea35d71895a6a6",
30+
"internalRef": "367652775"
3131
}
3232
},
3333
{
3434
"git": {
3535
"name": "googleapis",
3636
"remote": "https://github.com/googleapis/googleapis.git",
37-
"sha": "1a7d7641a161bec4d5ab13b7ff5590ed8ba26d96",
38-
"internalRef": "366823379"
37+
"sha": "86c2fe6229f16e0f113a4cf9edea35d71895a6a6",
38+
"internalRef": "367652775"
3939
}
4040
},
4141
{
4242
"git": {
4343
"name": "googleapis",
4444
"remote": "https://github.com/googleapis/googleapis.git",
45-
"sha": "1a7d7641a161bec4d5ab13b7ff5590ed8ba26d96",
46-
"internalRef": "366823379"
45+
"sha": "86c2fe6229f16e0f113a4cf9edea35d71895a6a6",
46+
"internalRef": "367652775"
4747
}
4848
},
4949
{

0 commit comments

Comments
 (0)