public static final class RealmsServiceGrpc.RealmsServiceFutureStub extends AbstractStub<RealmsServiceGrpc.RealmsServiceFutureStub>
Realm provides grouping of game server clusters that are serving a particular gamer population.
AbstractStub.StubFactory<T extends AbstractStub<T>>
Modifier and Type | Method and Description |
---|---|
protected RealmsServiceGrpc.RealmsServiceFutureStub |
build(Channel channel,
CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Operation> |
createRealm(CreateRealmRequest request)
Creates a new Realm in a given project and location.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
deleteRealm(DeleteRealmRequest request)
Deletes a single realm.
|
com.google.common.util.concurrent.ListenableFuture<Realm> |
getRealm(GetRealmRequest request)
Gets details of a single realm.
|
com.google.common.util.concurrent.ListenableFuture<ListRealmsResponse> |
listRealms(ListRealmsRequest request)
Lists realms in a given project and location.
|
com.google.common.util.concurrent.ListenableFuture<PreviewRealmUpdateResponse> |
previewRealmUpdate(PreviewRealmUpdateRequest request)
Previews patches to a single Realm.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
updateRealm(UpdateRealmRequest request)
Patches a single Realm.
|
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected RealmsServiceGrpc.RealmsServiceFutureStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<RealmsServiceGrpc.RealmsServiceFutureStub>
public com.google.common.util.concurrent.ListenableFuture<ListRealmsResponse> listRealms(ListRealmsRequest request)
Lists realms in a given project and location.
public com.google.common.util.concurrent.ListenableFuture<Realm> getRealm(GetRealmRequest request)
Gets details of a single realm.
public com.google.common.util.concurrent.ListenableFuture<Operation> createRealm(CreateRealmRequest request)
Creates a new Realm in a given project and location.
public com.google.common.util.concurrent.ListenableFuture<Operation> deleteRealm(DeleteRealmRequest request)
Deletes a single realm.
public com.google.common.util.concurrent.ListenableFuture<Operation> updateRealm(UpdateRealmRequest request)
Patches a single Realm.
public com.google.common.util.concurrent.ListenableFuture<PreviewRealmUpdateResponse> previewRealmUpdate(PreviewRealmUpdateRequest request)
Previews patches to a single Realm.
Copyright © 2020 Google LLC. All rights reserved.