Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ public abstract static class Builder {

/**
* Sets the scopes to apply to the credentials that are acquired from Application Default
* Credentials, before the credentials are sent to the service.
* Credentials, before the credentials are sent to the service. These scopes only take effect if
* the underlying credentials require them. See {@link GoogleCredentials#createScopedRequired()}
* for more details on when scopes are necessary.
*/
public abstract Builder setScopesToApply(List<String> val);

Expand Down
Loading