Uses of Class
com.google.api.CustomHttpPattern
Packages that use CustomHttpPattern
-
Uses of CustomHttpPattern in com.google.api
Methods in com.google.api that return CustomHttpPatternModifier and TypeMethodDescriptionCustomHttpPattern.Builder.build()CustomHttpPattern.Builder.buildPartial()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.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.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 CustomHttpPatternCustomHttpPattern.getDefaultInstance()CustomHttpPattern.Builder.getDefaultInstanceForType()CustomHttpPattern.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 CustomHttpPatternModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CustomHttpPattern>CustomHttpPattern.getParserForType()static com.google.protobuf.Parser<CustomHttpPattern>CustomHttpPattern.parser()Methods in com.google.api with parameters of type CustomHttpPatternModifier and TypeMethodDescriptionHttpRule.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.mergeFrom(CustomHttpPattern other) static CustomHttpPattern.BuilderCustomHttpPattern.newBuilder(CustomHttpPattern prototype) 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.