public static final class RealmsServiceGrpc.RealmsServiceStub extends AbstractStub<RealmsServiceGrpc.RealmsServiceStub>
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.RealmsServiceStub |
build(Channel channel,
CallOptions callOptions) |
void |
createRealm(CreateRealmRequest request,
StreamObserver<Operation> responseObserver)
Creates a new Realm in a given project and location.
|
void |
deleteRealm(DeleteRealmRequest request,
StreamObserver<Operation> responseObserver)
Deletes a single realm.
|
void |
getRealm(GetRealmRequest request,
StreamObserver<Realm> responseObserver)
Gets details of a single realm.
|
void |
listRealms(ListRealmsRequest request,
StreamObserver<ListRealmsResponse> responseObserver)
Lists realms in a given project and location.
|
void |
previewRealmUpdate(PreviewRealmUpdateRequest request,
StreamObserver<PreviewRealmUpdateResponse> responseObserver)
Previews patches to a single Realm.
|
void |
updateRealm(UpdateRealmRequest request,
StreamObserver<Operation> responseObserver)
Patches a single Realm.
|
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
protected RealmsServiceGrpc.RealmsServiceStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<RealmsServiceGrpc.RealmsServiceStub>
public void listRealms(ListRealmsRequest request, StreamObserver<ListRealmsResponse> responseObserver)
Lists realms in a given project and location.
public void getRealm(GetRealmRequest request, StreamObserver<Realm> responseObserver)
Gets details of a single realm.
public void createRealm(CreateRealmRequest request, StreamObserver<Operation> responseObserver)
Creates a new Realm in a given project and location.
public void deleteRealm(DeleteRealmRequest request, StreamObserver<Operation> responseObserver)
Deletes a single realm.
public void updateRealm(UpdateRealmRequest request, StreamObserver<Operation> responseObserver)
Patches a single Realm.
public void previewRealmUpdate(PreviewRealmUpdateRequest request, StreamObserver<PreviewRealmUpdateResponse> responseObserver)
Previews patches to a single Realm.
Copyright © 2020 Google LLC. All rights reserved.