clearIdempotencyLevel

    Clears the value of idempotencyLevel. Subsequent reads from it will return its default value.

    descriptor.pb.swift:2215
    mutating func clearIdempotencyLevel()

    Other members in extension

    Types

    • enum IdempotencyLevel

      Is this method side-effect-free (or safe in HTTP parlance), or idempotent, or neither? HTTP based RPC implementation may choose GET verb for safe methods, and PUT verb for idempotent methods instead of the default POST.

    Type members

    Show implementation details (1)

    Hide implementation details

    Instance members

    Show implementation details (1)

    Hide implementation details