Package intrinsic_proto.proto_registry
Services
service ProtoRegistry intrinsic/proto_tools/proto/proto_registry.proto
rpc GetNamedFileDescriptorSet
Request: intrinsic_proto.proto_registry.GetNamedFileDescriptorSetRequest
Response:
intrinsic_proto.proto_registry.NamedFileDescriptorSet
Get a specific named file descriptor set.
Messages
message GetNamedFileDescriptorSetRequest intrinsic/proto_tools/proto/proto_registry.proto
| Field | Type | Description | |
|---|---|---|---|
|
oneof identifier_type
|
|||
| 1 | type_url |
string
|
Intrinsic-style type URL of a message in the requested file descriptor set (the message name at the end of the URL will be ignored). E.g. "type.intrinsic.ai/assets/com.example.my_asset/1.0.0/my_package.MyMessage". |
| 2 | name |
string
|
Name of the requested file descriptor set in the proto registry, see [NamedFileDescriptorSet.name]. |
| 3 | asset_id |
string
|
Asset ID for which to get the file descriptor set of the currently installed version. |
message NamedFileDescriptorSet intrinsic/proto_tools/proto/proto_registry.proto
| Field | Type | Description | |
|---|---|---|---|
| 1 | name |
string
|
Unique name for the specific file descriptor set. The name is arbitrary and may change in the future, do not make assumptions about its content or structure. You may pass it to compatibility check or migration requests. |
| 2 | file_descriptor_set |
google.protobuf.FileDescriptorSet
|
A transitively closed file descriptor set. |