@BetaApi(value="The surface for use by generated code is not stable yet and may change in the future.") public class GrpcCallSettings<RequestT,ResponseT> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
GrpcCallSettings.Builder<RequestT,ResponseT> |
Modifier and Type | Method and Description |
---|---|
static <RequestT,ResponseT> |
create(io.grpc.MethodDescriptor<RequestT,ResponseT> methodDescriptor) |
io.grpc.MethodDescriptor<RequestT,ResponseT> |
getMethodDescriptor() |
com.google.api.gax.rpc.RequestParamsExtractor<RequestT> |
getParamsExtractor() |
static <RequestT,ResponseT> |
newBuilder() |
boolean |
shouldAwaitTrailers() |
GrpcCallSettings.Builder |
toBuilder() |
@BetaApi public com.google.api.gax.rpc.RequestParamsExtractor<RequestT> getParamsExtractor()
@BetaApi public boolean shouldAwaitTrailers()
public static <RequestT,ResponseT> GrpcCallSettings.Builder<RequestT,ResponseT> newBuilder()
public static <RequestT,ResponseT> GrpcCallSettings<RequestT,ResponseT> create(io.grpc.MethodDescriptor<RequestT,ResponseT> methodDescriptor)
public GrpcCallSettings.Builder toBuilder()