API hub v1 API - Enum Spec.Types.ParsingMode (1.0.0-beta02)

public enum Spec.Types.ParsingMode

Reference documentation and code samples for the API hub v1 API enum Spec.Types.ParsingMode.

Specifies the parsing mode for API specifications during creation and update.

  • RELAXED: Parsing errors in the specification content do not fail the API call.
  • STRICT: Parsing errors in the specification content result in failure of the API call. If not specified, defaults to RELAXED.

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Fields

Name Description
Relaxed

Parsing of the Spec on create and update is relaxed, meaning that parsing errors the spec contents will not fail the API call.

Strict

Parsing of the Spec on create and update is strict, meaning that parsing errors in the spec contents will fail the API call.

Unspecified

Defaults to RELAXED.