static GetOperationsResponse.Builder |
GetOperationsResponse.builder() |
|
GetOperationsResponse.Builder |
GetOperationsResponse.Builder.nextPageToken(String nextPageToken) |
The token to advance to the next page of results from your request.
|
GetOperationsResponse.Builder |
GetOperationsResponse.Builder.operations(Collection<Operation> operations) |
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
GetOperationsResponse.Builder |
GetOperationsResponse.Builder.operations(Consumer<Operation.Builder>... operations) |
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
GetOperationsResponse.Builder |
GetOperationsResponse.Builder.operations(Operation... operations) |
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
GetOperationsResponse.Builder |
GetOperationsResponse.toBuilder() |
|