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 page provides reference documentation for the `CreateServiceConfigRequest` class within the Google Cloud Service Management v1 API, specifically version 2.3.0, and shows a list of all versions."],["The `CreateServiceConfigRequest` class is used as a request message for the `CreateServiceConfig` method, and is a sealed class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."],["It has two constructors: a default constructor and one that accepts another `CreateServiceConfigRequest` object, and the properties of this class are `ServiceConfig`, and `ServiceName`."],["The `ServiceConfig` property is required and represents the service configuration resource, while `ServiceName` is also required and represents the name of the service, as per naming requirements."]]],[]]