Package | Description |
---|---|
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.protobuf |
Modifier and Type | Method and Description |
---|---|
abstract AbstractGoogleProtoClient |
AbstractGoogleProtoClient.Builder.build() |
AbstractGoogleProtoClient |
AbstractGoogleProtoClientRequest.getAbstractGoogleClient() |
Constructor and Description |
---|
AbstractGoogleProtoClientRequest(AbstractGoogleProtoClient abstractGoogleProtoClient,
String requestMethod,
String uriTemplate,
com.google.protobuf.MessageLite message,
Class<T> responseClass) |
Modifier and Type | Class and Description |
---|---|
class |
MockGoogleProtoClient
Beta Thread-safe mock Google protocol buffer client. |
Constructor and Description |
---|
MockGoogleProtoClientRequest(AbstractGoogleProtoClient client,
String method,
String uriTemplate,
com.google.protobuf.MessageLite message,
Class<T> responseClass) |
Copyright © 2010–2022 Google. All rights reserved.