Interface protos.google.api.IHttpRule (0.19.1)

Properties of a HttpRule.

Package

@google-cloud/sql

Properties

additionalBindings

additionalBindings?:(google.api.IHttpRule[]|null);

HttpRule additionalBindings

body

body?:(string|null);

HttpRule body

custom

custom?:(google.api.ICustomHttpPattern|null);

HttpRule custom

delete

"delete"?:(string|null);

HttpRule delete

get

get?:(string|null);

HttpRule get

patch

patch?:(string|null);

HttpRule patch

post

post?:(string|null);

HttpRule post

put

put?:(string|null);

HttpRule put

responseBody

responseBody?:(string|null);

HttpRule responseBody

selector

selector?:(string|null);

HttpRule selector

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-12-03 UTC.