Class BatchEnableServicesResponse (1.2.0)

public sealed class BatchEnableServicesResponse : IMessage<BatchEnableServicesResponse>, IEquatable<BatchEnableServicesResponse>, IDeepCloneable<BatchEnableServicesResponse>, IBufferMessage, IMessage

Response message for the BatchEnableServices method. This response message is assigned to the response field of the returned Operation when that operation is done.

Inheritance

Object > BatchEnableServicesResponse

Namespace

Google.Cloud.ServiceUsage.V1

Assembly

Google.Cloud.ServiceUsage.V1.dll

Constructors

BatchEnableServicesResponse()

public BatchEnableServicesResponse()

BatchEnableServicesResponse(BatchEnableServicesResponse)

public BatchEnableServicesResponse(BatchEnableServicesResponse other)
Parameter
NameDescription
otherBatchEnableServicesResponse

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
TypeDescription
RepeatedField<BatchEnableServicesResponse.Types.EnableFailure>

Services

public RepeatedField<Service> Services { get; }

The new state of the services after enabling.

Property Value
TypeDescription
RepeatedField<Service>