BatchEnableServicesResponse(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Response message for the BatchEnableServices
method. This
response message is assigned to the response
field of the
returned Operation when that operation is done.
Attributes |
|
---|---|
Name | Description |
services |
MutableSequence[google.cloud.service_usage_v1.types.Service]
The new state of the services after enabling. |
failures |
MutableSequence[google.cloud.service_usage_v1.types.BatchEnableServicesResponse.EnableFailure]
If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure. |
Classes
EnableFailure
EnableFailure(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Provides error messages for the failing services.