Properties of a HttpRule.
Package
@google-cloud/tasksProperties
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