Properties of a HttpRule.
Package
@google-cloud/kms!Properties
additionalBindings
additionalBindings
?:
(
google
.
api
.
IHttpRule
[]
|
null
);
HttpRule additionalBindings
| Type | Description |
|---|---|
| ( google.api.IHttpRule []|null) |
body
body
?:
(
string
|
null
);
HttpRule body
| Type | Description |
|---|---|
| (string|null) |
custom
custom
?:
(
google
.
api
.
ICustomHttpPattern
|
null
);
HttpRule custom
| Type | Description |
|---|---|
| ( google.api.ICustomHttpPattern |null) |
delete
"delete"
?:
(
string
|
null
);
HttpRule delete
| Type | Description |
|---|---|
| (string|null) |
get
get
?:
(
string
|
null
);
HttpRule get
| Type | Description |
|---|---|
| (string|null) |
patch
patch
?:
(
string
|
null
);
HttpRule patch
| Type | Description |
|---|---|
| (string|null) |
post
post
?:
(
string
|
null
);
HttpRule post
| Type | Description |
|---|---|
| (string|null) |
put
put
?:
(
string
|
null
);
HttpRule put
| Type | Description |
|---|---|
| (string|null) |
responseBody
responseBody
?:
(
string
|
null
);
HttpRule responseBody
| Type | Description |
|---|---|
| (string|null) |
selector
selector
?:
(
string
|
null
);
HttpRule selector
| Type | Description |
|---|---|
| (string|null) |

