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 CustomHttpPatternCustomHttpPattern.Builder. build()CustomHttpPatternCustomHttpPattern.Builder. buildPartial()CustomHttpPatternHttpRule.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.CustomHttpPatternHttpRule. 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.CustomHttpPatternHttpRuleOrBuilder. 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 CustomHttpPatternCustomHttpPattern. getDefaultInstance()CustomHttpPatternCustomHttpPattern.Builder. getDefaultInstanceForType()CustomHttpPatternCustomHttpPattern. getDefaultInstanceForType()static CustomHttpPatternCustomHttpPattern. parseDelimitedFrom(InputStream input)static CustomHttpPatternCustomHttpPattern. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomHttpPatternCustomHttpPattern. parseFrom(byte[] data)static CustomHttpPatternCustomHttpPattern. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomHttpPatternCustomHttpPattern. parseFrom(com.google.protobuf.ByteString data)static CustomHttpPatternCustomHttpPattern. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomHttpPatternCustomHttpPattern. parseFrom(com.google.protobuf.CodedInputStream input)static CustomHttpPatternCustomHttpPattern. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomHttpPatternCustomHttpPattern. parseFrom(InputStream input)static CustomHttpPatternCustomHttpPattern. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CustomHttpPatternCustomHttpPattern. parseFrom(ByteBuffer data)static CustomHttpPatternCustomHttpPattern. parseFrom(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.BuilderHttpRule.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.BuilderCustomHttpPattern.Builder. mergeFrom(CustomHttpPattern other)static CustomHttpPattern.BuilderCustomHttpPattern. newBuilder(CustomHttpPattern prototype)HttpRule.BuilderHttpRule.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.
-