Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
Http |
Http.clone() |
Http |
Service.getHttp()
HTTP configuration.
|
Http |
Http.set(String fieldName,
Object value) |
Http |
Http.setFullyDecodeReservedExpansion(Boolean fullyDecodeReservedExpansion)
When set to true, URL path parameters will be fully URI-decoded except in cases of single
segment matches in reserved expansion, where "%2F" will be left encoded.
|
Http |
Http.setRules(List<HttpRule> rules)
A list of HTTP configuration rules that apply to individual API methods.
|
Modifier and Type | Method and Description |
---|---|
Service |
Service.setHttp(Http http)
HTTP configuration.
|
Copyright © 2011–2024 Google. All rights reserved.