public sealed class ManagedService : IMessage<ManagedService>, IEquatable<ManagedService>, IDeepCloneable<ManagedService>, IBufferMessage, IMessage
The full representation of a Service that is managed by Google Service Management.
Implements
IMessage<ManagedService>, IEquatable<ManagedService>, IDeepCloneable<ManagedService>, 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 |