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-31 UTC."],[[["This page provides documentation for the `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` class within the `Google.Cloud.Compute.V1` namespace, detailing its implementation, inheritance, and members."],["The class `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in managing security policy configurations."],["The `ContentTypes` property, a `RepeatedField` of strings, allows for specifying custom Content-Type header values for JSON parsing, where only the type/subtype is required, excluding any parameters."],["The page lists numerous versions of the `Google.Cloud.Compute.V1` package, ranging from version 1.0.0 to the latest version 3.6.0, with each providing a link to the respective documentation for `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig`."],["There are two constructors for the class `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig`, one parameterless and another that takes an `other` instance of itself as a parameter to create a copy of the object."]]],[]]