Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1CreateTargetSiteMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1CreateTargetSiteMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/discoveryengine_v1alpha/classes.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb,
lib/google/apis/discoveryengine_v1alpha/representations.rb
Overview
Metadata related to the progress of the SiteSearchEngineService. CreateTargetSite operation. This will be returned by the google.longrunning. Operation.metadata field.
Instance Attribute Summary collapse
-
#create_time ⇒ String
Operation create time.
-
#update_time ⇒ String
Operation last update time.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1CreateTargetSiteMetadata
constructor
A new instance of GoogleCloudDiscoveryengineV1CreateTargetSiteMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1CreateTargetSiteMetadata
Returns a new instance of GoogleCloudDiscoveryengineV1CreateTargetSiteMetadata.
1252 1253 1254 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 1252 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Operation create time.
Corresponds to the JSON property createTime
1244 1245 1246 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 1244 def create_time @create_time end |
#update_time ⇒ String
Operation last update time. If the operation is done, this is also the finish
time.
Corresponds to the JSON property updateTime
1250 1251 1252 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 1250 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1257 1258 1259 1260 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 1257 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @update_time = args[:update_time] if args.key?(:update_time) end |