public sealed class GetEndpointRequest : IMessage<GetEndpointRequest>, IEquatable<GetEndpointRequest>, IDeepCloneable<GetEndpointRequest>, IBufferMessage, IMessageImplements
IMessageGetEndpointRequest, IEquatableGetEndpointRequest, IDeepCloneableGetEndpointRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Ids.V1Assembly
Google.Cloud.Ids.V1.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 retrieve.
Format: projects/{project}/locations/{location}/endpoints/{endpoint}
| Property Value | |
|---|---|
| Type | Description |
string |
|