Uses of Interface
com.google.cloud.TransportOptions
-
Packages that use TransportOptions Package Description com.google.cloud Core classes for thegoogle-cloud
library.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 TransportOptions
ServiceDefaults. getDefaultTransportOptions()
TransportOptions
ServiceOptions. getTransportOptions()
Returns the transport-specific options for this service.Methods in com.google.cloud with parameters of type TransportOptions Modifier and Type Method Description B
ServiceOptions.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 class
GrpcTransportOptions
Class 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 class
HttpTransportOptions
Class representing service options for those services that use HTTP as the transport layer.
-