public sealed class BatchEnableServicesResponse : IMessage<BatchEnableServicesResponse>, IEquatable<BatchEnableServicesResponse>, IDeepCloneable<BatchEnableServicesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Usage v1 API class BatchEnableServicesResponse.
Response message for the BatchEnableServices
method.
This response message is assigned to the response
field of the returned
Operation when that operation is done.
Implements
IMessageBatchEnableServicesResponse, IEquatableBatchEnableServicesResponse, IDeepCloneableBatchEnableServicesResponse, 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 |
RepeatedFieldBatchEnableServicesResponseTypesEnableFailure |
Services
public RepeatedField<Service> Services { get; }
The new state of the services after enabling.
Property Value | |
---|---|
Type | Description |
RepeatedFieldService |