public sealed class CreateServiceConfigRequest : IMessage<CreateServiceConfigRequest>, IEquatable<CreateServiceConfigRequest>, IDeepCloneable<CreateServiceConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class CreateServiceConfigRequest.
[[["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 webpage provides reference documentation for the `CreateServiceConfigRequest` class within the Google Cloud Service Management v1 API."],["The latest version of the `CreateServiceConfigRequest` class is 2.4.0, but the documentation on this page is specifically for version 2.1.0."],["`CreateServiceConfigRequest` is a request message used for the `CreateServiceConfig` method, and it inherits from `Object` while implementing multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor and a copy constructor, and it includes two key properties: `ServiceConfig` which requires the service configuration resource, and `ServiceName`, which requires the name of the service."]]],[]]