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.services.protobuf |
Beta Contains the basis for the generated service-specific libraries based on the Protobuf format. |
com.google.api.client.googleapis.testing.services | |
com.google.api.client.googleapis.testing.services.json | |
com.google.api.client.googleapis.testing.services.protobuf |
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 | Class and Description |
---|---|
class |
CommonGoogleProtoClientRequestInitializer
Beta Google protocol buffer client request initializer implementation for setting properties like key and userIp. |
Modifier and Type | Method and Description |
---|---|
AbstractGoogleProtoClient.Builder |
AbstractGoogleProtoClient.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) |
Modifier and Type | Method and Description |
---|---|
MockGoogleProtoClient.Builder |
MockGoogleProtoClient.Builder.setGoogleClientRequestInitializer(GoogleClientRequestInitializer googleClientRequestInitializer) |
Copyright © 2010–2022 Google. All rights reserved.