Skip to content

Commit

Permalink
gerge branch 'descriptor-package' of https://github.com/bufbuild/regi…
Browse files Browse the repository at this point in the history
…stry-proto into descriptor-package
  • Loading branch information
bufdev committed Sep 13, 2024
2 parents b68d822 + 4cca335 commit 6aa1167
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ option go_package = "buf.build/gen/go/bufbuild/registry/protocolbuffers/go/buf/r

// Additional information about a FileDescriptorProto.
//
// FileDescriptoProtos are not extendable, so we choose to sideband this information as opposed
// to creating a new FileDescriptoProto type, so that the FileDescriptorProtoService can return
// FileDescriptorProtos are not extendable, so we choose to sideband this information as opposed
// to creating a new FileDescriptorProto type, so that the FileDescriptorProtoService can return
// standard FileDescriptorProtos that most expect.
message FileDescriptorProtoExtension {
option (buf.registry.priv.extension.v1beta1.message).response_only = true;
Expand All @@ -49,8 +49,8 @@ message FileDescriptorProtoExtension {
// via the ResourceRef used in the request. Well-Known Types are special in the Protobuf ecosystem,
// and can be imported without being contained in a specified module.
// - It contains symbols that are referenced by symbols specified in the request. For example,
// if the request specified symbol "foo.v1.Foo" contained within "foo.proto", , which has a message
// field of type "baz.v1.Baz", which is contained within "baz.proto", the the file "baz.proto"
// if the request specified symbol "foo.v1.Foo" contained within "foo.proto", which has a message
// field of type "baz.v1.Baz", which is contained within "baz.proto", then the file "baz.proto"
// will be marked as an import, regardless of which Module it derived from. If the symbols field
// is not specified on the request, this situation will never occur.
//
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ message GetFileDescriptorProtosRequest {
// via the ResourceRef used in the request. Well-Known Types are special in the Protobuf ecosystem,
// and can be imported without being contained in a specified module.
// - It contains symbols that are referenced by symbols specified in the request. For example,
// if the request specified symbol "foo.v1.Foo" contained within "foo.proto", , which has a message
// field of type "baz.v1.Baz", which is contained within "baz.proto", the the file "baz.proto"
// if the request specified symbol "foo.v1.Foo" contained within "foo.proto", which has a message
// field of type "baz.v1.Baz", which is contained within "baz.proto", then the file "baz.proto"
// will be marked as an import, regardless of which Module it derived from. If the symbols field
// is not specified on the request, this situation will never occur.
//
Expand Down Expand Up @@ -102,7 +102,7 @@ message GetFileDescriptorProtosRequest {
//
// The filters exclude_imports, exclude_source_code_info, exclude_source_retention_options and
// symbols continue to be respected even if this field is set. Specifically, if exclude_source_code_info
// is set, but this mask includes source_code_info, SourceCodeInfo will continue to be excludeded.
// is set, but this mask includes source_code_info, SourceCodeInfo will continue to be excluded.
google.protobuf.FieldMask field_mask = 7;
}

Expand Down

0 comments on commit 6aa1167

Please sign in to comment.