Class: Google::Apis::ContaineranalysisV1alpha1::GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata

Returns a new instance of GoogleDevtoolsContaineranalysisV1alpha1OperationMetadata.



1188
1189
1190
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 1188

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

Instance Attribute Details

#create_timeString

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

Returns:

  • (String)


1181
1182
1183
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 1181

def create_time
  @create_time
end

#end_timeString

Output only. The time that this operation was marked completed or failed. Corresponds to the JSON property endTime

Returns:

  • (String)


1186
1187
1188
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 1186

def end_time
  @end_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1193
1194
1195
1196
# File 'generated/google/apis/containeranalysis_v1alpha1/classes.rb', line 1193

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