Service Directory v1beta1 API - Class GetEndpointRequest (2.0.0-beta05)

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

Reference documentation and code samples for the Service Directory v1beta1 API class GetEndpointRequest.

The request message for [RegistrationService.GetEndpoint][google.cloud.servicedirectory.v1beta1.RegistrationService.GetEndpoint]. This should not be used to lookup endpoints at runtime. Instead, use the resolve method.

Inheritance

object > GetEndpointRequest

Namespace

Google.Cloud.ServiceDirectory.V1Beta1

Assembly

Google.Cloud.ServiceDirectory.V1Beta1.dll

Constructors

GetEndpointRequest()

public GetEndpointRequest()

GetEndpointRequest(GetEndpointRequest)

public GetEndpointRequest(GetEndpointRequest other)
Parameter
NameDescription
otherGetEndpointRequest

Properties

EndpointName

public EndpointName EndpointName { get; set; }

EndpointName-typed view over the Name resource name property.

Property Value
TypeDescription
EndpointName

Name

public string Name { get; set; }

Required. The name of the endpoint to get.

Property Value
TypeDescription
string