Class ResolveServiceResponse (1.0.0)

public sealed class ResolveServiceResponse : IMessage<ResolveServiceResponse>, IEquatable<ResolveServiceResponse>, IDeepCloneable<ResolveServiceResponse>, IBufferMessage, IMessage

The response message for [LookupService.ResolveService][google.cloud.servicedirectory.v1.LookupService.ResolveService].

Inheritance

System.Object > ResolveServiceResponse

Implements

Google.Protobuf.IMessage<ResolveServiceResponse>, System.IEquatable<ResolveServiceResponse>, Google.Protobuf.IDeepCloneable<ResolveServiceResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.ServiceDirectory.V1

Assembly

Google.Cloud.ServiceDirectory.V1.dll

Constructors

ResolveServiceResponse()

public ResolveServiceResponse()

ResolveServiceResponse(ResolveServiceResponse)

public ResolveServiceResponse(ResolveServiceResponse other)
Parameter
NameDescription
otherResolveServiceResponse

Properties

Service

public Service Service { get; set; }
Property Value
TypeDescription
Service