Skip to content

Commit e6b9d2d

Browse files
Google APIscopybara-github
authored andcommitted
docs: point to Search Console for domain ownership verification
PiperOrigin-RevId: 521027761
1 parent 87cc6d8 commit e6b9d2d

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

google/appengine/v1/domain.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ option ruby_package = "Google::Cloud::AppEngine::V1";
2626

2727
// A domain that a user has been authorized to administer. To authorize use
2828
// of a domain, verify ownership via
29-
// [Webmaster Central](https://www.google.com/webmasters/verification/home).
29+
// [Search Console](https://search.google.com/search-console/welcome).
3030
message AuthorizedDomain {
3131
// Full path to the `AuthorizedDomain` resource in the API. Example:
3232
// `apps/myapp/authorizedDomains/example.com`.

google/appengine/v1beta/domain.proto

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ syntax = "proto3";
1616

1717
package google.appengine.v1beta;
1818

19-
2019
option csharp_namespace = "Google.Cloud.AppEngine.V1Beta";
2120
option go_package = "google.golang.org/genproto/googleapis/appengine/v1beta;appengine";
2221
option java_multiple_files = true;
@@ -27,7 +26,7 @@ option ruby_package = "Google::Cloud::AppEngine::V1beta";
2726

2827
// A domain that a user has been authorized to administer. To authorize use
2928
// of a domain, verify ownership via
30-
// [Webmaster Central](https://www.google.com/webmasters/verification/home).
29+
// [Search Console](https://search.google.com/search-console/welcome).
3130
message AuthorizedDomain {
3231
// Full path to the `AuthorizedDomain` resource in the API. Example:
3332
// `apps/myapp/authorizedDomains/example.com`.

0 commit comments

Comments
 (0)