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.
Namespace
Google.Cloud.ApiHub.V1Assembly
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 |