Codota Logo
ApiCallContext.merge
Code IndexAdd Codota to your IDE (free)

How to use
merge
method
in
com.google.api.gax.rpc.ApiCallContext

Best Java code snippets using com.google.api.gax.rpc.ApiCallContext.merge (Showing top 14 results out of 315)

  • Common ways to obtain ApiCallContext
private void myMethod () {
ApiCallContext a =
  • Codota IconApiCallContext apiCallContext;ApiCallContext inputContext;apiCallContext.nullToSelf(inputContext)
  • Smart code suggestions by Codota
}
origin: com.google.api/gax

 @Override
 public ApiFuture<Void> cancel(String operationName, ApiCallContext thisCallContext) {
  return OperationCallable.this.cancel(
    operationName, defaultCallContext.merge(thisCallContext));
 }
};
origin: com.google.api/gax

@Override
public OperationFuture<ResponseT, MetadataT> resumeFutureCall(
  String operationName, ApiCallContext thisCallContext) {
 return OperationCallable.this.resumeFutureCall(
   operationName, defaultCallContext.merge(thisCallContext));
}
origin: com.google.api/gax

 @Override
 public void call(
   RequestT request,
   ResponseObserver<ResponseT> responseObserver,
   ApiCallContext thisCallContext) {
  ServerStreamingCallable.this.call(
    request, responseObserver, defaultCallContext.merge(thisCallContext));
 }
};
origin: googleapis/gax-java

@Override
public OperationFuture<ResponseT, MetadataT> resumeFutureCall(
  String operationName, ApiCallContext thisCallContext) {
 return OperationCallable.this.resumeFutureCall(
   operationName, defaultCallContext.merge(thisCallContext));
}
origin: googleapis/gax-java

 @Override
 public void call(
   RequestT request,
   ResponseObserver<ResponseT> responseObserver,
   ApiCallContext thisCallContext) {
  ServerStreamingCallable.this.call(
    request, responseObserver, defaultCallContext.merge(thisCallContext));
 }
};
origin: com.google.api/gax

 @Override
 public ApiFuture<ResponseT> futureCall(RequestT request, ApiCallContext thisCallContext) {
  return UnaryCallable.this.futureCall(request, defaultCallContext.merge(thisCallContext));
 }
};
origin: com.google.api/gax

 @Override
 public ApiStreamObserver<RequestT> clientStreamingCall(
   ApiStreamObserver<ResponseT> responseObserver, ApiCallContext thisCallContext) {
  return ClientStreamingCallable.this.clientStreamingCall(
    responseObserver, defaultCallContext.merge(thisCallContext));
 }
};
origin: googleapis/gax-java

 @Override
 public ApiFuture<Void> cancel(String operationName, ApiCallContext thisCallContext) {
  return OperationCallable.this.cancel(
    operationName, defaultCallContext.merge(thisCallContext));
 }
};
origin: com.google.api/gax

 @Override
 public ClientStream<RequestT> internalCall(
   ResponseObserver<ResponseT> responseObserver,
   ClientStreamReadyObserver<RequestT> onReady,
   ApiCallContext thisCallContext) {
  return BidiStreamingCallable.this.internalCall(
    responseObserver, onReady, defaultCallContext.merge(thisCallContext));
 }
};
origin: com.google.api/gax

@Override
public OperationFuture<ResponseT, MetadataT> futureCall(
  RequestT request, ApiCallContext thisCallContext) {
 return OperationCallable.this.futureCall(
   request, defaultCallContext.merge(thisCallContext));
}
origin: googleapis/gax-java

@Override
public OperationFuture<ResponseT, MetadataT> futureCall(
  RequestT request, ApiCallContext thisCallContext) {
 return OperationCallable.this.futureCall(
   request, defaultCallContext.merge(thisCallContext));
}
origin: googleapis/gax-java

 @Override
 public ClientStream<RequestT> internalCall(
   ResponseObserver<ResponseT> responseObserver,
   ClientStreamReadyObserver<RequestT> onReady,
   ApiCallContext thisCallContext) {
  return BidiStreamingCallable.this.internalCall(
    responseObserver, onReady, defaultCallContext.merge(thisCallContext));
 }
};
origin: googleapis/gax-java

 @Override
 public ApiFuture<ResponseT> futureCall(RequestT request, ApiCallContext thisCallContext) {
  return UnaryCallable.this.futureCall(request, defaultCallContext.merge(thisCallContext));
 }
};
origin: googleapis/gax-java

 @Override
 public ApiStreamObserver<RequestT> clientStreamingCall(
   ApiStreamObserver<ResponseT> responseObserver, ApiCallContext thisCallContext) {
  return ClientStreamingCallable.this.clientStreamingCall(
    responseObserver, defaultCallContext.merge(thisCallContext));
 }
};
com.google.api.gax.rpcApiCallContextmerge

Javadoc

For any values in inputCallContext that are not null, override the corresponding values in the present instance.

Popular methods of ApiCallContext

  • getStreamIdleTimeout
    The stream idle timeout set for this context.
  • getStreamWaitTimeout
    Return the stream wait timeout set for this context.
  • getTimeout
    Returns the configured per-RPC timeout.
  • getTracer
    The ApiTracer that was previously set for this context.The ApiTracer will be used to trace the curre
  • nullToSelf
    If inputContext is not null, returns it; if it is null, returns the present instance.
  • withTimeout
    Returns a new ApiCallContext with the given timeout set.This sets the maximum amount of time a singl
  • withCredentials
    Returns a new ApiCallContext with the given credentials set.
  • withStreamIdleTimeout
    Returns a new ApiCallContext with the given stream idle timeout set.This timeout only applies to a S
  • withStreamWaitTimeout
    Returns a new ApiCallContext with the given stream timeout set.This timeout only applies to a Server
  • withTracer
    Returns a new ApiCallContext with the given ApiTracer.The ApiTracer will be used to trace the curren
  • withTransportChannel
    Returns a new ApiCallContext with the given channel set.
  • withTransportChannel

Popular in Java

  • Finding current android device location
  • setContentView (Activity)
  • setScale (BigDecimal)
  • onRequestPermissionsResult (Fragment)
  • Component (java.awt)
    A component is an object having a graphical representation that can be displayed on the screen and t
  • HttpURLConnection (java.net)
    An URLConnection for HTTP (RFC 2616 [http://tools.ietf.org/html/rfc2616]) used to send and receive d
  • Date (java.sql)
    A class which can consume and produce dates in SQL Date format. Dates are represented in SQL as yyyy
  • Comparator (java.util)
    A Comparator is used to compare two objects to determine their ordering with respect to each other.
  • PriorityQueue (java.util)
    An unbounded priority Queue based on a priority heap. The elements of the priority queue are ordered
  • ResourceBundle (java.util)
    Resource bundles contain locale-specific objects. When your program needs a locale-specific resource
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now