fix!: An existing field `value` is renamed to `values` in message `.google.cloud.universalledger.v1.StringList`
fix!: An existing field `value` is renamed to `values` in message `.google.cloud.universalledger.v1.Int64List`
fix!: An existing field `value` is renamed to `values` in message `.google.cloud.universalledger.v1.AccountIdList`
fix!: An existing field `value` is renamed to `values` in message `.google.cloud.universalledger.v1.BoolList`
fix!: An existing field `value` is renamed to `values` in message `.google.cloud.universalledger.v1.DictList`
docs: A comment for field `app` in message `.google.cloud.universalledger.v1.ClientTransaction` is changed
PiperOrigin-RevId: 893573391
fix: Changed field behavior for an existing field `settlement_mode` in message `.google.cloud.universalledger.v1.CreateClearinghouse`
fix: Changed field behavior for an existing field `currency` in message `.google.cloud.universalledger.v1.CreateCurrencyOperator`
Field behavior changes only document the fact that these fields have always been required.
PiperOrigin-RevId: 887958125
feat: A new field `left_child_digest_hex` is added to message `.google.cloud.universalledger.v1.ProofOfInclusion`, which replaces `left_child_hash_hex`
feat: A new field `right_child_digest_hex` is added to message `.google.cloud.universalledger.v1.ProofOfInclusion`, which replaces `right_child_hash_hex`
docs: indicated where fields (notably account and contract comments) are considered public information
docs: move deprecation notices on deprecated fields earlier in the field description
docs: general grammar corrections
PiperOrigin-RevId: 875734641
fix!: An existing enum `FeePayer` is removed
fix!: An existing message `FractionalFee` is removed
fix!: An existing field `fractional_fee` is removed from message `.google.cloud.universalledger.v1.Transfer`
docs: clarify list of supported transactions
PiperOrigin-RevId: 869710913
feat: add method for querying data from the ledger
feat: deprecate use of Entity messages for account IDs, and provide string fields as replacement
docs: document field length limit on account IDs
PiperOrigin-RevId: 863164046
docs: clarify and remove some limitations that no longer apply
Clients can now provide public keys in the more standard PEM format.
PiperOrigin-RevId: 819324568
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 https://github.com/googleapis/google-cloud-go/pull/11025.
PiperOrigin-RevId: 810022369