public sealed class CreateServiceRequest : IMessage<CreateServiceRequest>, IEquatable<CreateServiceRequest>, IDeepCloneable<CreateServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class CreateServiceRequest.
Required. The location and project in which this service should be created.
Format: projects/{project}/locations/{location}, where {project} can be
project id or number. Only lowercase characters, digits, and hyphens.
Required. The unique identifier for the Service. It must begin with letter,
and cannot end with hyphen; must contain fewer than 50 characters.
The name of the service becomes {parent}/services/{service_id}.
[[["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-08 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eCreateServiceRequest\u003c/code\u003e class within the Cloud Run Admin v2 API for .NET, detailing its structure, properties, and usage.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCreateServiceRequest\u003c/code\u003e class is used to create a new service in Cloud Run and is part of the \u003ccode\u003eGoogle.Cloud.Run.V2\u003c/code\u003e namespace, available in the \u003ccode\u003eGoogle.Cloud.Run.V2.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThe document lists available versions, ranging from version 2.13.0 (latest) down to version 1.0.0-beta02, offering links to the \u003ccode\u003eCreateServiceRequest\u003c/code\u003e documentation for each version.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of \u003ccode\u003eCreateServiceRequest\u003c/code\u003e include \u003ccode\u003eParent\u003c/code\u003e (location and project), \u003ccode\u003eService\u003c/code\u003e (the Service instance to be created), \u003ccode\u003eServiceId\u003c/code\u003e (unique identifier), and \u003ccode\u003eValidateOnly\u003c/code\u003e (validation flag).\u003c/p\u003e\n"],["\u003cp\u003eThe CreateServiceRequest class implements several interfaces, including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and provides a constructor for creating a new instance of the class or copying from an existing one.\u003c/p\u003e\n"]]],[],null,[]]