Skip to content

Commit

Permalink
docs: Fix NOT_STARTED state documentation in MigrationJob resource (#49)
Browse files Browse the repository at this point in the history
* docs: Fix NOT_STARTED state documentation in MigrationJob resource

PiperOrigin-RevId: 402280922

Source-Link: googleapis/googleapis@ae3a4a2

Source-Link: googleapis/googleapis-gen@68fcede
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNjhmY2VkZWViNTI5NTkwNmFkYjQwOTQ3YWJjNDZlYjg3OTQ4ZjUwMyJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 11, 2021
1 parent 8bb8b0a commit fa0d56f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ message MigrationJob {
// The migration job is being created.
CREATING = 3;

// The migration job is created, not started and is fully editable.
// The migration job is created and not started.
NOT_STARTED = 4;

// The migration job is running.
Expand Down

0 comments on commit fa0d56f

Please sign in to comment.