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
fix: (rest transport) Add @BetaApi to the generated TransportServiceFactory class and lro-specific method (#787)
* fix: (rest transport) Add `@BetaApi` to the generated `TransportServiceFactory` class and lro-specific method
This is to make implementing LRO post-GA safer. Note, `TransportServiceFactory` class is public for technical reasons, and is not supposed to be used by users directly.
* address PR feedback
Copy file name to clipboardExpand all lines: src/main/java/com/google/api/generator/gapic/composer/common/AbstractServiceCallableFactoryClassComposer.java
Copy file name to clipboardExpand all lines: src/main/java/com/google/api/generator/gapic/composer/rest/HttpJsonServiceCallableFactoryClassComposer.java
Copy file name to clipboardExpand all lines: src/test/java/com/google/api/generator/gapic/composer/rest/goldens/HttpJsonComplianceCallableFactory.golden
+2
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ public class HttpJsonComplianceCallableFactory
Copy file name to clipboardExpand all lines: test/integration/goldens/compute/com/google/cloud/compute/v1/stub/HttpJsonRegionOperationsCallableFactory.java
0 commit comments