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<CreateRealmRequest,Operation> |
RealmsServiceGrpc.METHOD_CREATE_REALM
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
UnaryCallable<CreateRealmRequest,Operation> |
RealmsServiceClient.createRealmCallable()
Creates a new Realm in a given project and location.
|
OperationCallable<CreateRealmRequest,Realm,Empty> |
RealmsServiceClient.createRealmOperationCallable()
Creates a new Realm in a given project and location.
|
OperationCallSettings<CreateRealmRequest,Realm,Empty> |
RealmsServiceSettings.createRealmOperationSettings()
Returns the object with the settings used for calls to createRealm.
|
OperationCallSettings.Builder<CreateRealmRequest,Realm,Empty> |
RealmsServiceSettings.Builder.createRealmOperationSettings()
Returns the builder for the settings used for calls to createRealm.
|
UnaryCallSettings<CreateRealmRequest,Operation> |
RealmsServiceSettings.createRealmSettings()
Returns the object with the settings used for calls to createRealm.
|
UnaryCallSettings.Builder<CreateRealmRequest,Operation> |
RealmsServiceSettings.Builder.createRealmSettings()
Returns the builder for the settings used for calls to createRealm.
|
static MethodDescriptor<CreateRealmRequest,Operation> |
RealmsServiceGrpc.getCreateRealmMethod() |
Parser<CreateRealmRequest> |
CreateRealmRequest.getParserForType() |
static Parser<CreateRealmRequest> |
CreateRealmRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Operation |
RealmsServiceGrpc.RealmsServiceBlockingStub.createRealm(CreateRealmRequest request)
Creates a new Realm in a given project and location.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
RealmsServiceGrpc.RealmsServiceFutureStub.createRealm(CreateRealmRequest request)
Creates a new Realm in a given project and location.
|
void |
RealmsServiceGrpc.RealmsServiceImplBase.createRealm(CreateRealmRequest request,
StreamObserver<Operation> responseObserver)
Creates a new Realm in a given project and location.
|
void |
RealmsServiceGrpc.RealmsServiceStub.createRealm(CreateRealmRequest request,
StreamObserver<Operation> responseObserver)
Creates a new Realm in a given project and location.
|
OperationFuture<Realm,Empty> |
RealmsServiceClient.createRealmAsync(CreateRealmRequest request)
Creates a new Realm in a given project and location.
|
CreateRealmRequest.Builder |
CreateRealmRequest.Builder.mergeFrom(CreateRealmRequest other) |
static CreateRealmRequest.Builder |
CreateRealmRequest.newBuilder(CreateRealmRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<CreateRealmRequest,Operation> |
RealmsServiceStub.createRealmCallable() |
UnaryCallable<CreateRealmRequest,Operation> |
GrpcRealmsServiceStub.createRealmCallable() |
OperationCallable<CreateRealmRequest,Realm,Empty> |
RealmsServiceStub.createRealmOperationCallable() |
OperationCallable<CreateRealmRequest,Realm,Empty> |
GrpcRealmsServiceStub.createRealmOperationCallable() |
OperationCallSettings<CreateRealmRequest,Realm,Empty> |
RealmsServiceStubSettings.createRealmOperationSettings()
Returns the object with the settings used for calls to createRealm.
|
OperationCallSettings.Builder<CreateRealmRequest,Realm,Empty> |
RealmsServiceStubSettings.Builder.createRealmOperationSettings()
Returns the builder for the settings used for calls to createRealm.
|
UnaryCallSettings<CreateRealmRequest,Operation> |
RealmsServiceStubSettings.createRealmSettings()
Returns the object with the settings used for calls to createRealm.
|
UnaryCallSettings.Builder<CreateRealmRequest,Operation> |
RealmsServiceStubSettings.Builder.createRealmSettings()
Returns the builder for the settings used for calls to createRealm.
|
Copyright © 2020 Google LLC. All rights reserved.