File tree 2 files changed +4
-0
lines changed
java-run/google-cloud-run/src/main/java/com/google/cloud/run/v2
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 18
18
19
19
import com .google .api .core .ApiFuture ;
20
20
import com .google .api .core .ApiFutures ;
21
+ import com .google .api .core .BetaApi ;
21
22
import com .google .api .gax .core .BackgroundResource ;
22
23
import com .google .api .gax .httpjson .longrunning .OperationsClient ;
23
24
import com .google .api .gax .longrunning .OperationFuture ;
@@ -184,6 +185,7 @@ public final com.google.longrunning.OperationsClient getOperationsClient() {
184
185
* Returns the OperationsClient that can be used to query the status of a long-running operation
185
186
* returned by another API method call.
186
187
*/
188
+ @ BetaApi
187
189
public final OperationsClient getHttpJsonOperationsClient () {
188
190
return httpJsonOperationsClient ;
189
191
}
Original file line number Diff line number Diff line change 18
18
19
19
import com .google .api .core .ApiFuture ;
20
20
import com .google .api .core .ApiFutures ;
21
+ import com .google .api .core .BetaApi ;
21
22
import com .google .api .gax .core .BackgroundResource ;
22
23
import com .google .api .gax .httpjson .longrunning .OperationsClient ;
23
24
import com .google .api .gax .longrunning .OperationFuture ;
@@ -189,6 +190,7 @@ public final com.google.longrunning.OperationsClient getOperationsClient() {
189
190
* Returns the OperationsClient that can be used to query the status of a long-running operation
190
191
* returned by another API method call.
191
192
*/
193
+ @ BetaApi
192
194
public final OperationsClient getHttpJsonOperationsClient () {
193
195
return httpJsonOperationsClient ;
194
196
}
You can’t perform that action at this time.
0 commit comments