Uses of Class
com.google.api.CustomHttpPattern
-
Packages that use CustomHttpPattern Package Description com.google.api -
-
Uses of CustomHttpPattern in com.google.api
Methods in com.google.api that return CustomHttpPattern Modifier and Type Method Description CustomHttpPattern
CustomHttpPattern.Builder. build()
CustomHttpPattern
CustomHttpPattern.Builder. buildPartial()
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
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
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.Builder. getDefaultInstanceForType()
CustomHttpPattern
CustomHttpPattern. getDefaultInstanceForType()
static CustomHttpPattern
CustomHttpPattern. parseDelimitedFrom(java.io.InputStream input)
static CustomHttpPattern
CustomHttpPattern. parseDelimitedFrom(java.io.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(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(java.io.InputStream input)
static CustomHttpPattern
CustomHttpPattern. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CustomHttpPattern
CustomHttpPattern. parseFrom(java.nio.ByteBuffer data)
static CustomHttpPattern
CustomHttpPattern. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.api that return types with arguments of type CustomHttpPattern Modifier and Type Method Description com.google.protobuf.Parser<CustomHttpPattern>
CustomHttpPattern. getParserForType()
static com.google.protobuf.Parser<CustomHttpPattern>
CustomHttpPattern. parser()
Methods in com.google.api with parameters of type CustomHttpPattern Modifier and Type Method 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.
-