CreateParserExtensionMetadata

Operation metadata for creating a parser extension.

JSON representation
{
  "state": enum (State),
  "state_last_changed_time": string,
  "validation_errors": [
    string
  ],
  "validation_report": string
}
Fields
state

enum (State)

The state of the parser extension creation process.

state_last_changed_time

string (Timestamp format)

The time the config state was last changed.

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".

validation_errors[]

string

Any validation error while validating the extension, this have cap of size 10

validation_report

string

The validation report generated during validation of the parser extension.