Uses of Class
com.github.udpa.udpa.type.v1.TypedStruct
Packages that use TypedStruct
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of TypedStruct in com.github.udpa.udpa.type.v1
Fields in com.github.udpa.udpa.type.v1 declared as TypedStructFields in com.github.udpa.udpa.type.v1 with type parameters of type TypedStructModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<TypedStruct> TypedStruct.PARSERMethods in com.github.udpa.udpa.type.v1 that return TypedStructModifier and TypeMethodDescriptionTypedStruct.Builder.build()TypedStruct.Builder.buildPartial()static TypedStructTypedStruct.getDefaultInstance()TypedStruct.Builder.getDefaultInstanceForType()TypedStruct.getDefaultInstanceForType()static TypedStructTypedStruct.parseDelimitedFrom(InputStream input) static TypedStructTypedStruct.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedStructTypedStruct.parseFrom(byte[] data) static TypedStructTypedStruct.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedStructTypedStruct.parseFrom(com.google.protobuf.ByteString data) static TypedStructTypedStruct.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedStructTypedStruct.parseFrom(com.google.protobuf.CodedInputStream input) static TypedStructTypedStruct.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedStructTypedStruct.parseFrom(InputStream input) static TypedStructTypedStruct.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedStructTypedStruct.parseFrom(ByteBuffer data) static TypedStructTypedStruct.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.github.udpa.udpa.type.v1 that return types with arguments of type TypedStructModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TypedStruct> TypedStruct.getParserForType()static com.google.protobuf.Parser<TypedStruct> TypedStruct.parser()Methods in com.github.udpa.udpa.type.v1 with parameters of type TypedStructModifier and TypeMethodDescriptionprivate voidTypedStruct.Builder.buildPartial0(TypedStruct result) TypedStruct.Builder.mergeFrom(TypedStruct other) static TypedStruct.BuilderTypedStruct.newBuilder(TypedStruct prototype) -
Uses of TypedStruct in io.grpc.xds
Methods in io.grpc.xds with parameters of type TypedStructModifier and TypeMethodDescriptionprivate static com.google.common.collect.ImmutableMap<String, ?> LoadBalancerConfigFactory.LoadBalancingPolicyConverter.convertCustomConfig(TypedStruct configTypedStruct) Converts a custom UDPA (legacy) TypedStruct LB config to service config format.