Class: Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesResponse
- 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
-
#error_samples ⇒ ::Array<::Google::Rpc::Status>
A sample of errors encountered while processing the request.
-
#user_licenses ⇒ ::Array<::Google::Cloud::DiscoveryEngine::V1::UserLicense>
UserLicenses successfully updated.
Instance Attribute Details
#error_samples ⇒ ::Array<::Google::Rpc::Status>
Returns A sample of errors encountered while processing the request.
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.
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 |