Cloud IDS v1 API - Class GetEndpointRequest (2.3.0)

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

Inheritance

object > GetEndpointRequest

Namespace

Google.Cloud.Ids.V1

Assembly

Google.Cloud.Ids.V1.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 retrieve. Format: projects/{project}/locations/{location}/endpoints/{endpoint}

Property Value
TypeDescription
string