Uses of Class
io.grpc.lookup.v1.GrpcKeyBuilder.Builder
Packages that use GrpcKeyBuilder.Builder
-
Uses of GrpcKeyBuilder.Builder in io.grpc.lookup.v1
Subclasses with type arguments of type GrpcKeyBuilder.Builder in io.grpc.lookup.v1Modifier and TypeClassDescriptionstatic final classA GrpcKeyBuilder applies to a given gRPC service, name, and headers.Fields in io.grpc.lookup.v1 with type parameters of type GrpcKeyBuilder.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.RepeatedFieldBuilder<GrpcKeyBuilder, GrpcKeyBuilder.Builder, GrpcKeyBuilderOrBuilder> RouteLookupConfig.Builder.grpcKeybuildersBuilder_Methods in io.grpc.lookup.v1 that return GrpcKeyBuilder.BuilderModifier and TypeMethodDescriptionGrpcKeyBuilder.Builder.addAllHeaders(Iterable<? extends NameMatcher> values) Extract keys from all listed headers.GrpcKeyBuilder.Builder.addAllNames(Iterable<? extends GrpcKeyBuilder.Name> values) repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;RouteLookupConfig.Builder.addGrpcKeybuildersBuilder()Unordered specifications for constructing keys for gRPC requests.RouteLookupConfig.Builder.addGrpcKeybuildersBuilder(int index) Unordered specifications for constructing keys for gRPC requests.GrpcKeyBuilder.Builder.addHeaders(int index, NameMatcher value) Extract keys from all listed headers.GrpcKeyBuilder.Builder.addHeaders(int index, NameMatcher.Builder builderForValue) Extract keys from all listed headers.GrpcKeyBuilder.Builder.addHeaders(NameMatcher value) Extract keys from all listed headers.GrpcKeyBuilder.Builder.addHeaders(NameMatcher.Builder builderForValue) Extract keys from all listed headers.GrpcKeyBuilder.Builder.addNames(int index, GrpcKeyBuilder.Name value) repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;GrpcKeyBuilder.Builder.addNames(int index, GrpcKeyBuilder.Name.Builder builderForValue) repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;GrpcKeyBuilder.Builder.addNames(GrpcKeyBuilder.Name value) repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;GrpcKeyBuilder.Builder.addNames(GrpcKeyBuilder.Name.Builder builderForValue) repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;GrpcKeyBuilder.Builder.clear()GrpcKeyBuilder.Builder.clearConstantKeys()GrpcKeyBuilder.Builder.clearExtraKeys().grpc.lookup.v1.GrpcKeyBuilder.ExtraKeys extra_keys = 3;GrpcKeyBuilder.Builder.clearHeaders()Extract keys from all listed headers.GrpcKeyBuilder.Builder.clearNames()repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;RouteLookupConfig.Builder.getGrpcKeybuildersBuilder(int index) Unordered specifications for constructing keys for gRPC requests.GrpcKeyBuilder.Builder.mergeExtraKeys(GrpcKeyBuilder.ExtraKeys value) .grpc.lookup.v1.GrpcKeyBuilder.ExtraKeys extra_keys = 3;GrpcKeyBuilder.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcKeyBuilder.Builder.mergeFrom(com.google.protobuf.Message other) GrpcKeyBuilder.Builder.mergeFrom(GrpcKeyBuilder other) static GrpcKeyBuilder.BuilderGrpcKeyBuilder.newBuilder()static GrpcKeyBuilder.BuilderGrpcKeyBuilder.newBuilder(GrpcKeyBuilder prototype) GrpcKeyBuilder.newBuilderForType()protected GrpcKeyBuilder.BuilderGrpcKeyBuilder.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) GrpcKeyBuilder.Builder.putAllConstantKeys(Map<String, String> values) You can optionally set one or more specific key/value pairs to be added to the key_map.GrpcKeyBuilder.Builder.putConstantKeys(String key, String value) You can optionally set one or more specific key/value pairs to be added to the key_map.GrpcKeyBuilder.Builder.removeConstantKeys(String key) You can optionally set one or more specific key/value pairs to be added to the key_map.GrpcKeyBuilder.Builder.removeHeaders(int index) Extract keys from all listed headers.GrpcKeyBuilder.Builder.removeNames(int index) repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;GrpcKeyBuilder.Builder.setExtraKeys(GrpcKeyBuilder.ExtraKeys value) .grpc.lookup.v1.GrpcKeyBuilder.ExtraKeys extra_keys = 3;GrpcKeyBuilder.Builder.setExtraKeys(GrpcKeyBuilder.ExtraKeys.Builder builderForValue) .grpc.lookup.v1.GrpcKeyBuilder.ExtraKeys extra_keys = 3;GrpcKeyBuilder.Builder.setHeaders(int index, NameMatcher value) Extract keys from all listed headers.GrpcKeyBuilder.Builder.setHeaders(int index, NameMatcher.Builder builderForValue) Extract keys from all listed headers.GrpcKeyBuilder.Builder.setNames(int index, GrpcKeyBuilder.Name value) repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;GrpcKeyBuilder.Builder.setNames(int index, GrpcKeyBuilder.Name.Builder builderForValue) repeated .grpc.lookup.v1.GrpcKeyBuilder.Name names = 1;GrpcKeyBuilder.toBuilder()Methods in io.grpc.lookup.v1 that return types with arguments of type GrpcKeyBuilder.BuilderModifier and TypeMethodDescriptionRouteLookupConfig.Builder.getGrpcKeybuildersBuilderList()Unordered specifications for constructing keys for gRPC requests.private com.google.protobuf.RepeatedFieldBuilder<GrpcKeyBuilder, GrpcKeyBuilder.Builder, GrpcKeyBuilderOrBuilder> RouteLookupConfig.Builder.internalGetGrpcKeybuildersFieldBuilder()Methods in io.grpc.lookup.v1 with parameters of type GrpcKeyBuilder.BuilderModifier and TypeMethodDescriptionRouteLookupConfig.Builder.addGrpcKeybuilders(int index, GrpcKeyBuilder.Builder builderForValue) Unordered specifications for constructing keys for gRPC requests.RouteLookupConfig.Builder.addGrpcKeybuilders(GrpcKeyBuilder.Builder builderForValue) Unordered specifications for constructing keys for gRPC requests.RouteLookupConfig.Builder.setGrpcKeybuilders(int index, GrpcKeyBuilder.Builder builderForValue) Unordered specifications for constructing keys for gRPC requests.