Skip to content

Commit 46bc6f2

Browse files
Google APIscopybara-github
authored andcommitted
docs: mark BusinessInfo.phone as output only
PiperOrigin-RevId: 640445179
1 parent fee4e43 commit 46bc6f2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google/shopping/merchant/accounts/v1beta/businessinfo.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ message BusinessInfo {
7272
optional google.type.PostalAddress address = 2
7373
[(google.api.field_behavior) = OPTIONAL];
7474

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

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

0 commit comments

Comments
 (0)