Uses of Interface
com.google.cloud.TransportOptions
-
Packages that use TransportOptions Package Description com.google.cloud Core classes for thegoogle-cloudlibrary.com.google.cloud.grpc com.google.cloud.http -
-
Uses of TransportOptions in com.google.cloud
Methods in com.google.cloud that return TransportOptions Modifier and Type Method Description TransportOptionsServiceDefaults. getDefaultTransportOptions()TransportOptionsServiceOptions. getTransportOptions()Returns the transport-specific options for this service.Methods in com.google.cloud with parameters of type TransportOptions Modifier and Type Method Description BServiceOptions.Builder. setTransportOptions(TransportOptions transportOptions)Sets the transport options. -
Uses of TransportOptions in com.google.cloud.grpc
Classes in com.google.cloud.grpc that implement TransportOptions Modifier and Type Class Description classGrpcTransportOptionsClass representing service options for those services that use gRPC as the transport layer. -
Uses of TransportOptions in com.google.cloud.http
Classes in com.google.cloud.http that implement TransportOptions Modifier and Type Class Description classHttpTransportOptionsClass representing service options for those services that use HTTP as the transport layer.
-