InterfaceAcceptingMessageDescriptor describes a protobuf message which contains an interface represented as a google.protobuf.Any

from message cosmos.base.reflection.v2alpha1.InterfaceAcceptingMessageDescriptor

Hierarchy

Constructors

Properties

fieldDescriptorNames: string[] = []

field_descriptor_names is a list of the protobuf name (not fullname) of the field which contains the interface as google.protobuf.Any (the interface is the same, but it can be in multiple fields of the same proto message)

from field: repeated string field_descriptor_names = 2;

fullname: string = ""

fullname is the protobuf fullname of the type containing the interface

from field: string fullname = 1;

fields: FieldList = ...
runtime: ProtoRuntime = proto3
typeName: "cosmos.base.reflection.v2alpha1.InterfaceAcceptingMessageDescriptor" = "cosmos.base.reflection.v2alpha1.InterfaceAcceptingMessageDescriptor"

Methods