[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Google Cloud Api Hub V1 Client - Class ParsingMode (0.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.2.1 (latest)](/php/docs/reference/cloud-apihub/latest/V1.Spec.ParsingMode)\n- [0.2.0](/php/docs/reference/cloud-apihub/0.2.0/V1.Spec.ParsingMode)\n- [0.1.4](/php/docs/reference/cloud-apihub/0.1.4/V1.Spec.ParsingMode) \nReference documentation and code samples for the Google Cloud Api Hub V1 Client class ParsingMode.\n\nSpecifies the parsing mode for API specifications during creation and\nupdate.\n\n- `RELAXED`: Parsing errors in the specification content do not fail the API call.\n- `STRICT`: Parsing errors in the specification content result in failure of the API call. If not specified, defaults to `RELAXED`.\n\nProtobuf type `google.cloud.apihub.v1.Spec.ParsingMode`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ApiHub \\\\ V1 \\\\ Spec\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### PARSING_MODE_UNSPECIFIED\n\n Value: 0\n\nDefaults to `RELAXED`.\n\nGenerated from protobuf enum `PARSING_MODE_UNSPECIFIED = 0;`\n\n### RELAXED\n\n Value: 1\n\nParsing of the Spec on create and update is relaxed, meaning that\nparsing errors the spec contents will not fail the API call.\n\nGenerated from protobuf enum `RELAXED = 1;`\n\n### STRICT\n\n Value: 2\n\nParsing of the Spec on create and update is strict, meaning that\nparsing errors in the spec contents will fail the API call.\n\nGenerated from protobuf enum `STRICT = 2;`"]]