public static final class RealmsServiceGrpc.RealmsServiceBlockingStub extends AbstractStub<RealmsServiceGrpc.RealmsServiceBlockingStub>
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.RealmsServiceBlockingStub |
build(Channel channel,
CallOptions callOptions) |
Operation |
createRealm(CreateRealmRequest request)
Creates a new Realm in a given project and location.
|
Operation |
deleteRealm(DeleteRealmRequest request)
Deletes a single realm.
|
Realm |
getRealm(GetRealmRequest request)
Gets details of a single realm.
|
ListRealmsResponse |
listRealms(ListRealmsRequest request)
Lists realms in a given project and location.
|
PreviewRealmUpdateResponse |
previewRealmUpdate(PreviewRealmUpdateRequest request)
Previews patches to a single Realm.
|
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.RealmsServiceBlockingStub build(Channel channel, CallOptions callOptions)
build
in class AbstractStub<RealmsServiceGrpc.RealmsServiceBlockingStub>
public ListRealmsResponse listRealms(ListRealmsRequest request)
Lists realms in a given project and location.
public Realm getRealm(GetRealmRequest request)
Gets details of a single realm.
public Operation createRealm(CreateRealmRequest request)
Creates a new Realm in a given project and location.
public Operation deleteRealm(DeleteRealmRequest request)
Deletes a single realm.
public Operation updateRealm(UpdateRealmRequest request)
Patches a single Realm.
public PreviewRealmUpdateResponse previewRealmUpdate(PreviewRealmUpdateRequest request)
Previews patches to a single Realm.
Copyright © 2020 Google LLC. All rights reserved.