public sealed class GetEndpointRequest : IMessage<GetEndpointRequest>, IEquatable<GetEndpointRequest>, IDeepCloneable<GetEndpointRequest>, IBufferMessage, IMessageReference 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.
Implements
IMessageGetEndpointRequest, IEquatableGetEndpointRequest, IDeepCloneableGetEndpointRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ServiceDirectory.V1Beta1Assembly
Google.Cloud.ServiceDirectory.V1Beta1.dll
Constructors
GetEndpointRequest()
public GetEndpointRequest()GetEndpointRequest(GetEndpointRequest)
public GetEndpointRequest(GetEndpointRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetEndpointRequest |
Properties
EndpointName
public EndpointName EndpointName { get; set; }EndpointName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
EndpointName |
|
Name
public string Name { get; set; }Required. The name of the endpoint to get.
| Property Value | |
|---|---|
| Type | Description |
string |
|