Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.ByteArrayContent |
AxisBatchJobUploadBodyProvider.getHttpContent(BatchJobMutateRequestInterface request,
boolean isFirstRequest,
boolean isLastRequest) |
Modifier and Type | Class and Description |
---|---|
class |
JaxWsBatchJobUploadBodyProvider<RequestT extends BatchJobMutateRequestInterface>
Implementation of
BatchJobUploadBodyProvider for JAX-WS. |
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.ByteArrayContent |
JaxWsBatchJobUploadBodyProvider.getHttpContent(BatchJobMutateRequestInterface request,
boolean isFirstRequest,
boolean isLastRequest) |
Modifier and Type | Class and Description |
---|---|
class |
BatchJobMutateRequest
JAX-WS implementation of
BatchJobMutateRequestInterface . |
Modifier and Type | Method and Description |
---|---|
com.google.api.client.http.ByteArrayContent |
BatchJobUploadBodyProvider.getHttpContent(BatchJobMutateRequestInterface request,
boolean isFirstRequest,
boolean isLastRequest)
Returns the batch job upload operations as
ByteArrayContent . |
BatchJobUploadResponse |
BatchJobUploader.uploadIncrementalBatchJobOperations(BatchJobMutateRequestInterface request,
boolean isLastRequest,
BatchJobUploadStatus batchJobUploadStatus)
Incrementally uploads a batch job's operations and returns the response.
|
Copyright © 2018. All Rights Reserved.