Class: Google::Cloud::RecommendationEngine::V1beta1::PurgeUserEventsMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::RecommendationEngine::V1beta1::PurgeUserEventsMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb
Overview
Metadata related to the progress of the PurgeUserEvents operation. This will be returned by the google.longrunning.Operation.metadata field.
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
Operation create time.
-
#operation_name ⇒ ::String
The ID of the request / operation.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp
Returns Operation create time.
68 69 70 71 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb', line 68 class PurgeUserEventsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#operation_name ⇒ ::String
Returns The ID of the request / operation.
68 69 70 71 |
# File 'proto_docs/google/cloud/recommendationengine/v1beta1/user_event_service.rb', line 68 class PurgeUserEventsMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |