Class: Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata
- Inherits:
-
Object
- Object
- Google::Apis::DiscoveryengineV1alpha::GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata
- 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 for UpdateSchema LRO.
Instance Attribute Summary collapse
-
#create_time ⇒ String
Operation create time.
-
#update_time ⇒ String
Operation last update time.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata
constructor
A new instance of GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata
Returns a new instance of GoogleCloudDiscoveryengineV1alphaUpdateSchemaMetadata.
3871 3872 3873 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 3871 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Operation create time.
Corresponds to the JSON property createTime
3863 3864 3865 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 3863 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
3869 3870 3871 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 3869 def update_time @update_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3876 3877 3878 3879 |
# File 'lib/google/apis/discoveryengine_v1alpha/classes.rb', line 3876 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @update_time = args[:update_time] if args.key?(:update_time) end |