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; }
Optional. Operation method 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 |
HttpOperationTypesMethod |
Path
public Path Path { get; set; }
Optional. The path details for the Operation. 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 |
Path |