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.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CustomHttpPattern.Builder.clear()CustomHttpPattern.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CustomHttpPattern.Builder.clearKind()The name of this custom HTTP verb.CustomHttpPattern.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CustomHttpPattern.Builder.clearPath()The path matched by this custom verb.CustomHttpPattern.Builder.clone()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) CustomHttpPattern.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CustomHttpPattern.BuilderCustomHttpPattern.newBuilder()static CustomHttpPattern.BuilderCustomHttpPattern.newBuilder(CustomHttpPattern prototype) CustomHttpPattern.newBuilderForType()protected CustomHttpPattern.BuilderCustomHttpPattern.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CustomHttpPattern.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) CustomHttpPattern.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.