You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/grpc/goldens/EchoServiceSelectiveGapicClient.golden
+10-6
Original file line number
Diff line number
Diff line change
@@ -437,9 +437,10 @@ public class EchoServiceShouldGeneratePartialUsualClient implements BackgroundRe
437
437
* }
438
438
* }</pre>
439
439
*
440
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
441
+
*
440
442
* @param request The request object containing all of the parameters for the API call.
441
443
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
442
-
* @internalApi This method is internal used only. Please do not use directly.
443
444
*/
444
445
@InternalApi("Internal API. This API is not intended for public consumption.")
445
446
public final EchoResponse chatShouldGenerateAsInternal() {
@@ -465,9 +466,10 @@ public class EchoServiceShouldGeneratePartialUsualClient implements BackgroundRe
465
466
* }
466
467
* }</pre>
467
468
*
469
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
470
+
*
468
471
* @param name
469
472
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
470
-
* @internalApi This method is internal used only. Please do not use directly.
471
473
*/
472
474
@InternalApi("Internal API. This API is not intended for public consumption.")
473
475
public final EchoResponse chatShouldGenerateAsInternal(FoobarName name) {
@@ -494,9 +496,10 @@ public class EchoServiceShouldGeneratePartialUsualClient implements BackgroundRe
494
496
* }
495
497
* }</pre>
496
498
*
499
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
500
+
*
497
501
* @param name
498
502
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
499
-
* @internalApi This method is internal used only. Please do not use directly.
500
503
*/
501
504
@InternalApi("Internal API. This API is not intended for public consumption.")
502
505
public final EchoResponse chatShouldGenerateAsInternal(String name) {
@@ -527,9 +530,10 @@ public class EchoServiceShouldGeneratePartialUsualClient implements BackgroundRe
527
530
* }
528
531
* }</pre>
529
532
*
533
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
534
+
*
530
535
* @param request The request object containing all of the parameters for the API call.
531
536
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
532
-
* @internalApi This method is internal used only. Please do not use directly.
533
537
*/
534
538
@InternalApi("Internal API. This API is not intended for public consumption.")
535
539
public final EchoResponse chatShouldGenerateAsInternal(EchoRequest request) {
@@ -563,7 +567,7 @@ public class EchoServiceShouldGeneratePartialUsualClient implements BackgroundRe
563
567
* }
564
568
* }</pre>
565
569
*
566
-
* @internalApi This method is internal used only. Please do not use directly.
570
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
567
571
*/
568
572
@InternalApi("Internal API. This API is not intended for public consumption.")
569
573
public final UnaryCallable<EchoRequest, EchoResponse> chatShouldGenerateAsInternalCallable() {
@@ -597,7 +601,7 @@ public class EchoServiceShouldGeneratePartialUsualClient implements BackgroundRe
597
601
* }
598
602
* }</pre>
599
603
*
600
-
* @internalApi This method is internal used only. Please do not use directly.
604
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
601
605
*/
602
606
@InternalApi("Internal API. This API is not intended for public consumption.")
603
607
public final BidiStreamingCallable<EchoRequest, EchoResponse>
Copy file name to clipboardExpand all lines: gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/grpc/goldens/EchoServiceSelectiveGapicServiceSettings.golden
+4-4
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ public class EchoServiceShouldGeneratePartialUsualSettings
96
96
/**
97
97
* Returns the object with the settings used for calls to chatShouldGenerateAsInternal.
98
98
*
99
-
* @internalApi This method is internal used only. Please do not use directly.
99
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
100
100
*/
101
101
@InternalApi("Internal API. This API is not intended for public consumption.")
102
102
public UnaryCallSettings<EchoRequest, EchoResponse> chatShouldGenerateAsInternalSettings() {
@@ -107,7 +107,7 @@ public class EchoServiceShouldGeneratePartialUsualSettings
107
107
/**
108
108
* Returns the object with the settings used for calls to echoShouldGenerateAsInternal.
109
109
*
110
-
* @internalApi This method is internal used only. Please do not use directly.
110
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
111
111
*/
112
112
@InternalApi("Internal API. This API is not intended for public consumption.")
113
113
public StreamingCallSettings<EchoRequest, EchoResponse> echoShouldGenerateAsInternalSettings() {
@@ -235,7 +235,7 @@ public class EchoServiceShouldGeneratePartialUsualSettings
235
235
/**
236
236
* Returns the builder for the settings used for calls to chatShouldGenerateAsInternal.
237
237
*
238
-
* @internalApi This method is internal used only. Please do not use directly.
238
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
239
239
*/
240
240
@InternalApi("Internal API. This API is not intended for public consumption.")
241
241
public UnaryCallSettings.Builder<EchoRequest, EchoResponse>
@@ -246,7 +246,7 @@ public class EchoServiceShouldGeneratePartialUsualSettings
246
246
/**
247
247
* Returns the builder for the settings used for calls to echoShouldGenerateAsInternal.
248
248
*
249
-
* @internalApi This method is internal used only. Please do not use directly.
249
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
250
250
*/
251
251
@InternalApi("Internal API. This API is not intended for public consumption.")
252
252
public StreamingCallSettings.Builder<EchoRequest, EchoResponse>
Copy file name to clipboardExpand all lines: gapic-generator-java/src/test/java/com/google/api/generator/gapic/composer/grpc/goldens/EchoServiceSelectiveGapicStubSettings.golden
+4-4
Original file line number
Diff line number
Diff line change
@@ -115,7 +115,7 @@ public class EchoServiceShouldGeneratePartialUsualStubSettings
115
115
/**
116
116
* Returns the object with the settings used for calls to chatShouldGenerateAsInternal.
117
117
*
118
-
* @internalApi This method is internal used only. Please do not use directly.
118
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
119
119
*/
120
120
@InternalApi("Internal API. This API is not intended for public consumption.")
121
121
public UnaryCallSettings<EchoRequest, EchoResponse> chatShouldGenerateAsInternalSettings() {
@@ -125,7 +125,7 @@ public class EchoServiceShouldGeneratePartialUsualStubSettings
125
125
/**
126
126
* Returns the object with the settings used for calls to echoShouldGenerateAsInternal.
127
127
*
128
-
* @internalApi This method is internal used only. Please do not use directly.
128
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
129
129
*/
130
130
@InternalApi("Internal API. This API is not intended for public consumption.")
131
131
public StreamingCallSettings<EchoRequest, EchoResponse> echoShouldGenerateAsInternalSettings() {
@@ -352,7 +352,7 @@ public class EchoServiceShouldGeneratePartialUsualStubSettings
352
352
/**
353
353
* Returns the builder for the settings used for calls to chatShouldGenerateAsInternal.
354
354
*
355
-
* @internalApi This method is internal used only. Please do not use directly.
355
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
356
356
*/
357
357
@InternalApi("Internal API. This API is not intended for public consumption.")
358
358
public UnaryCallSettings.Builder<EchoRequest, EchoResponse>
@@ -363,7 +363,7 @@ public class EchoServiceShouldGeneratePartialUsualStubSettings
363
363
/**
364
364
* Returns the builder for the settings used for calls to echoShouldGenerateAsInternal.
365
365
*
366
-
* @internalApi This method is internal used only. Please do not use directly.
366
+
* <p><b>Warning: </b>This method is internal used only. Please do not use directly.
367
367
*/
368
368
@InternalApi("Internal API. This API is not intended for public consumption.")
369
369
public StreamingCallSettings.Builder<EchoRequest, EchoResponse>
0 commit comments