API hub v1 API - Class Path (1.0.0-beta02)

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

Reference documentation and code samples for the API hub v1 API class Path.

The path details derived from the spec.

Inheritance

object > Path

Namespace

Google.Cloud.ApiHub.V1

Assembly

Google.Cloud.ApiHub.V1.dll

Constructors

Path()

public Path()

Path(Path)

public Path(Path other)
Parameter
Name Description
other Path

Properties

Description

public string Description { get; set; }

Output only. A short description for the path applicable to all operations.

Property Value
Type Description
string

Path_

public string Path_ { get; set; }

Output only. Complete path relative to server endpoint.

Property Value
Type Description
string