Uses of Class
com.github.xds.type.v3.TypedStruct
Packages that use TypedStruct
Package
Description
Library for gPRC proxyless service mesh using Envoy xDS protocol.
-
Uses of TypedStruct in com.github.xds.type.v3
Fields in com.github.xds.type.v3 declared as TypedStructFields in com.github.xds.type.v3 with type parameters of type TypedStructModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<TypedStruct> TypedStruct.PARSER
Methods in com.github.xds.type.v3 that return TypedStructModifier and TypeMethodDescriptionTypedStruct.Builder.build()
TypedStruct.Builder.buildPartial()
static TypedStruct
TypedStruct.getDefaultInstance()
TypedStruct.Builder.getDefaultInstanceForType()
TypedStruct.getDefaultInstanceForType()
static TypedStruct
TypedStruct.parseDelimitedFrom
(InputStream input) static TypedStruct
TypedStruct.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedStruct
TypedStruct.parseFrom
(byte[] data) static TypedStruct
TypedStruct.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedStruct
TypedStruct.parseFrom
(com.google.protobuf.ByteString data) static TypedStruct
TypedStruct.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedStruct
TypedStruct.parseFrom
(com.google.protobuf.CodedInputStream input) static TypedStruct
TypedStruct.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedStruct
TypedStruct.parseFrom
(InputStream input) static TypedStruct
TypedStruct.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static TypedStruct
TypedStruct.parseFrom
(ByteBuffer data) static TypedStruct
TypedStruct.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.github.xds.type.v3 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.xds.type.v3 with parameters of type TypedStructModifier and TypeMethodDescriptionprivate void
TypedStruct.Builder.buildPartial0
(TypedStruct result) TypedStruct.Builder.mergeFrom
(TypedStruct other) static TypedStruct.Builder
TypedStruct.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 TypedStruct LB config to service config format.