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-04-02 UTC."],[[["The `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` class is part of the `Google.Cloud.Compute.V1` namespace, with the latest version being 3.6.0."],["This class provides functionality for managing advanced options for security policy configurations with JSON parsing within the Google Cloud Compute environment."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all related to the Google.Protobuf library, which is for the serialization and deserialization of structured data."],["It supports custom Content-Type header values for applying JSON parsing, specifying type and subtype as defined in RFC 1341, which is managed via the `ContentTypes` property."],["The constructor overloads allow the creation of a new instance of the class, or a copy from an existing `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig`."]]],[]]