Skip to content

Commit 762c125

Browse files
authored
deps: update gapic-showcase to v0.30.0 (#2354)
1 parent 097bc93 commit 762c125

File tree

11 files changed

+382
-110
lines changed

11 files changed

+382
-110
lines changed

showcase/gapic-showcase/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</parent>
2020

2121
<properties>
22-
<gapic-showcase.version>0.29.0</gapic-showcase.version>
22+
<gapic-showcase.version>0.30.0</gapic-showcase.version>
2323
</properties>
2424

2525
<build>

showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/EchoClient.java

+5
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@
7474
* .setSeverity(Severity.forNumber(0))
7575
* .setHeader("header-1221270899")
7676
* .setOtherHeader("otherHeader-2026585667")
77+
* .setRequestId("requestId693933066")
7778
* .build();
7879
* EchoResponse response = echoClient.echo(request);
7980
* }
@@ -437,6 +438,7 @@ public final OperationsClient getHttpJsonOperationsClient() {
437438
* .setSeverity(Severity.forNumber(0))
438439
* .setHeader("header-1221270899")
439440
* .setOtherHeader("otherHeader-2026585667")
441+
* .setRequestId("requestId693933066")
440442
* .build();
441443
* EchoResponse response = echoClient.echo(request);
442444
* }
@@ -467,6 +469,7 @@ public final EchoResponse echo(EchoRequest request) {
467469
* .setSeverity(Severity.forNumber(0))
468470
* .setHeader("header-1221270899")
469471
* .setOtherHeader("otherHeader-2026585667")
472+
* .setRequestId("requestId693933066")
470473
* .build();
471474
* ApiFuture<EchoResponse> future = echoClient.echoCallable().futureCall(request);
472475
* // Do something.
@@ -615,6 +618,7 @@ public final ServerStreamingCallable<ExpandRequest, EchoResponse> expandCallable
615618
* .setSeverity(Severity.forNumber(0))
616619
* .setHeader("header-1221270899")
617620
* .setOtherHeader("otherHeader-2026585667")
621+
* .setRequestId("requestId693933066")
618622
* .build();
619623
* requestObserver.onNext(request);
620624
* }
@@ -644,6 +648,7 @@ public final ClientStreamingCallable<EchoRequest, EchoResponse> collectCallable(
644648
* .setSeverity(Severity.forNumber(0))
645649
* .setHeader("header-1221270899")
646650
* .setOtherHeader("otherHeader-2026585667")
651+
* .setRequestId("requestId693933066")
647652
* .build();
648653
* bidiStream.send(request);
649654
* for (EchoResponse response : bidiStream) {

showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/TestingClient.java

+9-3
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@
4646
// AUTO-GENERATED DOCUMENTATION AND CLASS.
4747
/**
4848
* Service Description: A service to facilitate running discrete sets of tests against Showcase.
49+
* Adding this comment with special characters for comment formatting tests: 1.
50+
* (abra-&gt;kadabra-&gt;alakazam) 2) [Nonsense][]: `pokemon/&#42;/psychic/&#42;`
4951
*
5052
* <p>This class provides the ability to make remote calls to the backing service through method
5153
* calls that map to API methods. Sample code to get started:
@@ -73,7 +75,7 @@
7375
* <th>Method Variants</th>
7476
* <tr>
7577
* <td>CreateSession</td>
76-
* <td><p> Creates a new testing session.</td>
78+
* <td><p> Creates a new testing session. Adding this comment with special characters for comment formatting tests: 1. (abra-&gt;kadabra-&gt;alakazam) 2) [Nonsense][]: `pokemon/&#42;/psychic/&#42;`</td>
7779
* <td>
7880
* <p>Request object method variants only take one parameter, a request object, which must be constructed before the call.</p>
7981
* <ul>
@@ -366,7 +368,9 @@ public TestingStub getStub() {
366368

367369
// AUTO-GENERATED DOCUMENTATION AND METHOD.
368370
/**
369-
* Creates a new testing session.
371+
* Creates a new testing session. Adding this comment with special characters for comment
372+
* formatting tests: 1. (abra-&gt;kadabra-&gt;alakazam) 2) [Nonsense][]:
373+
* `pokemon/&#42;/psychic/&#42;`
370374
*
371375
* <p>Sample code:
372376
*
@@ -392,7 +396,9 @@ public final Session createSession(CreateSessionRequest request) {
392396

393397
// AUTO-GENERATED DOCUMENTATION AND METHOD.
394398
/**
395-
* Creates a new testing session.
399+
* Creates a new testing session. Adding this comment with special characters for comment
400+
* formatting tests: 1. (abra-&gt;kadabra-&gt;alakazam) 2) [Nonsense][]:
401+
* `pokemon/&#42;/psychic/&#42;`
396402
*
397403
* <p>Sample code:
398404
*

showcase/gapic-showcase/src/main/java/com/google/showcase/v1beta1/package-info.java

+3
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
* .setSeverity(Severity.forNumber(0))
7676
* .setHeader("header-1221270899")
7777
* .setOtherHeader("otherHeader-2026585667")
78+
* .setRequestId("requestId693933066")
7879
* .build();
7980
* EchoResponse response = echoClient.echo(request);
8081
* }
@@ -140,6 +141,8 @@
140141
* <p>======================= TestingClient =======================
141142
*
142143
* <p>Service Description: A service to facilitate running discrete sets of tests against Showcase.
144+
* Adding this comment with special characters for comment formatting tests: 1.
145+
* (abra-&gt;kadabra-&gt;alakazam) 2) [Nonsense][]: `pokemon/&#42;/psychic/&#42;`
143146
*
144147
* <p>Sample for TestingClient:
145148
*

showcase/gapic-showcase/src/main/resources/META-INF/native-image/com.google.showcase.v1beta1/reflect-config.json

+27
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,33 @@
116116
"allDeclaredClasses": true,
117117
"allPublicClasses": true
118118
},
119+
{
120+
"name": "com.google.api.FieldInfo",
121+
"queryAllDeclaredConstructors": true,
122+
"queryAllPublicConstructors": true,
123+
"queryAllDeclaredMethods": true,
124+
"allPublicMethods": true,
125+
"allDeclaredClasses": true,
126+
"allPublicClasses": true
127+
},
128+
{
129+
"name": "com.google.api.FieldInfo$Builder",
130+
"queryAllDeclaredConstructors": true,
131+
"queryAllPublicConstructors": true,
132+
"queryAllDeclaredMethods": true,
133+
"allPublicMethods": true,
134+
"allDeclaredClasses": true,
135+
"allPublicClasses": true
136+
},
137+
{
138+
"name": "com.google.api.FieldInfo$Format",
139+
"queryAllDeclaredConstructors": true,
140+
"queryAllPublicConstructors": true,
141+
"queryAllDeclaredMethods": true,
142+
"allPublicMethods": true,
143+
"allDeclaredClasses": true,
144+
"allPublicClasses": true
145+
},
119146
{
120147
"name": "com.google.api.GoSettings",
121148
"queryAllDeclaredConstructors": true,

showcase/grpc-gapic-showcase-v1beta1/src/main/java/com/google/showcase/v1beta1/TestingGrpc.java

+30
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
* <pre>
77
* A service to facilitate running discrete sets of tests
88
* against Showcase.
9+
* Adding this comment with special characters for comment formatting tests:
10+
* 1. (abra-&gt;kadabra-&gt;alakazam)
11+
* 2) [Nonsense][]: `pokemon/&#42;&#47;psychic/&#42;`
912
* </pre>
1013
*/
1114
@javax.annotation.Generated(
@@ -315,13 +318,19 @@ public TestingFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOptions ca
315318
* <pre>
316319
* A service to facilitate running discrete sets of tests
317320
* against Showcase.
321+
* Adding this comment with special characters for comment formatting tests:
322+
* 1. (abra-&gt;kadabra-&gt;alakazam)
323+
* 2) [Nonsense][]: `pokemon/&#42;&#47;psychic/&#42;`
318324
* </pre>
319325
*/
320326
public interface AsyncService {
321327

322328
/**
323329
* <pre>
324330
* Creates a new testing session.
331+
* Adding this comment with special characters for comment formatting tests:
332+
* 1. (abra-&gt;kadabra-&gt;alakazam)
333+
* 2) [Nonsense][]: `pokemon/&#42;&#47;psychic/&#42;`
325334
* </pre>
326335
*/
327336
default void createSession(com.google.showcase.v1beta1.CreateSessionRequest request,
@@ -412,6 +421,9 @@ default void verifyTest(com.google.showcase.v1beta1.VerifyTestRequest request,
412421
* <pre>
413422
* A service to facilitate running discrete sets of tests
414423
* against Showcase.
424+
* Adding this comment with special characters for comment formatting tests:
425+
* 1. (abra-&gt;kadabra-&gt;alakazam)
426+
* 2) [Nonsense][]: `pokemon/&#42;&#47;psychic/&#42;`
415427
* </pre>
416428
*/
417429
public static abstract class TestingImplBase
@@ -427,6 +439,9 @@ public static abstract class TestingImplBase
427439
* <pre>
428440
* A service to facilitate running discrete sets of tests
429441
* against Showcase.
442+
* Adding this comment with special characters for comment formatting tests:
443+
* 1. (abra-&gt;kadabra-&gt;alakazam)
444+
* 2) [Nonsense][]: `pokemon/&#42;&#47;psychic/&#42;`
430445
* </pre>
431446
*/
432447
public static final class TestingStub
@@ -445,6 +460,9 @@ protected TestingStub build(
445460
/**
446461
* <pre>
447462
* Creates a new testing session.
463+
* Adding this comment with special characters for comment formatting tests:
464+
* 1. (abra-&gt;kadabra-&gt;alakazam)
465+
* 2) [Nonsense][]: `pokemon/&#42;&#47;psychic/&#42;`
448466
* </pre>
449467
*/
450468
public void createSession(com.google.showcase.v1beta1.CreateSessionRequest request,
@@ -543,6 +561,9 @@ public void verifyTest(com.google.showcase.v1beta1.VerifyTestRequest request,
543561
* <pre>
544562
* A service to facilitate running discrete sets of tests
545563
* against Showcase.
564+
* Adding this comment with special characters for comment formatting tests:
565+
* 1. (abra-&gt;kadabra-&gt;alakazam)
566+
* 2) [Nonsense][]: `pokemon/&#42;&#47;psychic/&#42;`
546567
* </pre>
547568
*/
548569
public static final class TestingBlockingStub
@@ -561,6 +582,9 @@ protected TestingBlockingStub build(
561582
/**
562583
* <pre>
563584
* Creates a new testing session.
585+
* Adding this comment with special characters for comment formatting tests:
586+
* 1. (abra-&gt;kadabra-&gt;alakazam)
587+
* 2) [Nonsense][]: `pokemon/&#42;&#47;psychic/&#42;`
564588
* </pre>
565589
*/
566590
public com.google.showcase.v1beta1.Session createSession(com.google.showcase.v1beta1.CreateSessionRequest request) {
@@ -651,6 +675,9 @@ public com.google.showcase.v1beta1.VerifyTestResponse verifyTest(com.google.show
651675
* <pre>
652676
* A service to facilitate running discrete sets of tests
653677
* against Showcase.
678+
* Adding this comment with special characters for comment formatting tests:
679+
* 1. (abra-&gt;kadabra-&gt;alakazam)
680+
* 2) [Nonsense][]: `pokemon/&#42;&#47;psychic/&#42;`
654681
* </pre>
655682
*/
656683
public static final class TestingFutureStub
@@ -669,6 +696,9 @@ protected TestingFutureStub build(
669696
/**
670697
* <pre>
671698
* Creates a new testing session.
699+
* Adding this comment with special characters for comment formatting tests:
700+
* 1. (abra-&gt;kadabra-&gt;alakazam)
701+
* 2) [Nonsense][]: `pokemon/&#42;&#47;psychic/&#42;`
672702
* </pre>
673703
*/
674704
public com.google.common.util.concurrent.ListenableFuture<com.google.showcase.v1beta1.Session> createSession(

0 commit comments

Comments
 (0)