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<ListRealmsRequest,ListRealmsResponse> |
RealmsServiceGrpc.METHOD_LIST_REALMS
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
RealmsServiceClient.ListRealmsPagedResponse |
RealmsServiceClient.listRealms(ListRealmsRequest request)
Lists realms in a given project and location.
|
ListRealmsResponse |
RealmsServiceGrpc.RealmsServiceBlockingStub.listRealms(ListRealmsRequest request)
Lists realms in a given project and location.
|
com.google.common.util.concurrent.ListenableFuture<ListRealmsResponse> |
RealmsServiceGrpc.RealmsServiceFutureStub.listRealms(ListRealmsRequest request)
Lists realms in a given project and location.
|
void |
RealmsServiceGrpc.RealmsServiceImplBase.listRealms(ListRealmsRequest request,
StreamObserver<ListRealmsResponse> responseObserver)
Lists realms in a given project and location.
|
void |
RealmsServiceGrpc.RealmsServiceStub.listRealms(ListRealmsRequest request,
StreamObserver<ListRealmsResponse> responseObserver)
Lists realms in a given project and location.
|
ListRealmsRequest.Builder |
ListRealmsRequest.Builder.mergeFrom(ListRealmsRequest other) |
static ListRealmsRequest.Builder |
ListRealmsRequest.newBuilder(ListRealmsRequest prototype) |
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<RealmsServiceClient.ListRealmsPagedResponse> |
RealmsServiceClient.ListRealmsPagedResponse.createAsync(PageContext<ListRealmsRequest,ListRealmsResponse,Realm> context,
com.google.api.core.ApiFuture<ListRealmsResponse> futureResponse) |
protected RealmsServiceClient.ListRealmsPage |
RealmsServiceClient.ListRealmsPage.createPage(PageContext<ListRealmsRequest,ListRealmsResponse,Realm> context,
ListRealmsResponse response) |
com.google.api.core.ApiFuture<RealmsServiceClient.ListRealmsPage> |
RealmsServiceClient.ListRealmsPage.createPageAsync(PageContext<ListRealmsRequest,ListRealmsResponse,Realm> context,
com.google.api.core.ApiFuture<ListRealmsResponse> futureResponse) |
Copyright © 2020 Google LLC. All rights reserved.