public sealed class EnableServiceRequest : IMessage<EnableServiceRequest>, IEquatable<EnableServiceRequest>, IDeepCloneable<EnableServiceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Usage v1 API class EnableServiceRequest.
[[["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 provides reference information for the `EnableServiceRequest` class within the Service Usage v1 API from Google Cloud."],["The `EnableServiceRequest` class is used as the request message for the `EnableService` method, and is part of the `Google.Cloud.ServiceUsage.V1` namespace."],["The class is available in multiple versions, with version 2.5.0 being the latest, and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`EnableServiceRequest` can be constructed with no arguments or with another `EnableServiceRequest` instance, and it contains a `Name` property, which holds the resource name of the consumer and service."],["The document shows that enabling a service using `EnableServiceRequest` requires that the service is public or is shared with the user."]]],[]]