public sealed class GetServiceRequest : IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessage
The request message for [RegistrationService.GetService][google.cloud.servicedirectory.v1beta1.RegistrationService.GetService].
This should not be used for looking up a service. Insead, use the resolve
method as it contains all endpoints and associated metadata.
Implements
IMessage<GetServiceRequest>, IEquatable<GetServiceRequest>, IDeepCloneable<GetServiceRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceDirectory.V1Beta1Assembly
Google.Cloud.ServiceDirectory.V1Beta1.dll
Constructors
GetServiceRequest()
public GetServiceRequest()
GetServiceRequest(GetServiceRequest)
public GetServiceRequest(GetServiceRequest other)
Parameter | |
---|---|
Name | Description |
other | GetServiceRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the service to get.
Property Value | |
---|---|
Type | Description |
String |
ServiceName
public ServiceName ServiceName { get; set; }
ServiceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
ServiceName |