Class: Google::Apis::ContaineranalysisV1alpha1::GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1alpha1::GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata
- Defined in:
- generated/google/apis/containeranalysis_v1alpha1/classes.rb,
generated/google/apis/containeranalysis_v1alpha1/representations.rb,
generated/google/apis/containeranalysis_v1alpha1/representations.rb
Overview
Metadata for all operations used and required for all operations that created by Container Analysis Providers
Instance Attribute Summary collapse
-
#create_time ⇒ String
Output only.
-
#end_time ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata
constructor
A new instance of GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata
Returns a new instance of GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata
1289 1290 1291 |
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 1289 def initialize(**args) update!(**args) end |
Instance Attribute Details
#create_time ⇒ String
Output only. The time this operation was created.
Corresponds to the JSON property createTime
1282 1283 1284 |
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 1282 def create_time @create_time end |
#end_time ⇒ String
Output only. The time that this operation was marked completed or failed.
Corresponds to the JSON property endTime
1287 1288 1289 |
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 1287 def end_time @end_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1294 1295 1296 1297 |
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 1294 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @end_time = args[:end_time] if args.key?(:end_time) end |