public static final class AuthorizedDomainsGrpc.AuthorizedDomainsBlockingStub extends AbstractBlockingStub<AuthorizedDomainsGrpc.AuthorizedDomainsBlockingStub>A stub to allow clients to do limited synchronous 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.AbstractBlockingStub > AuthorizedDomainsGrpc.AuthorizedDomainsBlockingStubMethods
build(Channel channel, CallOptions callOptions)
protected AuthorizedDomainsGrpc.AuthorizedDomainsBlockingStub build(Channel channel, CallOptions callOptions)| Parameters | |
|---|---|
| Name | Description |
channel |
io.grpc.Channel |
callOptions |
io.grpc.CallOptions |
| Returns | |
|---|---|
| Type | Description |
AuthorizedDomainsGrpc.AuthorizedDomainsBlockingStub |
|
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)
listAuthorizedDomains(ListAuthorizedDomainsRequest request)
public ListAuthorizedDomainsResponse listAuthorizedDomains(ListAuthorizedDomainsRequest request)Lists all domains the user is authorized to administer.
| Parameter | |
|---|---|
| Name | Description |
request |
ListAuthorizedDomainsRequest |
| Returns | |
|---|---|
| Type | Description |
ListAuthorizedDomainsResponse |
|