fix: upgrade gRPC service registration func#13079
Merged
gcf-merge-on-green[bot] merged 10 commits intomainfrom Oct 9, 2025
Merged
fix: upgrade gRPC service registration func#13079gcf-merge-on-green[bot] merged 10 commits intomainfrom
gcf-merge-on-green[bot] merged 10 commits intomainfrom
Conversation
…d.documentai.v1beta3.Document` feat: A new enum `Method` is added feat: A new field `method` is added to message `.google.cloud.documentai.v1beta3.Document` feat: A new field `annotations` is added to message `.google.cloud.documentai.v1beta3.Document` feat: A new field `annotations` is added to message `.google.cloud.documentai.v1beta3.Document` feat: A new message `EntityValidationOutput` is added feat: A new message `EntitiesRevision` is added feat: A new field `entity_validation_output` is added to message `.google.cloud.documentai.v1beta3.Document` feat: A new field `entities_revisions` is added to message `.google.cloud.documentai.v1beta3.Document` feat: A new field `entities_revision_id` is added to message `.google.cloud.documentai.v1beta3.Document` feat: A new enum `Method` is added feat: A new field `method` is added to message `.google.cloud.documentai.v1beta3.DocumentSchema` docs: A comment for field `training_method` in message `.google.cloud.documentai.v1beta3.TrainProcessorVersionRequest` is changed docs: A comment for field `processor_version_source` in message `.google.cloud.documentai.v1beta3.ImportProcessorVersionRequest` is changed docs: A comment for field `document_schema` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed docs: A comment for field `create_time` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed docs: A comment for field `latest_evaluation` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed docs: A comment for field `kms_key_name` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed docs: A comment for field `kms_key_version_name` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed docs: A comment for field `deprecation_info` in message `.google.cloud.documentai.v1beta3.ProcessorVersion` is changed docs: A comment for field `create_time` in message `.google.cloud.documentai.v1beta3.Processor` is changed PiperOrigin-RevId: 816756608 Source-Link: googleapis/googleapis@50a2632 Source-Link: googleapis/googleapis-gen@4f5c04a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGY1YzA0YTNlZWI3NmRjOWRjM2MzZWE1MmU1MzYxNmQyNTljMWI2MSJ9
signature_value is added to message .google.cloud.documentai.v1beta3.Documentsignature_value is added to message .google.cloud.documentai.v1beta3.Document
feat: Added new fields `entity_validation_output`, `entities_revisions`, and `entities_revision_id` to the `Document` message docs: The field `training_method` in `TrainProcessorVersionRequest` is now marked as optional PiperOrigin-RevId: 816853859 Source-Link: googleapis/googleapis@1a87094 Source-Link: googleapis/googleapis-gen@4518457 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDUxODQ1NzZkMWQ2OTZmZTg1NDRlODE1YTU1ZDlkOTNlYTMxMWJlZSJ9
signature_value is added to message .google.cloud.documentai.v1beta3.DocumentEntityValidationOutput and EntitiesRevision
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in #11025. PiperOrigin-RevId: 816861978 Source-Link: googleapis/googleapis@4d8abb3 Source-Link: googleapis/googleapis-gen@895ff8a Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODk1ZmY4YTM2ZTEzNTMzY2FjNWNjNjY1YjQyMzNmZmI5NGFmNGE5YyJ9
EntityValidationOutput and EntitiesRevisionAn update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in #11025. PiperOrigin-RevId: 817164257 Source-Link: googleapis/googleapis@9215671 Source-Link: googleapis/googleapis-gen@ea77d38 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWE3N2QzOGM1MmVhMmQ2MThlYTk2NzhhZmJlMTIxZThiNzc5M2QxOSJ9
quartzmo
approved these changes
Oct 9, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in #11025.
PiperOrigin-RevId: 817164257
Source-Link: googleapis/googleapis@9215671
Source-Link: https://github.com/googleapis/googleapis-gen/commit/ea77d38c52ea2d618ea9678afbe121e8b7793d19
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZWE3N2QzOGM1MmVhMmQ2MThlYTk2NzhhZmJlMTIxZThiNzc5M2QxOSJ9
BEGIN_NESTED_COMMIT
fix: upgrade gRPC service registration func
An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in #11025.
PiperOrigin-RevId: 816861978
Source-Link: googleapis/googleapis@4d8abb3
Source-Link: https://github.com/googleapis/googleapis-gen/commit/895ff8a36e13533cac5cc665b4233ffb94af4a9c
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiODk1ZmY4YTM2ZTEzNTMzY2FjNWNjNjY1YjQyMzNmZmI5NGFmNGE5YyJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(documentai): Added new messages
EntityValidationOutputandEntitiesRevisionfeat(documentai): Added new fields
entity_validation_output,entities_revisions, andentities_revision_idto theDocumentmessagedocs(documentai): The field
training_methodinTrainProcessorVersionRequestis now marked as optionalPiperOrigin-RevId: 816853859
Source-Link: googleapis/googleapis@1a87094
Source-Link: https://github.com/googleapis/googleapis-gen/commit/45184576d1d696fe8544e815a55d9d93ea311bee
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDUxODQ1NzZkMWQ2OTZmZTg1NDRlODE1YTU1ZDlkOTNlYTMxMWJlZSJ9
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat(documentai): A new field
signature_valueis added to message.google.cloud.documentai.v1beta3.Documentfeat(documentai): A new enum
Methodis addedfeat(documentai): A new field
methodis added to message.google.cloud.documentai.v1beta3.Documentfeat(documentai): A new field
annotationsis added to message.google.cloud.documentai.v1beta3.Documentfeat(documentai): A new field
annotationsis added to message.google.cloud.documentai.v1beta3.Documentfeat(documentai): A new message
EntityValidationOutputis addedfeat(documentai): A new message
EntitiesRevisionis addedfeat(documentai): A new field
entity_validation_outputis added to message.google.cloud.documentai.v1beta3.Documentfeat(documentai): A new field
entities_revisionsis added to message.google.cloud.documentai.v1beta3.Documentfeat(documentai): A new field
entities_revision_idis added to message.google.cloud.documentai.v1beta3.Documentfeat(documentai): A new enum
Methodis addedfeat(documentai): A new field
methodis added to message.google.cloud.documentai.v1beta3.DocumentSchemadocs(documentai): A comment for field
training_methodin message.google.cloud.documentai.v1beta3.TrainProcessorVersionRequestis changeddocs(documentai): A comment for field
processor_version_sourcein message.google.cloud.documentai.v1beta3.ImportProcessorVersionRequestis changeddocs(documentai): A comment for field
document_schemain message.google.cloud.documentai.v1beta3.ProcessorVersionis changeddocs(documentai): A comment for field
create_timein message.google.cloud.documentai.v1beta3.ProcessorVersionis changeddocs(documentai): A comment for field
latest_evaluationin message.google.cloud.documentai.v1beta3.ProcessorVersionis changeddocs(documentai): A comment for field
kms_key_namein message.google.cloud.documentai.v1beta3.ProcessorVersionis changeddocs(documentai): A comment for field
kms_key_version_namein message.google.cloud.documentai.v1beta3.ProcessorVersionis changeddocs(documentai): A comment for field
deprecation_infoin message.google.cloud.documentai.v1beta3.ProcessorVersionis changeddocs(documentai): A comment for field
create_timein message.google.cloud.documentai.v1beta3.Processoris changedPiperOrigin-RevId: 816756608
Source-Link: googleapis/googleapis@50a2632
Source-Link: https://github.com/googleapis/googleapis-gen/commit/4f5c04a3eeb76dc9dc3c3ea52e53616d259c1b61
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGY1YzA0YTNlZWI3NmRjOWRjM2MzZWE1MmU1MzYxNmQyNTljMWI2MSJ9
END_NESTED_COMMIT