google_api_app_engine v0.0.1 GoogleApi.AppEngine.V1.Model.OperationMetadata View Source
Metadata for the given google.longrunning.Operation.
Attributes
- endTime (String): Timestamp that this operation completed.@OutputOnly Defaults to:
null
. - insertTime (String): Timestamp that this operation was created.@OutputOnly Defaults to:
null
. - method (String): API method that initiated this operation. Example: google.appengine.v1beta4.Version.CreateVersion.@OutputOnly Defaults to:
null
. - operationType (String): Type of this operation. Deprecated, use method field instead. Example: "create_version".@OutputOnly Defaults to:
null
. - target (String): Name of the resource that this operation is acting on. Example: apps/myapp/modules/default.@OutputOnly Defaults to:
null
. - user (String): User who requested this operation.@OutputOnly Defaults to:
null
.