Class AuthorizedDomainsGrpc.AuthorizedDomainsStub (2.1.10)

public static final class AuthorizedDomainsGrpc.AuthorizedDomainsStub extends AbstractAsyncStub<AuthorizedDomainsGrpc.AuthorizedDomainsStub>

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.AuthorizedDomainsStub

Methods

build(Channel channel, CallOptions callOptions)

protected AuthorizedDomainsGrpc.AuthorizedDomainsStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
AuthorizedDomainsGrpc.AuthorizedDomainsStub
Overrides
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
NameDescription
requestListAuthorizedDomainsRequest
responseObserverio.grpc.stub.StreamObserver<ListAuthorizedDomainsResponse>