Class: Google::Apis::ContaineranalysisV1beta1::GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ContaineranalysisV1beta1::GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/containeranalysis_v1beta1/classes.rb,
lib/google/apis/containeranalysis_v1beta1/representations.rb,
lib/google/apis/containeranalysis_v1beta1/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.
Constructor Details
#initialize(**args) ⇒ GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata
Returns a new instance of GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata.
3811 3812 3813 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3811 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
3804 3805 3806 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3804 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
3809 3810 3811 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3809 def end_time @end_time end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3816 3817 3818 3819 |
# File 'lib/google/apis/containeranalysis_v1beta1/classes.rb', line 3816 def update!(**args) @create_time = args[:create_time] if args.key?(:create_time) @end_time = args[:end_time] if args.key?(:end_time) end |