Package | Description |
---|---|
com.google.api.services.directory.model |
Modifier and Type | Method and Description |
---|---|
PrintServerFailureInfo |
PrintServerFailureInfo.clone() |
PrintServerFailureInfo |
PrintServerFailureInfo.set(String fieldName,
Object value) |
PrintServerFailureInfo |
PrintServerFailureInfo.setErrorCode(String errorCode)
Canonical code for why the update failed to apply.
|
PrintServerFailureInfo |
PrintServerFailureInfo.setErrorMessage(String errorMessage)
Failure reason message.
|
PrintServerFailureInfo |
PrintServerFailureInfo.setPrintServer(PrintServer printServer)
Failed print server.
|
PrintServerFailureInfo |
PrintServerFailureInfo.setPrintServerId(String printServerId)
ID of a failed print server.
|
Modifier and Type | Method and Description |
---|---|
List<PrintServerFailureInfo> |
BatchDeletePrintServersResponse.getFailedPrintServers()
A list of update failures.
|
List<PrintServerFailureInfo> |
BatchCreatePrintServersResponse.getFailures()
A list of create failures.
|
Modifier and Type | Method and Description |
---|---|
BatchDeletePrintServersResponse |
BatchDeletePrintServersResponse.setFailedPrintServers(List<PrintServerFailureInfo> failedPrintServers)
A list of update failures.
|
BatchCreatePrintServersResponse |
BatchCreatePrintServersResponse.setFailures(List<PrintServerFailureInfo> failures)
A list of create failures.
|
Copyright © 2011–2023 Google. All rights reserved.