17
17
package com .google .cloud .pubsublite ;
18
18
19
19
import com .google .api .core .ApiFuture ;
20
- import com .google .api .core .BetaApi ;
21
20
import com .google .api .gax .longrunning .OperationFuture ;
22
21
import com .google .api .gax .rpc .ApiException ;
23
22
import com .google .cloud .pubsublite .internal .ApiBackgroundResource ;
@@ -194,7 +193,6 @@ OperationFuture<SeekSubscriptionResponse, OperationMetadata> seekSubscription(
194
193
* @return A future that will have either an error {@link com.google.api.gax.rpc.ApiException} or
195
194
* the reservation on success.
196
195
*/
197
- @ BetaApi ("This may not be implemented in the backend, it is a pre-release feature." )
198
196
ApiFuture <Reservation > createReservation (Reservation reservation );
199
197
200
198
/**
@@ -204,7 +202,6 @@ OperationFuture<SeekSubscriptionResponse, OperationMetadata> seekSubscription(
204
202
* @return A future that will have either an error {@link com.google.api.gax.rpc.ApiException} or
205
203
* the reservation on success.
206
204
*/
207
- @ BetaApi ("This may not be implemented in the backend, it is a pre-release feature." )
208
205
ApiFuture <Reservation > getReservation (ReservationPath path );
209
206
210
207
/**
@@ -214,7 +211,6 @@ OperationFuture<SeekSubscriptionResponse, OperationMetadata> seekSubscription(
214
211
* @return A future that will have either an error {@link com.google.api.gax.rpc.ApiException} or
215
212
* the list of reservation paths on success.
216
213
*/
217
- @ BetaApi ("This may not be implemented in the backend, it is a pre-release feature." )
218
214
ApiFuture <List <Reservation >> listReservations (LocationPath path );
219
215
220
216
/**
@@ -227,7 +223,6 @@ OperationFuture<SeekSubscriptionResponse, OperationMetadata> seekSubscription(
227
223
* future to have an exception with status {@link
228
224
* com.google.api.gax.rpc.StatusCode.Code#NOT_FOUND}
229
225
*/
230
- @ BetaApi ("This may not be implemented in the backend, it is a pre-release feature." )
231
226
ApiFuture <Reservation > updateReservation (Reservation reservation , FieldMask mask );
232
227
233
228
/**
@@ -238,7 +233,6 @@ OperationFuture<SeekSubscriptionResponse, OperationMetadata> seekSubscription(
238
233
* void on success. Deleting nonexistent reservations will cause the future to have an
239
234
* exception with status {@link com.google.api.gax.rpc.StatusCode.Code#NOT_FOUND}
240
235
*/
241
- @ BetaApi ("This may not be implemented in the backend, it is a pre-release feature." )
242
236
ApiFuture <Void > deleteReservation (ReservationPath path );
243
237
244
238
/**
@@ -248,6 +242,5 @@ OperationFuture<SeekSubscriptionResponse, OperationMetadata> seekSubscription(
248
242
* @return A future that will have either an error {@link com.google.api.gax.rpc.ApiException} or
249
243
* the list of topics on success.
250
244
*/
251
- @ BetaApi ("This may not be implemented in the backend, it is a pre-release feature." )
252
245
ApiFuture <List <TopicPath >> listReservationTopics (ReservationPath path );
253
246
}
0 commit comments