Uses of Class
com.google.api.gax.rpc.ServerStreamingCallSettings.Builder
Packages that use ServerStreamingCallSettings.Builder
-
Uses of ServerStreamingCallSettings.Builder in com.google.api.gax.rpc
Methods in com.google.api.gax.rpc that return ServerStreamingCallSettings.BuilderModifier and TypeMethodDescriptionstatic <RequestT,ResponseT>
ServerStreamingCallSettings.Builder<RequestT,ResponseT> ServerStreamingCallSettings.newBuilder()ServerStreamingCallSettings.Builder.setIdleTimeout(org.threeten.bp.Duration idleTimeout) Set how long to wait before considering the stream orphaned by the user and closing it.ServerStreamingCallSettings.Builder.setResumptionStrategy(StreamResumptionStrategy<RequestT, ResponseT> resumptionStrategy) See the class documentation ofServerStreamingCallSettingsfor a description of what StreamResumptionStrategy does.ServerStreamingCallSettings.Builder.setRetryableCodes(StatusCode.Code... codes) See the class documentation ofServerStreamingCallSettingsfor a description of what retryableCodes do.ServerStreamingCallSettings.Builder.setRetryableCodes(Set<StatusCode.Code> retryableCodes) See the class documentation ofServerStreamingCallSettingsfor a description of what retryableCodes do.ServerStreamingCallSettings.Builder.setRetrySettings(RetrySettings retrySettings) Replaces theRetrySettingsfor the associatedServerStreamingCallable.ServerStreamingCallSettings.Builder.setSimpleTimeoutNoRetries(org.threeten.bp.Duration timeout) Disables retries and sets the overall timeout.ServerStreamingCallSettings.Builder.setWaitTimeout(org.threeten.bp.Duration waitTimeout) Set the maximum amount of time to wait for the next message from the server.ServerStreamingCallSettings.toBuilder()