Skip to content

Commit

Permalink
docs: mark BusinessInfo.phone as output only
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 640445179
  • Loading branch information
Google APIs authored and copybara-github committed Jun 5, 2024
1 parent fee4e43 commit 46bc6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions google/shopping/merchant/accounts/v1beta/businessinfo.proto
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ message BusinessInfo {
optional google.type.PostalAddress address = 2
[(google.api.field_behavior) = OPTIONAL];

// Optional. The phone number of the business.
// Output only. The phone number of the business.
optional google.type.PhoneNumber phone = 3
[(google.api.field_behavior) = OPTIONAL];
[(google.api.field_behavior) = OUTPUT_ONLY];

// Output only. The phone verification state of the business.
optional PhoneVerificationState phone_verification_state = 4
Expand Down

0 comments on commit 46bc6f2

Please sign in to comment.