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.

Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

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.