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.
15854 15855 15856 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15854 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
15847 15848 15849 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15847 def create_time @create_time end |
#update_time ⇒ String
Output only. The time the operation was last updated.
Corresponds to the JSON property updateTime
15852 15853 15854 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15852 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15859 15860 15861 15862 |
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 15859 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @update_time = args[:update_time] if args.key?(:update_time) end |