public sealed class BatchEnableServicesResponse : IMessage<BatchEnableServicesResponse>, IEquatable<BatchEnableServicesResponse>, IDeepCloneable<BatchEnableServicesResponse>, IBufferMessage, IMessageResponse message for the BatchEnableServices method.
This response message is assigned to the response field of the returned
Operation when that operation is done.
Implements
IMessage<BatchEnableServicesResponse>, IEquatable<BatchEnableServicesResponse>, IDeepCloneable<BatchEnableServicesResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceUsage.V1Assembly
Google.Cloud.ServiceUsage.V1.dll
Constructors
BatchEnableServicesResponse()
public BatchEnableServicesResponse()BatchEnableServicesResponse(BatchEnableServicesResponse)
public BatchEnableServicesResponse(BatchEnableServicesResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
BatchEnableServicesResponse |
Properties
Failures
public RepeatedField<BatchEnableServicesResponse.Types.EnableFailure> Failures { get; }If allow_partial_success is true, and one or more services could not be enabled, this field contains the details about each failure.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<BatchEnableServicesResponse.Types.EnableFailure> |
|
Services
public RepeatedField<Service> Services { get; }The new state of the services after enabling.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<Service> |
|