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."],[[["The provided content is a documentation page for the `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` class within the Google Cloud Compute V1 library, specifically version 2.14.0."],["This page provides a list of all the versions of the `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` class, ranging from the latest version 3.6.0, all the way back to version 1.0.0, allowing easy access to previous iterations of the class."],["The `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` class inherits from the base `object` class and implements several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `ContentTypes` property which is of type `RepeatedField\u003cstring\u003e` and allows for the specification of custom Content-Type header values for JSON parsing, following RFC 1341 guidelines."],["The page contains details on the class constructors, including a default constructor and a constructor that takes another `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` object as a parameter for easy replication."]]],[]]