Uses of Class
com.github.udpa.udpa.type.v1.TypedStruct
-
Packages that use TypedStruct Package Description com.github.udpa.udpa.type.v1 io.grpc.xds 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 TypedStruct Modifier and Type Field Description private static TypedStructTypedStruct. DEFAULT_INSTANCEFields in com.github.udpa.udpa.type.v1 with type parameters of type TypedStruct Modifier and Type Field Description private static com.google.protobuf.Parser<TypedStruct>TypedStruct. PARSERMethods in com.github.udpa.udpa.type.v1 that return TypedStruct Modifier and Type Method Description TypedStructTypedStruct.Builder. build()TypedStructTypedStruct.Builder. buildPartial()static TypedStructTypedStruct. getDefaultInstance()TypedStructTypedStruct.Builder. getDefaultInstanceForType()TypedStructTypedStruct. getDefaultInstanceForType()static TypedStructTypedStruct. parseDelimitedFrom(java.io.InputStream input)static TypedStructTypedStruct. parseDelimitedFrom(java.io.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(java.io.InputStream input)static TypedStructTypedStruct. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TypedStructTypedStruct. parseFrom(java.nio.ByteBuffer data)static TypedStructTypedStruct. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.github.udpa.udpa.type.v1 that return types with arguments of type TypedStruct Modifier and Type Method Description com.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 TypedStruct Modifier and Type Method Description private voidTypedStruct.Builder. buildPartial0(TypedStruct result)TypedStruct.BuilderTypedStruct.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 TypedStruct Modifier and Type Method Description private static com.google.common.collect.ImmutableMap<java.lang.String,?>LoadBalancerConfigFactory.LoadBalancingPolicyConverter. convertCustomConfig(TypedStruct configTypedStruct)Converts a custom UDPA (legacy) TypedStruct LB config to service config format.
-