class Google::Apis::AppengineV1beta5::OperationMetadataV1Alpha
Metadata for the given google.longrunning.Operation.
Attributes
Metadata for the given google.longrunning.Operation during a google.appengine. v1alpha.CreateVersionRequest. Corresponds to the JSON property `createVersionMetadata` @return [Google::Apis::AppengineV1beta5::CreateVersionMetadataV1Alpha]
Time that this operation completed.@OutputOnly Corresponds to the JSON property `endTime` @return [String]
Ephemeral message that may change every time the operation is polled. @ OutputOnly Corresponds to the JSON property `ephemeralMessage` @return [String]
Time that this operation was created.@OutputOnly Corresponds to the JSON property `insertTime` @return [String]
API method that initiated this operation. Example: google.appengine.v1alpha. Versions.CreateVersion.@OutputOnly Corresponds to the JSON property `method` @return [String]
Name of the resource that this operation is acting on. Example: apps/myapp/ OutputOnly at services/default.
Corresponds to the JSON property `target` @return [String]
User who requested this operation.@OutputOnly Corresponds to the JSON property `user` @return [String]
Durable messages that persist on every operation poll. @OutputOnly Corresponds to the JSON property `warning` @return [Array<String>]
Public Class Methods
# File lib/google/apis/appengine_v1beta5/classes.rb, line 1430 def initialize(**args) update!(**args) end
Public Instance Methods
Update properties of this object
# File lib/google/apis/appengine_v1beta5/classes.rb, line 1435 def update!(**args) @create_version_metadata = args[:create_version_metadata] if args.key?(:create_version_metadata) @end_time = args[:end_time] if args.key?(:end_time) @ephemeral_message = args[:ephemeral_message] if args.key?(:ephemeral_message) @insert_time = args[:insert_time] if args.key?(:insert_time) @method_prop = args[:method_prop] if args.key?(:method_prop) @target = args[:target] if args.key?(:target) @user = args[:user] if args.key?(:user) @warning = args[:warning] if args.key?(:warning) end