public sealed class BatchUpdateUserLicensesResponse : IMessage<BatchUpdateUserLicensesResponse>, IEquatable<BatchUpdateUserLicensesResponse>, IDeepCloneable<BatchUpdateUserLicensesResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Discovery Engine v1 API class BatchUpdateUserLicensesResponse.
Response message for [UserLicenseService.BatchUpdateUserLicenses][google.cloud.discoveryengine.v1.UserLicenseService.BatchUpdateUserLicenses] method.
Implements
IMessageBatchUpdateUserLicensesResponse, IEquatableBatchUpdateUserLicensesResponse, IDeepCloneableBatchUpdateUserLicensesResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Constructors
BatchUpdateUserLicensesResponse()
public BatchUpdateUserLicensesResponse()
BatchUpdateUserLicensesResponse(BatchUpdateUserLicensesResponse)
public BatchUpdateUserLicensesResponse(BatchUpdateUserLicensesResponse other)
Parameter | |
---|---|
Name | Description |
other |
BatchUpdateUserLicensesResponse |
Properties
ErrorSamples
public RepeatedField<Status> ErrorSamples { get; }
A sample of errors encountered while processing the request.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStatus |
UserLicenses
public RepeatedField<UserLicense> UserLicenses { get; }
UserLicenses successfully updated.
Property Value | |
---|---|
Type | Description |
RepeatedFieldUserLicense |