public sealed class EnableServiceRequest : IMessage<EnableServiceRequest>, IEquatable<EnableServiceRequest>, IDeepCloneable<EnableServiceRequest>, IBufferMessage, IMessage
Request message for EnableService method.
Implements
IMessage<EnableServiceRequest>, IEquatable<EnableServiceRequest>, IDeepCloneable<EnableServiceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
EnableServiceRequest()
public EnableServiceRequest()
EnableServiceRequest(EnableServiceRequest)
public EnableServiceRequest(EnableServiceRequest other)
Parameter | |
---|---|
Name | Description |
other | EnableServiceRequest |
Properties
ConsumerId
public string ConsumerId { get; set; }
Required. The identity of consumer resource which service enablement will be applied to.
The Google Service Management implementation accepts the following forms:
- "project:<project_id>"
Note: this is made compatible with google.api.servicecontrol.v1.Operation.consumer_id.
Property Value | |
---|---|
Type | Description |
String |
ServiceName
public string ServiceName { get; set; }
Required. Name of the service to enable. Specifying an unknown service name will cause the request to fail.
Property Value | |
---|---|
Type | Description |
String |