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 |
Sequence[google.cloud.service_usage_v1.types.Service]
The new state of the services after enabling. |
failures |
Sequence[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. .. attribute:: service_id
The service id of a service that could not be enabled.
:type: str