GoogleCloudApihubV1HttpOperation
import type { GoogleCloudApihubV1HttpOperation } from "https://googleapis.deno.dev/v1/apihub:v1.ts";
The HTTP Operation.
interface GoogleCloudApihubV1HttpOperation {
method?:
| "METHOD_UNSPECIFIED"
| "GET"
| "PUT"
| "POST"
| "DELETE"
| "OPTIONS"
| "HEAD"
| "PATCH"
| "TRACE";
path?: GoogleCloudApihubV1Path;
}§Properties
§
method?: "METHOD_UNSPECIFIED" | "GET" | "PUT" | "POST" | "DELETE" | "OPTIONS" | "HEAD" | "PATCH" | "TRACE"
[src]Optional. Operation method Note: Even though this field is optional, it is required for CreateApiOperation API and we will fail the request if not provided.
§
path?: GoogleCloudApihubV1Path
[src]Optional. The path details for the Operation. Note: Even though this field is optional, it is required for CreateApiOperation API and we will fail the request if not provided.