UpdateInstancePartitionMetadata

Metadata type for the operation returned by instancePartitions.patch.

JSON representation
{
  "instancePartition": {
    object (InstancePartition)
  },
  "startTime": string,
  "cancelTime": string,
  "endTime": string
}
Fields
instancePartition

object (InstancePartition)

The desired end state of the update.

startTime

string (Timestamp format)

The time at which instancePartitions.patch request was received.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

cancelTime

string (Timestamp format)

The time at which this operation was cancelled. If set, this operation is in the process of undoing itself (which is guaranteed to succeed) and cannot be cancelled again.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

endTime

string (Timestamp format)

The time at which this operation failed or was completed successfully.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".