Class ManagedService (2.0.0)

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.

Inheritance

Object > ManagedService

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

ManagedService()

public ManagedService()

ManagedService(ManagedService)

public ManagedService(ManagedService other)
Parameter
NameDescription
otherManagedService

Properties

ProducerProjectId

public string ProducerProjectId { get; set; }

ID of the project that produces and owns this service.

Property Value
TypeDescription
String

ServiceName

public string ServiceName { get; set; }

The name of the service. See the overview for naming requirements.

Property Value
TypeDescription
String