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 document outlines the `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` class within the Google.Cloud.Compute.V1 namespace, with the latest version being 3.6.0 and the current version 2.11.0."],["The class is part of the Google.Cloud.Compute.V1 assembly and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class allows for the configuration of custom Content-Type header values for JSON parsing, specifying the type and subtype without parameters."],["The document provides access to the documentation for all versions of the `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig`, from 1.0.0 to the latest 3.6.0, for the user to navigate to."],["The class has 2 constructors, one is a default constructor, and the second allows you to provide another instance of the `SecurityPolicyAdvancedOptionsConfigJsonCustomConfig` as a parameter."]]],[]]