method property

String? method
getter/setter pair

Operation method Note: Even though this field is optional, it is required for CreateApiOperation API and we will fail the request if not provided.

Optional. Possible string values are:

  • "METHOD_UNSPECIFIED" : Method unspecified.
  • "GET" : Get Operation type.
  • "PUT" : Put Operation type.
  • "POST" : Post Operation type.
  • "DELETE" : Delete Operation type.
  • "OPTIONS" : Options Operation type.
  • "HEAD" : Head Operation type.
  • "PATCH" : Patch Operation type.
  • "TRACE" : Trace Operation type.

Implementation

core.String? method;