Package | Description |
---|---|
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
FailureInfo |
FailureInfo.clone() |
FailureInfo |
FailureInfo.set(String fieldName,
Object value) |
FailureInfo |
FailureInfo.setErrorCode(String errorCode)
Canonical code for why the update failed to apply.
|
FailureInfo |
FailureInfo.setErrorMessage(String errorMessage)
Failure reason message.
|
FailureInfo |
FailureInfo.setPrinter(Printer printer)
Failed printer.
|
FailureInfo |
FailureInfo.setPrinterId(String printerId)
Id of a failed printer.
|
Modifier and Type | Method and Description |
---|---|
List<FailureInfo> |
BatchDeletePrintersResponse.getFailedPrinters()
A list of update failures.
|
List<FailureInfo> |
BatchCreatePrintersResponse.getFailures()
A list of create failures.
|
Modifier and Type | Method and Description |
---|---|
BatchDeletePrintersResponse |
BatchDeletePrintersResponse.setFailedPrinters(List<FailureInfo> failedPrinters)
A list of update failures.
|
BatchCreatePrintersResponse |
BatchCreatePrintersResponse.setFailures(List<FailureInfo> failures)
A list of create failures.
|
Copyright © 2011–2021 Google. All rights reserved.