Package com.google.appengine.v1
Interface AuthorizedDomainsGrpc.AsyncService
-
- All Known Implementing Classes:
AuthorizedDomainsGrpc.AuthorizedDomainsImplBase
- Enclosing class:
- AuthorizedDomainsGrpc
public static interface AuthorizedDomainsGrpc.AsyncService
Manages domains a user is authorized to administer. To authorize use of a domain, verify ownership via [Webmaster Central](https://www.google.com/webmasters/verification/home).
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
listAuthorizedDomains(ListAuthorizedDomainsRequest request, io.grpc.stub.StreamObserver<ListAuthorizedDomainsResponse> responseObserver)
Lists all domains the user is authorized to administer.
-
-
-
Method Detail
-
listAuthorizedDomains
default void listAuthorizedDomains(ListAuthorizedDomainsRequest request, io.grpc.stub.StreamObserver<ListAuthorizedDomainsResponse> responseObserver)
Lists all domains the user is authorized to administer.
-
-