33import static io .grpc .MethodDescriptor .generateFullMethodName ;
44
55/**
6+ * <pre>
7+ * BundlerService
8+ * Status: ALPHA
9+ * Dataproxy specific service for creating and deleting bundles.
10+ * </pre>
611 */
712@ javax .annotation .Generated (
813 value = "by gRPC proto compiler (version 1.59.0)" ,
@@ -122,17 +127,32 @@ public BundlerServiceFutureStub newStub(io.grpc.Channel channel, io.grpc.CallOpt
122127 }
123128
124129 /**
130+ * <pre>
131+ * BundlerService
132+ * Status: ALPHA
133+ * Dataproxy specific service for creating and deleting bundles.
134+ * </pre>
125135 */
126136 public interface AsyncService {
127137
128138 /**
139+ * <pre>
140+ * CreateBundle
141+ * Status: ALPHA
142+ * Creates a bundle with multiple resources, dataproxy only.
143+ * </pre>
129144 */
130145 default void createBundle (com .aruna .api .dataproxy .services .v2 .CreateBundleRequest request ,
131146 io .grpc .stub .StreamObserver <com .aruna .api .dataproxy .services .v2 .CreateBundleResponse > responseObserver ) {
132147 io .grpc .stub .ServerCalls .asyncUnimplementedUnaryCall (getCreateBundleMethod (), responseObserver );
133148 }
134149
135150 /**
151+ * <pre>
152+ * DeleteBundle
153+ * Status: ALPHA
154+ * Delete an existing bundle, dataproxy only.
155+ * </pre>
136156 */
137157 default void deleteBundle (com .aruna .api .dataproxy .services .v2 .DeleteBundleRequest request ,
138158 io .grpc .stub .StreamObserver <com .aruna .api .dataproxy .services .v2 .DeleteBundleResponse > responseObserver ) {
@@ -142,6 +162,11 @@ default void deleteBundle(com.aruna.api.dataproxy.services.v2.DeleteBundleReques
142162
143163 /**
144164 * Base class for the server implementation of the service BundlerService.
165+ * <pre>
166+ * BundlerService
167+ * Status: ALPHA
168+ * Dataproxy specific service for creating and deleting bundles.
169+ * </pre>
145170 */
146171 public static abstract class BundlerServiceImplBase
147172 implements io .grpc .BindableService , AsyncService {
@@ -153,6 +178,11 @@ public static abstract class BundlerServiceImplBase
153178
154179 /**
155180 * A stub to allow clients to do asynchronous rpc calls to service BundlerService.
181+ * <pre>
182+ * BundlerService
183+ * Status: ALPHA
184+ * Dataproxy specific service for creating and deleting bundles.
185+ * </pre>
156186 */
157187 public static final class BundlerServiceStub
158188 extends io .grpc .stub .AbstractAsyncStub <BundlerServiceStub > {
@@ -168,6 +198,11 @@ protected BundlerServiceStub build(
168198 }
169199
170200 /**
201+ * <pre>
202+ * CreateBundle
203+ * Status: ALPHA
204+ * Creates a bundle with multiple resources, dataproxy only.
205+ * </pre>
171206 */
172207 public void createBundle (com .aruna .api .dataproxy .services .v2 .CreateBundleRequest request ,
173208 io .grpc .stub .StreamObserver <com .aruna .api .dataproxy .services .v2 .CreateBundleResponse > responseObserver ) {
@@ -176,6 +211,11 @@ public void createBundle(com.aruna.api.dataproxy.services.v2.CreateBundleRequest
176211 }
177212
178213 /**
214+ * <pre>
215+ * DeleteBundle
216+ * Status: ALPHA
217+ * Delete an existing bundle, dataproxy only.
218+ * </pre>
179219 */
180220 public void deleteBundle (com .aruna .api .dataproxy .services .v2 .DeleteBundleRequest request ,
181221 io .grpc .stub .StreamObserver <com .aruna .api .dataproxy .services .v2 .DeleteBundleResponse > responseObserver ) {
@@ -186,6 +226,11 @@ public void deleteBundle(com.aruna.api.dataproxy.services.v2.DeleteBundleRequest
186226
187227 /**
188228 * A stub to allow clients to do synchronous rpc calls to service BundlerService.
229+ * <pre>
230+ * BundlerService
231+ * Status: ALPHA
232+ * Dataproxy specific service for creating and deleting bundles.
233+ * </pre>
189234 */
190235 public static final class BundlerServiceBlockingStub
191236 extends io .grpc .stub .AbstractBlockingStub <BundlerServiceBlockingStub > {
@@ -201,13 +246,23 @@ protected BundlerServiceBlockingStub build(
201246 }
202247
203248 /**
249+ * <pre>
250+ * CreateBundle
251+ * Status: ALPHA
252+ * Creates a bundle with multiple resources, dataproxy only.
253+ * </pre>
204254 */
205255 public com .aruna .api .dataproxy .services .v2 .CreateBundleResponse createBundle (com .aruna .api .dataproxy .services .v2 .CreateBundleRequest request ) {
206256 return io .grpc .stub .ClientCalls .blockingUnaryCall (
207257 getChannel (), getCreateBundleMethod (), getCallOptions (), request );
208258 }
209259
210260 /**
261+ * <pre>
262+ * DeleteBundle
263+ * Status: ALPHA
264+ * Delete an existing bundle, dataproxy only.
265+ * </pre>
211266 */
212267 public com .aruna .api .dataproxy .services .v2 .DeleteBundleResponse deleteBundle (com .aruna .api .dataproxy .services .v2 .DeleteBundleRequest request ) {
213268 return io .grpc .stub .ClientCalls .blockingUnaryCall (
@@ -217,6 +272,11 @@ public com.aruna.api.dataproxy.services.v2.DeleteBundleResponse deleteBundle(com
217272
218273 /**
219274 * A stub to allow clients to do ListenableFuture-style rpc calls to service BundlerService.
275+ * <pre>
276+ * BundlerService
277+ * Status: ALPHA
278+ * Dataproxy specific service for creating and deleting bundles.
279+ * </pre>
220280 */
221281 public static final class BundlerServiceFutureStub
222282 extends io .grpc .stub .AbstractFutureStub <BundlerServiceFutureStub > {
@@ -232,6 +292,11 @@ protected BundlerServiceFutureStub build(
232292 }
233293
234294 /**
295+ * <pre>
296+ * CreateBundle
297+ * Status: ALPHA
298+ * Creates a bundle with multiple resources, dataproxy only.
299+ * </pre>
235300 */
236301 public com .google .common .util .concurrent .ListenableFuture <com .aruna .api .dataproxy .services .v2 .CreateBundleResponse > createBundle (
237302 com .aruna .api .dataproxy .services .v2 .CreateBundleRequest request ) {
@@ -240,6 +305,11 @@ public com.google.common.util.concurrent.ListenableFuture<com.aruna.api.dataprox
240305 }
241306
242307 /**
308+ * <pre>
309+ * DeleteBundle
310+ * Status: ALPHA
311+ * Delete an existing bundle, dataproxy only.
312+ * </pre>
243313 */
244314 public com .google .common .util .concurrent .ListenableFuture <com .aruna .api .dataproxy .services .v2 .DeleteBundleResponse > deleteBundle (
245315 com .aruna .api .dataproxy .services .v2 .DeleteBundleRequest request ) {
0 commit comments