| Package | Description |
|---|---|
| com.google.api.client.googleapis.services |
Contains the basis for the generated service-specific libraries.
|
| com.google.api.client.googleapis.services.json |
Contains the basis for the generated service-specific libraries based on the JSON format.
|
| com.google.api.client.googleapis.testing.services |
Beta Test utilities for the com.google.api.client.googleapis.services package. |
| com.google.api.client.googleapis.testing.services.json |
Beta Test utilities for the com.google.api.client.googleapis.services.json package. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonGoogleClientRequestInitializer
Google common client request initializer implementation for setting properties like key and
userIp.
|
| Modifier and Type | Method and Description |
|---|---|
GoogleClientRequestInitializer |
AbstractGoogleClient.getGoogleClientRequestInitializer()
Returns the Google client request initializer or
null for none. |
GoogleClientRequestInitializer |
AbstractGoogleClient.Builder.getGoogleClientRequestInitializer()
Returns the Google client request initializer or
null for none. |
| Modifier and Type | Method and Description |
|---|---|
AbstractGoogleClient.Builder |
AbstractGoogleClient.Builder.setGoogleClientRequestInitializer(GoogleClientRequestInitializer googleClientRequestInitializer)
Sets the Google client request initializer or
null for none. |
| Modifier and Type | Class and Description |
|---|---|
class |
CommonGoogleJsonClientRequestInitializer
Google JSON client request initializer implementation for setting properties like key and userIp.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractGoogleJsonClient.Builder |
AbstractGoogleJsonClient.Builder.setGoogleClientRequestInitializer(GoogleClientRequestInitializer googleClientRequestInitializer) |
| Modifier and Type | Method and Description |
|---|---|
MockGoogleClient.Builder |
MockGoogleClient.Builder.setGoogleClientRequestInitializer(GoogleClientRequestInitializer googleClientRequestInitializer) |
| Modifier and Type | Method and Description |
|---|---|
MockGoogleJsonClient.Builder |
MockGoogleJsonClient.Builder.setGoogleClientRequestInitializer(GoogleClientRequestInitializer googleClientRequestInitializer) |
Copyright © 2010-2017 Google. All Rights Reserved.