Help developers solve problems
Learn more
| java.lang.Object | |
| ↳ | com.google.android.gms.auth.api.GoogleAuthApiRequest |
A request to be performed against Apiary.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | DEFAULT_SCOPE_PREFIX | ||||||||||
| int | HTTP_METHOD_DELETE | ||||||||||
| int | HTTP_METHOD_GET | ||||||||||
| int | HTTP_METHOD_HEAD | ||||||||||
| int | HTTP_METHOD_OPTIONS | ||||||||||
| int | HTTP_METHOD_PATCH | ||||||||||
| int | HTTP_METHOD_POST | ||||||||||
| int | HTTP_METHOD_PUT | ||||||||||
| int | HTTP_METHOD_TRACE | ||||||||||
| int | VERSION_CODE | ||||||||||
|
[Expand]
Inherited Constants | |||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
android.os.Parcelable
| |||||||||||||||||
From interface
com.google.android.gms.common.internal.safeparcel.SafeParcelable
| |||||||||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| CREATOR | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a request directed against a Google API.
| |||||||||||
Creates a request directed against a Google API.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||||||||||||||||||||||||
From interface
android.os.Parcelable
| |||||||||||||||||||||||||||||||||
Creates a request directed against a Google API. All Google APIs are uniquely defined by a name and id. These may be consulted at https://www.googleapis.com/discovery/v1/apis. Additionally, all methods defines by an API have their own specific id. These may be consulted at the url specified at the "discoveryRestUrl" value specified on the API discoverer.
| name | The name of the API to consult. |
|---|---|
| version | The version code of the api. |
| apiId | The id of the API method to invoke. |
Creates a request directed against a Google API. All Google APIs are uniquely defined by a name and id. These may be consulted at https://www.googleapis.com/discovery/v1/apis. The specific method to invoke will be determined by the path and httpMethod entered.
| name | The name of the API to consult. |
|---|---|
| version | The version code of the api. |
| path | The path of the API to consult. |
| httpMethod | The HTTP method to use when performing the request. |
| JSONException |
|---|