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 | Method and Description |
---|---|
abstract AbstractGoogleClient |
AbstractGoogleClient.Builder.build()
Builds a new instance of
AbstractGoogleClient . |
AbstractGoogleClient |
AbstractGoogleClientRequest.getAbstractGoogleClient()
Returns the Google client.
|
Constructor and Description |
---|
AbstractGoogleClientRequest(AbstractGoogleClient abstractGoogleClient,
String requestMethod,
String uriTemplate,
HttpContent httpContent,
Class<T> responseClass) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGoogleJsonClient
Thread-safe Google JSON client.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGoogleProtoClient
Beta Thread-safe Google protocol buffer client. |
Modifier and Type | Class and Description |
---|---|
class |
MockGoogleClient
Beta Thread-safe mock Google client. |
Constructor and Description |
---|
MockGoogleClientRequest(AbstractGoogleClient client,
String method,
String uriTemplate,
HttpContent content,
Class<T> responseClass) |
Modifier and Type | Class and Description |
---|---|
class |
MockGoogleJsonClient
Beta Thread-safe mock Google JSON client. |
Modifier and Type | Class and Description |
---|---|
class |
MockGoogleProtoClient
Beta Thread-safe mock Google protocol buffer client. |
Copyright © 2010–2022 Google. All rights reserved.