Package com.google.cloud.grpc (2.11.0)

Classes

GrpcTransportOptions

Class representing service options for those services that use gRPC as the transport layer.

GrpcTransportOptions.Builder

Builder forGrpcTransportOptions.

GrpcTransportOptions.DefaultExecutorFactory

Interfaces

GrpcTransportOptions.ExecutorFactory<T>

An interface forExecutorService factories. Implementations of this interface can be used to provide an user-defined executor to execute requests. Any implementation of this interface must override theget() method to return the desired executor. The release(executor) method should be overriden to free resources used by the executor (if needed) according to application's logic.

Implementation must provide a public no-arg constructor. Loading of a factory implementation is done viajava.util.ServiceLoader.

Exceptions

BaseGrpcServiceException

Base class for all exceptions from grpc-based services.

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-31 UTC.