| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
CustomHttpPattern |
CustomHttpPattern.Builder.build() |
CustomHttpPattern |
CustomHttpPattern.Builder.buildPartial() |
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 |
HttpRule.Builder.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 |
HttpRuleOrBuilder.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.
|
static CustomHttpPattern |
CustomHttpPattern.getDefaultInstance() |
CustomHttpPattern |
CustomHttpPattern.getDefaultInstanceForType() |
CustomHttpPattern |
CustomHttpPattern.Builder.getDefaultInstanceForType() |
static CustomHttpPattern |
CustomHttpPattern.parseDelimitedFrom(InputStream input) |
static CustomHttpPattern |
CustomHttpPattern.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomHttpPattern |
CustomHttpPattern.parseFrom(byte[] data) |
static CustomHttpPattern |
CustomHttpPattern.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomHttpPattern |
CustomHttpPattern.parseFrom(ByteBuffer data) |
static CustomHttpPattern |
CustomHttpPattern.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomHttpPattern |
CustomHttpPattern.parseFrom(com.google.protobuf.ByteString data) |
static CustomHttpPattern |
CustomHttpPattern.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomHttpPattern |
CustomHttpPattern.parseFrom(com.google.protobuf.CodedInputStream input) |
static CustomHttpPattern |
CustomHttpPattern.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CustomHttpPattern |
CustomHttpPattern.parseFrom(InputStream input) |
static CustomHttpPattern |
CustomHttpPattern.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<CustomHttpPattern> |
CustomHttpPattern.getParserForType() |
static com.google.protobuf.Parser<CustomHttpPattern> |
CustomHttpPattern.parser() |
| Modifier and Type | Method and Description |
|---|---|
HttpRule.Builder |
HttpRule.Builder.mergeCustom(CustomHttpPattern value)
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.Builder |
CustomHttpPattern.Builder.mergeFrom(CustomHttpPattern other) |
static CustomHttpPattern.Builder |
CustomHttpPattern.newBuilder(CustomHttpPattern prototype) |
HttpRule.Builder |
HttpRule.Builder.setCustom(CustomHttpPattern value)
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 © 2021 Google LLC. All rights reserved.