FileDescriptorResponseFileDescriptorProto Property |
Serialized FileDescriptorProto messages. We avoid taking a dependency on
descriptor.proto, which uses proto2 only features, by making them opaque
bytes instead.
Namespace:
Grpc.Reflection.V1Alpha
Assembly:
Grpc.Reflection (in Grpc.Reflection.dll) Version: 1.2.0-dev
Syntaxpublic RepeatedField<ByteString> FileDescriptorProto { get; }Public ReadOnly Property FileDescriptorProto As RepeatedField(Of ByteString)
Get
public:
property RepeatedField<ByteString^>^ FileDescriptorProto {
RepeatedField<ByteString^>^ get ();
}member FileDescriptorProto : RepeatedField<ByteString> with get
Property Value
Type:
RepeatedFieldByteString
See Also