AI-generated Key Takeaways
-
SearchAuth is the main entry point to the SearchAuth APIs.
-
SearchAuth.StatusCodes provides status codes for the SearchAuth API.
-
The API field identifies the SearchAuth API when used with GoogleApiClient.Builder.addApi.
-
The SearchAuthApi field is the entry point to the SearchAuth API methods.
The main entry point to the SearchAuth APIs.
Nested Class Summary
| class | SearchAuth.StatusCodes | Status codes for SearchAuth API containing a combination of common status codes and custom status codes. | |
Field Summary
| public static final Api<Api.ApiOptions.NoOptions> | API | Identifies the SearchAuth API when used with
GoogleApiClient.Builder.addApi(Api extends Api.ApiOptions.NotRequiredOptions>
). |
| public static final SearchAuthApi | SearchAuthApi | Entry point to the SearchAuth API methods. |
Inherited Method Summary
Fields
public static final Api<Api.ApiOptions.NoOptions> API
Identifies the SearchAuth API when used with
GoogleApiClient.Builder.addApi(Api extends Api.ApiOptions.NotRequiredOptions>
).
public static final SearchAuthApi SearchAuthApi
Entry point to the SearchAuth API methods.