Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaResumeExperimentMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaResumeExperimentMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1beta/classes.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb,
lib/google/apis/discoveryengine_v1beta/representations.rb
Overview
Metadata for AlphaEvolveService.ResumeExperiment long running operation.
Instance Attribute Summary collapse
-
#create_time ⇒ String
Output only.
-
#update_time ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaResumeExperimentMetadata
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaResumeExperimentMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaResumeExperimentMetadata
Returns a new instance of GoogleCloudDiscoveryengineV1alphaResumeExperimentMetadata.
15699 15700 15701 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15699 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Output only. The time the operation was created.
Corresponds to the JSON property createTime
15692 15693 15694 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15692 def create_time @create_time end |
#update_time ⇒ String
Output only. The time the operation was last updated.
Corresponds to the JSON property updateTime
15697 15698 15699 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15697 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15704 15705 15706 15707 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15704 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @update_time = args[:update_time] if args.key?(:update_time) end |