public sealed class GetEndpointRequest : IMessage<GetEndpointRequest>, IEquatable<GetEndpointRequest>, IDeepCloneable<GetEndpointRequest>, IBufferMessage, IMessage
Implements
IMessage<GetEndpointRequest>, IEquatable<GetEndpointRequest>, IDeepCloneable<GetEndpointRequest>, 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 |