Module: Google::Cloud::ApiHub::V1::HttpOperation::Method
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
Enumeration of Method types.
Constant Summary collapse
- METHOD_UNSPECIFIED =
Method unspecified.
0
- GET =
Get Operation type.
1
- PUT =
Put Operation type.
2
- POST =
Post Operation type.
3
- DELETE =
Delete Operation type.
4
- OPTIONS =
Options Operation type.
5
- HEAD =
Head Operation type.
6
- PATCH =
Patch Operation type.
7
- TRACE =
Trace Operation type.
8