Skip to content

Commit

Permalink
Change type of exchange_workflow field in RecurringExchange.
Browse files Browse the repository at this point in the history
This resource type is not used by any service so this is a safe change.
  • Loading branch information
SanjayVas committed Oct 13, 2023
1 parent 8b30f27 commit 60b70b7
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,14 @@ message RecurringExchange {
// Resource name.
string name = 1;

// The ExchangeWorkflow for this recurring exchange.
ExchangeWorkflow exchange_workflow = 2 [
// API version for serialized messages.
string api_version = 7 [
(google.api.field_behavior) = REQUIRED,
(google.api.field_behavior) = IMMUTABLE
];

// Serialized `ExchangeWorkflow` for this `RecurringExchange`.
bytes exchange_workflow = 2 [
(google.api.field_behavior) = REQUIRED,
(google.api.field_behavior) = IMMUTABLE
];
Expand Down

0 comments on commit 60b70b7

Please sign in to comment.