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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]