public sealed class SecurityPolicyAdvancedOptionsConfigJsonCustomConfig : IMessage<SecurityPolicyAdvancedOptionsConfigJsonCustomConfig>, IEquatable<SecurityPolicyAdvancedOptionsConfigJsonCustomConfig>, IDeepCloneable<SecurityPolicyAdvancedOptionsConfigJsonCustomConfig>, IBufferMessage, IMessage
public RepeatedField<string> ContentTypes { get; }
A list of custom Content-Type header values to apply the JSON parsing. As per RFC 1341, a Content-Type header value has the following format: Content-Type := type "/" subtype *[";" parameter] When configuring a custom Content-Type header value, only the type/subtype needs to be specified, and the parameters should be excluded.
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation of various interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of this documentation is for version 3.6.0, and there is a complete version history provided, down to version 1.0.0."],["The `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` class includes a constructor that can create an instance using another `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` object and a property called `ContentTypes`, which is a list of custom Content-Type header values to apply JSON parsing."],["The full listing includes a number of versions, with the latest being 3.6.0, and also listing many previous versions, down to version 1.0.0, each with its own specific documentation page."]]],[]]