Reference documentation and code samples for the Google Cloud Api Hub V1 Client class Method.
Enumeration of Method types.
Protobuf type google.cloud.apihub.v1.HttpOperation.Method
Namespace
Google \ Cloud \ ApiHub \ V1 \ HttpOperationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
METHOD_UNSPECIFIED
Value: 0
Method unspecified.
Generated from protobuf enum METHOD_UNSPECIFIED = 0;
GET
Value: 1
Get Operation type.
Generated from protobuf enum GET = 1;
PUT
Value: 2
Put Operation type.
Generated from protobuf enum PUT = 2;
POST
Value: 3
Post Operation type.
Generated from protobuf enum POST = 3;
DELETE
Value: 4
Delete Operation type.
Generated from protobuf enum DELETE = 4;
OPTIONS
Value: 5
Options Operation type.
Generated from protobuf enum OPTIONS = 5;
HEAD
Value: 6
Head Operation type.
Generated from protobuf enum HEAD = 6;
PATCH
Value: 7
Patch Operation type.
Generated from protobuf enum PATCH = 7;
TRACE
Value: 8
Trace Operation type.
Generated from protobuf enum TRACE = 8;