Class GetRouteRequest (1.0.0-beta02)

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

route get request

Inheritance

Object > GetRouteRequest

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

GetRouteRequest()

public GetRouteRequest()

GetRouteRequest(GetRouteRequest)

public GetRouteRequest(GetRouteRequest other)
Parameter
NameDescription
otherGetRouteRequest

Properties

Name

public string Name { get; set; }

Required. The name of the Route resource to get.

Property Value
TypeDescription
String

RouteName

public RouteName RouteName { get; set; }

RouteName-typed view over the Name resource name property.

Property Value
TypeDescription
RouteName