public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessageReference documentation and code samples for the Service Management v1 API class GetServiceRequest.
Request message for GetService method.
Implements
IMessageGetServiceRequest, IEquatableGetServiceRequest, IDeepCloneableGetServiceRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceManagement.V1Assembly
Google.Cloud.ServiceManagement.V1.dll
Constructors
GetServiceRequest()
public GetServiceRequest()GetServiceRequest(GetServiceRequest)
public GetServiceRequest(GetServiceRequest other)| Parameter | |
|---|---|
| Name | Description | 
| other | GetServiceRequest | 
Properties
ServiceName
public string ServiceName { get; set; }Required. The name of the service.  See the ServiceManager overview for
naming requirements.  For example: example.googleapis.com.
| Property Value | |
|---|---|
| Type | Description | 
| string | |