Class: Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/user_license_service.rb

Overview

Response message for UserLicenseService.BatchUpdateUserLicenses method.

Instance Attribute Summary collapse

Instance Attribute Details

#error_samples::Array<::Google::Rpc::Status>

Returns A sample of errors encountered while processing the request.

Returns:



146
147
148
149
# File 'proto_docs/google/cloud/discoveryengine/v1/user_license_service.rb', line 146

class BatchUpdateUserLicensesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_licenses::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>

Returns UserLicenses successfully updated.

Returns:



146
147
148
149
# File 'proto_docs/google/cloud/discoveryengine/v1/user_license_service.rb', line 146

class BatchUpdateUserLicensesResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end