Discovery Engine v1 API - Class BatchUpdateUserLicensesResponse (1.8.0)

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.

Inheritance

object > BatchUpdateUserLicensesResponse

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

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