Package com.google.api.gax.httpjson
Class HttpJsonCallOptions
java.lang.Object
com.google.api.gax.httpjson.HttpJsonCallOptions
Options for an http-json call, including deadline and credentials.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract com.google.auth.Credentialsfinal org.threeten.bp.InstantThis method is obsolete.abstract Instantfinal org.threeten.bp.DurationThis method is obsolete.abstract Durationabstract com.google.protobuf.TypeRegistrymerge(HttpJsonCallOptions inputOptions) static HttpJsonCallOptions.Builderabstract HttpJsonCallOptions.Builder
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
HttpJsonCallOptions
public HttpJsonCallOptions()
-
-
Method Details
-
getTimeout
@Nullable @ObsoleteApi("Use getTimeoutDuration() instead") public final org.threeten.bp.Duration getTimeout()This method is obsolete. UsegetTimeoutDuration()instead. -
getTimeoutDuration
-
getDeadline
@Nullable @ObsoleteApi("Use getDeadlineInstant() instead") public final org.threeten.bp.Instant getDeadline()This method is obsolete. UsegetDeadlineInstant()instead. -
getDeadlineInstant
-
getCredentials
-
getTypeRegistry
-
toBuilder
-
newBuilder
-
merge
-