OperationMetadataV1Beta

Metadata for the given google.longrunning.Operation.

JSON representation
{
  "method": string,
  "insertTime": string,
  "endTime": string,
  "user": string,
  "target": string,
  "ephemeralMessage": string,
  "warning": [
    string
  ],
}
Fields
method

string

API method that initiated this operation. Example: google.appengine.v1beta.Versions.CreateVersion.

Note: This field is used in responses only. Any value specified here in a request is ignored.

insertTime

string (Timestamp format)

Time that this operation was created.

A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

Note: This field is used in responses only. Any value specified here in a request is ignored.

endTime

string (Timestamp format)

Time that this operation completed.

A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z".

Note: This field is used in responses only. Any value specified here in a request is ignored.

user

string

User who requested this operation.

Note: This field is used in responses only. Any value specified here in a request is ignored.

target

string

Name of the resource that this operation is acting on. Example: apps/myapp/services/default.

Note: This field is used in responses only. Any value specified here in a request is ignored.

ephemeralMessage

string

Ephemeral message that may change every time the operation is polled.

Note: This field is used in responses only. Any value specified here in a request is ignored.

warning[]

string

Durable messages that persist on every operation poll.

Note: This field is used in responses only. Any value specified here in a request is ignored.