Uses of Class
com.github.xds.type.v3.TypedStruct
-
Packages that use TypedStruct Package Description com.github.xds.type.v3 -
-
Uses of TypedStruct in com.github.xds.type.v3
Methods in com.github.xds.type.v3 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(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.xds.type.v3 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.xds.type.v3 with parameters of type TypedStruct Modifier and Type Method Description TypedStruct.BuilderTypedStruct.Builder. mergeFrom(TypedStruct other)static TypedStruct.BuilderTypedStruct. newBuilder(TypedStruct prototype)
-