Package | Description |
---|---|
com.google.cloud.gaming.v1alpha |
A client to Game Services API.
|
com.google.cloud.gaming.v1alpha.stub |
Modifier and Type | Field and Description |
---|---|
static MethodDescriptor<GetRealmRequest,Realm> |
RealmsServiceGrpc.METHOD_GET_REALM
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetRealmRequest,Realm> |
RealmsServiceGrpc.getGetRealmMethod() |
Parser<GetRealmRequest> |
GetRealmRequest.getParserForType() |
UnaryCallable<GetRealmRequest,Realm> |
RealmsServiceClient.getRealmCallable()
Gets details of a single realm.
|
UnaryCallSettings<GetRealmRequest,Realm> |
RealmsServiceSettings.getRealmSettings()
Returns the object with the settings used for calls to getRealm.
|
UnaryCallSettings.Builder<GetRealmRequest,Realm> |
RealmsServiceSettings.Builder.getRealmSettings()
Returns the builder for the settings used for calls to getRealm.
|
static Parser<GetRealmRequest> |
GetRealmRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Realm |
RealmsServiceClient.getRealm(GetRealmRequest request)
Gets details of a single realm.
|
Realm |
RealmsServiceGrpc.RealmsServiceBlockingStub.getRealm(GetRealmRequest request)
Gets details of a single realm.
|
com.google.common.util.concurrent.ListenableFuture<Realm> |
RealmsServiceGrpc.RealmsServiceFutureStub.getRealm(GetRealmRequest request)
Gets details of a single realm.
|
void |
RealmsServiceGrpc.RealmsServiceImplBase.getRealm(GetRealmRequest request,
StreamObserver<Realm> responseObserver)
Gets details of a single realm.
|
void |
RealmsServiceGrpc.RealmsServiceStub.getRealm(GetRealmRequest request,
StreamObserver<Realm> responseObserver)
Gets details of a single realm.
|
GetRealmRequest.Builder |
GetRealmRequest.Builder.mergeFrom(GetRealmRequest other) |
static GetRealmRequest.Builder |
GetRealmRequest.newBuilder(GetRealmRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetRealmRequest,Realm> |
RealmsServiceStub.getRealmCallable() |
UnaryCallable<GetRealmRequest,Realm> |
GrpcRealmsServiceStub.getRealmCallable() |
UnaryCallSettings<GetRealmRequest,Realm> |
RealmsServiceStubSettings.getRealmSettings()
Returns the object with the settings used for calls to getRealm.
|
UnaryCallSettings.Builder<GetRealmRequest,Realm> |
RealmsServiceStubSettings.Builder.getRealmSettings()
Returns the builder for the settings used for calls to getRealm.
|
Copyright © 2020 Google LLC. All rights reserved.