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 |
---|---|
Realm |
Realm.Builder.build() |
Realm |
Realm.Builder.buildPartial() |
static Realm |
Realm.getDefaultInstance() |
Realm |
Realm.getDefaultInstanceForType() |
Realm |
Realm.Builder.getDefaultInstanceForType() |
Realm |
UpdateRealmRequestOrBuilder.getRealm()
Required.
|
Realm |
UpdateRealmRequest.getRealm()
Required.
|
Realm |
UpdateRealmRequest.Builder.getRealm()
Required.
|
Realm |
CreateRealmRequest.getRealm()
Required.
|
Realm |
CreateRealmRequest.Builder.getRealm()
Required.
|
Realm |
PreviewRealmUpdateRequest.getRealm()
Required.
|
Realm |
PreviewRealmUpdateRequest.Builder.getRealm()
Required.
|
Realm |
CreateRealmRequestOrBuilder.getRealm()
Required.
|
Realm |
PreviewRealmUpdateRequestOrBuilder.getRealm()
Required.
|
Realm |
RealmsServiceClient.getRealm(GetRealmRequest request)
Gets details of a single realm.
|
Realm |
RealmsServiceGrpc.RealmsServiceBlockingStub.getRealm(GetRealmRequest request)
Gets details of a single realm.
|
Realm |
RealmsServiceClient.getRealm(String name)
Gets details of a single realm.
|
Realm |
ListRealmsResponseOrBuilder.getRealms(int index)
The list of realms
|
Realm |
ListRealmsResponse.getRealms(int index)
The list of realms
|
Realm |
ListRealmsResponse.Builder.getRealms(int index)
The list of realms
|
static Realm |
Realm.parseDelimitedFrom(InputStream input) |
static Realm |
Realm.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Realm |
Realm.parseFrom(byte[] data) |
static Realm |
Realm.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Realm |
Realm.parseFrom(ByteBuffer data) |
static Realm |
Realm.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Realm |
Realm.parseFrom(ByteString data) |
static Realm |
Realm.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Realm |
Realm.parseFrom(CodedInputStream input) |
static Realm |
Realm.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Realm |
Realm.parseFrom(InputStream input) |
static Realm |
Realm.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
OperationFuture<Realm,Empty> |
RealmsServiceClient.createRealmAsync(CreateRealmRequest request)
Creates a new Realm in a given project and location.
|
OperationFuture<Realm,Empty> |
RealmsServiceClient.createRealmAsync(String parent,
String realmId,
Realm realm)
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.
|
static MethodDescriptor<GetRealmRequest,Realm> |
RealmsServiceGrpc.getGetRealmMethod() |
Parser<Realm> |
Realm.getParserForType() |
com.google.common.util.concurrent.ListenableFuture<Realm> |
RealmsServiceGrpc.RealmsServiceFutureStub.getRealm(GetRealmRequest request)
Gets details of a single realm.
|
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.
|
List<Realm> |
ListRealmsResponseOrBuilder.getRealmsList()
The list of realms
|
List<Realm> |
ListRealmsResponse.getRealmsList()
The list of realms
|
List<Realm> |
ListRealmsResponse.Builder.getRealmsList()
The list of realms
|
static Parser<Realm> |
Realm.parser() |
OperationFuture<Realm,Empty> |
RealmsServiceClient.updateRealmAsync(Realm realm,
FieldMask updateMask)
Patches a single Realm.
|
OperationFuture<Realm,Empty> |
RealmsServiceClient.updateRealmAsync(UpdateRealmRequest request)
Patches a single Realm.
|
OperationCallable<UpdateRealmRequest,Realm,Empty> |
RealmsServiceClient.updateRealmOperationCallable()
Patches a single Realm.
|
OperationCallSettings<UpdateRealmRequest,Realm,Empty> |
RealmsServiceSettings.updateRealmOperationSettings()
Returns the object with the settings used for calls to updateRealm.
|
OperationCallSettings.Builder<UpdateRealmRequest,Realm,Empty> |
RealmsServiceSettings.Builder.updateRealmOperationSettings()
Returns the builder for the settings used for calls to updateRealm.
|
Modifier and Type | Method and Description |
---|---|
ListRealmsResponse.Builder |
ListRealmsResponse.Builder.addRealms(int index,
Realm value)
The list of realms
|
ListRealmsResponse.Builder |
ListRealmsResponse.Builder.addRealms(Realm value)
The list of realms
|
OperationFuture<Realm,Empty> |
RealmsServiceClient.createRealmAsync(String parent,
String realmId,
Realm realm)
Creates a new Realm in a given project and location.
|
Realm.Builder |
Realm.Builder.mergeFrom(Realm other) |
UpdateRealmRequest.Builder |
UpdateRealmRequest.Builder.mergeRealm(Realm value)
Required.
|
CreateRealmRequest.Builder |
CreateRealmRequest.Builder.mergeRealm(Realm value)
Required.
|
PreviewRealmUpdateRequest.Builder |
PreviewRealmUpdateRequest.Builder.mergeRealm(Realm value)
Required.
|
static Realm.Builder |
Realm.newBuilder(Realm prototype) |
UpdateRealmRequest.Builder |
UpdateRealmRequest.Builder.setRealm(Realm value)
Required.
|
CreateRealmRequest.Builder |
CreateRealmRequest.Builder.setRealm(Realm value)
Required.
|
PreviewRealmUpdateRequest.Builder |
PreviewRealmUpdateRequest.Builder.setRealm(Realm value)
Required.
|
ListRealmsResponse.Builder |
ListRealmsResponse.Builder.setRealms(int index,
Realm value)
The list of realms
|
OperationFuture<Realm,Empty> |
RealmsServiceClient.updateRealmAsync(Realm realm,
FieldMask updateMask)
Patches a single Realm.
|
Modifier and Type | Method and Description |
---|---|
ListRealmsResponse.Builder |
ListRealmsResponse.Builder.addAllRealms(Iterable<? extends Realm> values)
The list of realms
|
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) |
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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.
|
OperationCallable<UpdateRealmRequest,Realm,Empty> |
RealmsServiceStub.updateRealmOperationCallable() |
OperationCallable<UpdateRealmRequest,Realm,Empty> |
GrpcRealmsServiceStub.updateRealmOperationCallable() |
OperationCallSettings<UpdateRealmRequest,Realm,Empty> |
RealmsServiceStubSettings.updateRealmOperationSettings()
Returns the object with the settings used for calls to updateRealm.
|
OperationCallSettings.Builder<UpdateRealmRequest,Realm,Empty> |
RealmsServiceStubSettings.Builder.updateRealmOperationSettings()
Returns the builder for the settings used for calls to updateRealm.
|
Copyright © 2020 Google LLC. All rights reserved.