protobuf_descriptors

Protocol buffer definition for protobuf_descriptors

sift/protobuf_descriptors/v2/protobuf_descriptors.proto

AddProtobufDescriptorRequest

FieldTypeLabelDescription
protobuf_descriptorProtobufDescriptor
force_duplicate_registrationboolIf set to true, the service will ignore checks that this descriptor has already been registered and will ensure that it is registered as the latest proto descriptor for the message type.

AddProtobufDescriptorResponse

FieldTypeLabelDescription
protobuf_descriptorProtobufDescriptor

DeleteProtobufDescriptorsRequest

FieldTypeLabelDescription
message_type_full_namestringDeprecated.
namespacestringDeprecated.
organization_idstring
protobuf_descriptor_idstring

DeleteProtobufDescriptorsResponse

ListProtobufDescriptorsRequest

The request for a call to ProtobufDescriptorService_ListProtobufDescriptors to retrieve protobuf descriptors.

FieldTypeLabelDescription
page_sizeuint32The maximum number of protobuf descriptors to return. The service may return fewer than this value. If unspecified, at most 50 protobuf descriptors will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
page_tokenstringA page token, received from a previous ListProtobufDescriptors call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListProtobufDescriptors must match the call that provided the page token.
filterstringA Common Expression Language (CEL) filter string. Available fields to filter by are protobuf_descriptor_id, proto_file_name, namespace, and message_type_full_name. For further information about how to use CELs, please refer to this guide. For more information about the fields used for filtering, please refer to this definition. Optional.
order_bystringHow to order the retrieved protobuf descriptors. Formatted as a comma-separated string i.e. "FIELD_NAME[ desc],...". Available fields to order_by are created_date, modified_date, and message_type_full_name and namespace. If left empty, items are ordered by created_date in ascending order (oldest-first). For more information about the format of this field, read this Example: "created_date desc,modified_date"

ListProtobufDescriptorsResponse

The response of a call to ProtobufDescriptorService_ListProtobufDescriptors.

FieldTypeLabelDescription
protobuf_descriptorsProtobufDescriptorrepeated
next_page_tokenstring

ProtobufDescriptor

FieldTypeLabelDescription
message_type_full_namestring
file_descriptor_setbytes
proto_file_namestring
namespacestring
protobuf_descriptor_idstring

ProtobufDescriptorService

Method NameRequest TypeResponse TypeDescription
AddProtobufDescriptorAddProtobufDescriptorRequestAddProtobufDescriptorResponseUsed to register a protobuf message to be ingested.
DeleteProtobufDescriptorsDeleteProtobufDescriptorsRequestDeleteProtobufDescriptorsResponseDelete protobuf descriptors of that match the provided namespace and message_type_full_name.
ListProtobufDescriptorsListProtobufDescriptorsRequestListProtobufDescriptorsResponseRetrieve protobuf descriptors using an optional filter.

On this page