Uses of Interface
com.google.api.gax.batching.BatchingDescriptor
-
Packages that use BatchingDescriptor Package Description com.google.api.gax.batching -
-
Uses of BatchingDescriptor in com.google.api.gax.batching
Methods in com.google.api.gax.batching that return BatchingDescriptor Modifier and Type Method Description BatchingDescriptor<ElementT,ElementResultT,RequestT,ResponseT>BatchingCallSettings. getBatchingDescriptor()Methods in com.google.api.gax.batching with parameters of type BatchingDescriptor Modifier and Type Method Description static <ElementT,ElementResultT,RequestT,ResponseT>
BatchingCallSettings.Builder<ElementT,ElementResultT,RequestT,ResponseT>BatchingCallSettings. newBuilder(BatchingDescriptor<ElementT,ElementResultT,RequestT,ResponseT> batchingDescriptor)Please useBatchingCallSettings.toBuilder()to override settings values.
-