Discovery Engine V1 API - Class Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesMetadata (v2.3.0)

Reference documentation and code samples for the Discovery Engine V1 API class Google::Cloud::DiscoveryEngine::V1::BatchUpdateUserLicensesMetadata.

Metadata related to the progress of the UserLicenseService.BatchUpdateUserLicenses operation. This will be returned by the google.longrunning.Operation.metadata field.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#create_time

def create_time() -> ::Google::Protobuf::Timestamp
Returns

#create_time=

def create_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#failure_count

def failure_count() -> ::Integer
Returns
  • (::Integer) — Count of user licenses that failed to be updated.

#failure_count=

def failure_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Count of user licenses that failed to be updated.
Returns
  • (::Integer) — Count of user licenses that failed to be updated.

#success_count

def success_count() -> ::Integer
Returns
  • (::Integer) — Count of user licenses successfully updated.

#success_count=

def success_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Count of user licenses successfully updated.
Returns
  • (::Integer) — Count of user licenses successfully updated.

#update_time

def update_time() -> ::Google::Protobuf::Timestamp
Returns

#update_time=

def update_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns