| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomHttpPattern
A custom pattern is used for defining custom HTTP verb.
|
static class |
CustomHttpPattern.Builder
A custom pattern is used for defining custom HTTP verb.
|
| Modifier and Type | Method and Description |
|---|---|
CustomHttpPatternOrBuilder |
HttpRuleOrBuilder.getCustomOrBuilder()
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.
|
CustomHttpPatternOrBuilder |
HttpRule.getCustomOrBuilder()
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.
|
CustomHttpPatternOrBuilder |
HttpRule.Builder.getCustomOrBuilder()
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 © 2022 Google LLC. All rights reserved.