public sealed class GetTransportRequest : IMessage<GetTransportRequest>, IEquatable<GetTransportRequest>, IDeepCloneable<GetTransportRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Connectivity v1beta API class GetTransportRequest.
Message for getting a Transport.
Implements
IMessageGetTransportRequest, IEquatableGetTransportRequest, IDeepCloneableGetTransportRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1BetaAssembly
Google.Cloud.NetworkConnectivity.V1Beta.dll
Constructors
GetTransportRequest()
public GetTransportRequest()GetTransportRequest(GetTransportRequest)
public GetTransportRequest(GetTransportRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetTransportRequest |
Properties
Name
public string Name { get; set; }Required. Name of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TransportName
public TransportName TransportName { get; set; }TransportName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
TransportName |
|