Class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaStartExperimentMetadata

Inherits:
Object
  • Object
show all
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.StartExperiment long running operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaStartExperimentMetadata

Returns a new instance of GoogleCloudDiscoveryengineV1alphaStartExperimentMetadata.



17807
17808
17809
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17807

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#create_timeString

Output only. The time the operation was created. Corresponds to the JSON property createTime

Returns:

  • (String)


17800
17801
17802
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17800

def create_time
  @create_time
end

#update_timeString

Output only. The time the operation was last updated. Corresponds to the JSON property updateTime

Returns:

  • (String)


17805
17806
17807
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17805

def update_time
  @update_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



17812
17813
17814
17815
# File 'lib/google/apis/discoveryengine_v1beta/classes.rb', line 17812

def update!(**args)
  @create_time = args[:create_time] if args.key?(:create_time)
  @update_time = args[:update_time] if args.key?(:update_time)
end