Skip to content
This repository was archived by the owner on Sep 26, 2023. It is now read-only.

Commit 2e782a3

Browse files
authored
allow credentials to be nullable in HttpJsonCallOptions (#518)
1 parent a775045 commit 2e782a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gax-httpjson/src/main/java/com/google/api/gax/httpjson/HttpJsonCallOptions.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ public abstract class HttpJsonCallOptions {
4242
@Nullable
4343
public abstract Instant getDeadline();
4444

45+
@Nullable
4546
public abstract Credentials getCredentials();
4647

4748
public static Builder newBuilder() {

0 commit comments

Comments
 (0)