| Package | Description |
|---|---|
| com.google.api.services.serviceusage.v1.model |
| Modifier and Type | Method and Description |
|---|---|
EnableFailure |
EnableFailure.clone() |
EnableFailure |
EnableFailure.set(String fieldName,
Object value) |
EnableFailure |
EnableFailure.setErrorMessage(String errorMessage)
An error message describing why the service could not be enabled.
|
EnableFailure |
EnableFailure.setServiceId(String serviceId)
The service id of a service that could not be enabled.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnableFailure> |
BatchEnableServicesResponse.getFailures()
If allow_partial_success is true, and one or more services could not be enabled, this field
contains the details about each failure.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEnableServicesResponse |
BatchEnableServicesResponse.setFailures(List<EnableFailure> failures)
If allow_partial_success is true, and one or more services could not be enabled, this field
contains the details about each failure.
|
Copyright © 2011–2021 Google. All rights reserved.