Api.ApiOptions

public interface Api.ApiOptions

Known direct subclasses
Api.ApiOptions.HasOptions

Base interface for ApiOptions in Apis that have options.

Api.ApiOptions.NotRequiredOptions

Base interface for ApiOptions that are not required, don't exist.

Known indirect subclasses
Api.ApiOptions.HasAccountOptions

An interface for ApiOptions that include an account.

Api.ApiOptions.HasGoogleSignInAccountOptions

An interface for ApiOptions that includes a GoogleSignInAccount

Api.ApiOptions.NoOptions

ApiOptions implementation for Apis that do not take any options.

Api.ApiOptions.Optional

Base interface for ApiOptions that are optional.

GoogleSignInOptions

This class is deprecated.

Use Credential Manager for authentication or Google Identity Services for authorization.


Base interface for API options. These are used to configure specific parameters for individual API surfaces. The default implementation has no parameters.

Summary

Nested types

An interface for ApiOptions that include an account.

An interface for ApiOptions that includes a GoogleSignInAccount

public interface Api.ApiOptions.HasOptions extends Api.ApiOptions

Base interface for ApiOptions in Apis that have options.

ApiOptions implementation for Apis that do not take any options.

Base interface for ApiOptions that are not required, don't exist.

Base interface for ApiOptions that are optional.

Constants

default static final Api.ApiOptions.NoOptions

Static instance of NoOptions.

Constants

NO_OPTIONS

default static final Api.ApiOptions.NoOptions NO_OPTIONS

Static instance of NoOptions.