public static final class AuthorizedDomainsGrpc.AuthorizedDomainsStub extends AbstractAsyncStub<AuthorizedDomainsGrpc.AuthorizedDomainsStub>A stub to allow clients to do asynchronous rpc calls to service AuthorizedDomains.
Manages domains a user is authorized to administer. To authorize use of a domain, verify ownership via Webmaster Central.
Inheritance
java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > AuthorizedDomainsGrpc.AuthorizedDomainsStubMethods
build(Channel channel, CallOptions callOptions)
protected AuthorizedDomainsGrpc.AuthorizedDomainsStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
AuthorizedDomainsGrpc.AuthorizedDomainsStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listAuthorizedDomains(ListAuthorizedDomainsRequest request, StreamObserver<ListAuthorizedDomainsResponse> responseObserver)
public void listAuthorizedDomains(ListAuthorizedDomainsRequest request, StreamObserver<ListAuthorizedDomainsResponse> responseObserver)Lists all domains the user is authorized to administer.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAuthorizedDomainsRequest |
responseObserver |
io.grpc.stub.StreamObserver<ListAuthorizedDomainsResponse> |