public static final class TeamsGrpc.TeamsFutureStub extends io.grpc.stub.AbstractStub<TeamsGrpc.TeamsFutureStub>
no authentication required, but rate limited apis.
| Modifier and Type | Method and Description |
|---|---|
protected TeamsGrpc.TeamsFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<CreateResponse> |
create(CreateRequest request)
Creates a new namespace, if name is valid and no namespace with same name exists.
|
com.google.common.util.concurrent.ListenableFuture<GetResponse> |
get(GetRequest request)
Gets a namespace, if exists.
|
com.google.common.util.concurrent.ListenableFuture<VoidResponse> |
isAvailable(IsAvailableRequest request)
Check if a namespace name is available meaning name is valid and no namespace with same name exists.
|
protected TeamsGrpc.TeamsFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<TeamsGrpc.TeamsFutureStub>public com.google.common.util.concurrent.ListenableFuture<CreateResponse> create(CreateRequest request)
Creates a new namespace, if name is valid and no namespace with same name exists.
public com.google.common.util.concurrent.ListenableFuture<GetResponse> get(GetRequest request)
Gets a namespace, if exists. This can be used to check existence of a namespace.
public com.google.common.util.concurrent.ListenableFuture<VoidResponse> isAvailable(IsAvailableRequest request)
Check if a namespace name is available meaning name is valid and no namespace with same name exists.