Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
HttpRule |
HttpRule.clone() |
HttpRule |
HttpRule.set(String fieldName,
Object value) |
HttpRule |
HttpRule.setAdditionalBindings(List<HttpRule> additionalBindings)
Additional HTTP bindings for the selector.
|
HttpRule |
HttpRule.setBody(String body)
The name of the request field whose value is mapped to the HTTP request body, or `*` for
mapping all request fields not captured by the path pattern to the HTTP body, or omitted for
not having any HTTP request body.
|
HttpRule |
HttpRule.setCustom(CustomHttpPattern custom)
The custom pattern is used for specifying an HTTP method that is not included in the `pattern`
field, such as HEAD, or "*" to leave the HTTP method unspecified for this rule.
|
HttpRule |
HttpRule.setDelete(String delete)
Maps to HTTP DELETE.
|
HttpRule |
HttpRule.setGet(String get)
Maps to HTTP GET.
|
HttpRule |
HttpRule.setPatch(String patch)
Maps to HTTP PATCH.
|
HttpRule |
HttpRule.setPost(String post)
Maps to HTTP POST.
|
HttpRule |
HttpRule.setPut(String put)
Maps to HTTP PUT.
|
HttpRule |
HttpRule.setResponseBody(String responseBody)
Optional.
|
HttpRule |
HttpRule.setSelector(String selector)
Selects a method to which this rule applies.
|
Modifier and Type | Method and Description |
---|---|
List<HttpRule> |
HttpRule.getAdditionalBindings()
Additional HTTP bindings for the selector.
|
List<HttpRule> |
Http.getRules()
A list of HTTP configuration rules that apply to individual API methods.
|
Modifier and Type | Method and Description |
---|---|
HttpRule |
HttpRule.setAdditionalBindings(List<HttpRule> additionalBindings)
Additional HTTP bindings for the selector.
|
Http |
Http.setRules(List<HttpRule> rules)
A list of HTTP configuration rules that apply to individual API methods.
|
Copyright © 2011–2024 Google. All rights reserved.