API hub v1 API - Class Path (1.1.0)

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; }

Optional. A short description for the path applicable to all operations.

Property Value
Type Description
string

Path_

public string Path_ { get; set; }

Optional. Complete path relative to server endpoint. Note: Even though this field is optional, it is required for [CreateApiOperation][google.cloud.apihub.v1.ApiHub.CreateApiOperation] API and we will fail the request if not provided.

Property Value
Type Description
string