diff --git a/gax-httpjson/src/main/java/com/google/api/gax/httpjson/HttpJsonStubCallableFactory.java b/gax-httpjson/src/main/java/com/google/api/gax/httpjson/HttpJsonStubCallableFactory.java index 64ad402d7..89992d9f8 100644 --- a/gax-httpjson/src/main/java/com/google/api/gax/httpjson/HttpJsonStubCallableFactory.java +++ b/gax-httpjson/src/main/java/com/google/api/gax/httpjson/HttpJsonStubCallableFactory.java @@ -41,7 +41,7 @@ @BetaApi("The surface for use by generated code is not stable yet and may change in the future.") public interface HttpJsonStubCallableFactory< - OperationT extends ApiMessage, OperationsStub extends BackgroundResource> { + OperationT, OperationsStub extends BackgroundResource> { /** * Create a callable object with http/json-specific functionality. Designed for use by generated @@ -52,7 +52,7 @@ public interface HttpJsonStubCallableFactory< * @param clientContext {@link ClientContext} to use to connect to the service. * @return {@link UnaryCallable} callable object. */ - public UnaryCallable createUnaryCallable( + UnaryCallable createUnaryCallable( HttpJsonCallSettings httpJsonCallSettings, UnaryCallSettings callSettings, ClientContext clientContext); @@ -66,7 +66,7 @@ public UnaryCallable createUnaryCalla * @param clientContext {@link ClientContext} to use to connect to the service. * @return {@link UnaryCallable} callable object. */ - public + UnaryCallable createPagedCallable( HttpJsonCallSettings httpJsonCallSettings, PagedCallSettings pagedCallSettings, @@ -82,12 +82,12 @@ UnaryCallable createPagedCallable( * @param clientContext {@link ClientContext} to use to connect to the service. * @return {@link UnaryCallable} callable object. */ - public UnaryCallable createBatchingCallable( + UnaryCallable createBatchingCallable( HttpJsonCallSettings httpJsonCallSettings, BatchingCallSettings batchingCallSettings, ClientContext clientContext); - public + OperationCallable createOperationCallable( HttpJsonCallSettings httpJsonCallSettings, OperationCallSettings operationCallSettings,