Skip to content

Commit

Permalink
docs: point to Search Console for domain ownership verification
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 521027761
  • Loading branch information
Google APIs authored and copybara-github committed Mar 31, 2023
1 parent 87cc6d8 commit e6b9d2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion google/appengine/v1/domain.proto
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ option ruby_package = "Google::Cloud::AppEngine::V1";

// A domain that a user has been authorized to administer. To authorize use
// of a domain, verify ownership via
// [Webmaster Central](https://www.google.com/webmasters/verification/home).
// [Search Console](https://search.google.com/search-console/welcome).
message AuthorizedDomain {
// Full path to the `AuthorizedDomain` resource in the API. Example:
// `apps/myapp/authorizedDomains/example.com`.
Expand Down
3 changes: 1 addition & 2 deletions google/appengine/v1beta/domain.proto
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ syntax = "proto3";

package google.appengine.v1beta;


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

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

0 comments on commit e6b9d2d

Please sign in to comment.