Uses of Class
com.google.api.CustomHttpPattern.Builder
Packages that use CustomHttpPattern.Builder
-
Uses of CustomHttpPattern.Builder in com.google.api
Methods in com.google.api that return CustomHttpPattern.BuilderModifier and TypeMethodDescriptionCustomHttpPattern.Builder.clear()CustomHttpPattern.Builder.clearKind()The name of this custom HTTP verb.CustomHttpPattern.Builder.clearPath()The path matched by this custom verb.HttpRule.Builder.getCustomBuilder()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) CustomHttpPattern.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CustomHttpPattern.Builder.mergeFrom(com.google.protobuf.Message other) static CustomHttpPattern.BuilderCustomHttpPattern.newBuilder()static CustomHttpPattern.BuilderCustomHttpPattern.newBuilder(CustomHttpPattern prototype) CustomHttpPattern.newBuilderForType()protected CustomHttpPattern.BuilderCustomHttpPattern.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) The name of this custom HTTP verb.CustomHttpPattern.Builder.setKindBytes(com.google.protobuf.ByteString value) The name of this custom HTTP verb.The path matched by this custom verb.CustomHttpPattern.Builder.setPathBytes(com.google.protobuf.ByteString value) The path matched by this custom verb.CustomHttpPattern.toBuilder()Methods in com.google.api with parameters of type CustomHttpPattern.BuilderModifier and TypeMethodDescriptionHttpRule.Builder.setCustom(CustomHttpPattern.Builder builderForValue) 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.