public sealed class ManagedService : IMessage<ManagedService>, IEquatable<ManagedService>, IDeepCloneable<ManagedService>, IBufferMessage, IMessageReference documentation and code samples for the Service Management v1 API class ManagedService.
The full representation of a Service that is managed by Google Service Management.
Implements
IMessageManagedService, IEquatableManagedService, IDeepCloneableManagedService, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
ManagedService()
public ManagedService()ManagedService(ManagedService)
public ManagedService(ManagedService other)| Parameter | |
|---|---|
| Name | Description |
other |
ManagedService |
Properties
ProducerProjectId
public string ProducerProjectId { get; set; }ID of the project that produces and owns this service.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ServiceName
public string ServiceName { get; set; }The name of the service. See the overview for naming requirements.
| Property Value | |
|---|---|
| Type | Description |
string |
|