public sealed class HttpOperation : IMessage<HttpOperation>, IEquatable<HttpOperation>, IDeepCloneable<HttpOperation>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class HttpOperation.
The HTTP Operation.
Implements
IMessageHttpOperation, IEquatableHttpOperation, IDeepCloneableHttpOperation, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
HttpOperation()
public HttpOperation()
HttpOperation(HttpOperation)
public HttpOperation(HttpOperation other)
Parameter | |
---|---|
Name | Description |
other |
HttpOperation |
Properties
Method
public HttpOperation.Types.Method Method { get; set; }
Output only. Operation method
Property Value | |
---|---|
Type | Description |
HttpOperationTypesMethod |
Path
public Path Path { get; set; }
Output only. The path details for the Operation.
Property Value | |
---|---|
Type | Description |
Path |