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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["This webpage details the `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` class within the `Google.Cloud.Compute.V1` namespace, specifically version 2.2.0 of the .NET library."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer message operations."],["It provides two constructors: a default constructor and one that accepts another `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` object for creating a copy."],["The class includes the `ContentTypes` property, which is a `RepeatedField` of strings, used to define a list of custom Content-Type header values for JSON parsing."],["The page lists various versions of the `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` class, ranging from version 1.0.0 up to the latest version 3.6.0."]]],[]]