Package | Description |
---|---|
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
CustomHttpPattern |
CustomHttpPattern.clone() |
CustomHttpPattern |
HttpRule.getCustom()
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.
|
CustomHttpPattern |
CustomHttpPattern.set(String fieldName,
Object value) |
CustomHttpPattern |
CustomHttpPattern.setKind(String kind)
The name of this custom HTTP verb.
|
CustomHttpPattern |
CustomHttpPattern.setPath(String path)
The path matched by this custom verb.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011–2024 Google. All rights reserved.