Package | Description |
---|---|
com.google.cloud.firestore.v1 |
A client to Cloud Firestore API
|
com.google.cloud.firestore.v1.stub | |
com.google.firestore.admin.v1 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CreateIndexRequest,com.google.longrunning.Operation> |
FirestoreAdminClient.createIndexCallable()
Creates a composite index.
|
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
FirestoreAdminClient.createIndexOperationCallable()
Creates a composite index.
|
com.google.api.gax.rpc.OperationCallSettings<CreateIndexRequest,Index,IndexOperationMetadata> |
FirestoreAdminSettings.createIndexOperationSettings()
Returns the object with the settings used for calls to createIndex.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexRequest,Index,IndexOperationMetadata> |
FirestoreAdminSettings.Builder.createIndexOperationSettings()
Returns the builder for the settings used for calls to createIndex.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateIndexRequest,com.google.longrunning.Operation> |
FirestoreAdminSettings.createIndexSettings()
Returns the object with the settings used for calls to createIndex.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIndexRequest,com.google.longrunning.Operation> |
FirestoreAdminSettings.Builder.createIndexSettings()
Returns the builder for the settings used for calls to createIndex.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.longrunning.OperationFuture<Index,IndexOperationMetadata> |
FirestoreAdminClient.createIndexAsync(CreateIndexRequest request)
Creates a composite index.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<CreateIndexRequest,com.google.longrunning.Operation> |
GrpcFirestoreAdminStub.createIndexCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateIndexRequest,com.google.longrunning.Operation> |
HttpJsonFirestoreAdminStub.createIndexCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateIndexRequest,com.google.longrunning.Operation> |
FirestoreAdminStub.createIndexCallable() |
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
GrpcFirestoreAdminStub.createIndexOperationCallable() |
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
HttpJsonFirestoreAdminStub.createIndexOperationCallable() |
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
FirestoreAdminStub.createIndexOperationCallable() |
com.google.api.gax.rpc.OperationCallSettings<CreateIndexRequest,Index,IndexOperationMetadata> |
FirestoreAdminStubSettings.createIndexOperationSettings()
Returns the object with the settings used for calls to createIndex.
|
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexRequest,Index,IndexOperationMetadata> |
FirestoreAdminStubSettings.Builder.createIndexOperationSettings()
Returns the builder for the settings used for calls to createIndex.
|
com.google.api.gax.rpc.UnaryCallSettings<CreateIndexRequest,com.google.longrunning.Operation> |
FirestoreAdminStubSettings.createIndexSettings()
Returns the object with the settings used for calls to createIndex.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIndexRequest,com.google.longrunning.Operation> |
FirestoreAdminStubSettings.Builder.createIndexSettings()
Returns the builder for the settings used for calls to createIndex.
|
Modifier and Type | Method and Description |
---|---|
CreateIndexRequest |
CreateIndexRequest.Builder.build() |
CreateIndexRequest |
CreateIndexRequest.Builder.buildPartial() |
static CreateIndexRequest |
CreateIndexRequest.getDefaultInstance() |
CreateIndexRequest |
CreateIndexRequest.getDefaultInstanceForType() |
CreateIndexRequest |
CreateIndexRequest.Builder.getDefaultInstanceForType() |
static CreateIndexRequest |
CreateIndexRequest.parseDelimitedFrom(InputStream input) |
static CreateIndexRequest |
CreateIndexRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateIndexRequest |
CreateIndexRequest.parseFrom(byte[] data) |
static CreateIndexRequest |
CreateIndexRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateIndexRequest |
CreateIndexRequest.parseFrom(ByteBuffer data) |
static CreateIndexRequest |
CreateIndexRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateIndexRequest |
CreateIndexRequest.parseFrom(com.google.protobuf.ByteString data) |
static CreateIndexRequest |
CreateIndexRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateIndexRequest |
CreateIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static CreateIndexRequest |
CreateIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static CreateIndexRequest |
CreateIndexRequest.parseFrom(InputStream input) |
static CreateIndexRequest |
CreateIndexRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<CreateIndexRequest,com.google.longrunning.Operation> |
FirestoreAdminGrpc.getCreateIndexMethod() |
com.google.protobuf.Parser<CreateIndexRequest> |
CreateIndexRequest.getParserForType() |
static com.google.protobuf.Parser<CreateIndexRequest> |
CreateIndexRequest.parser() |
Modifier and Type | Method and Description |
---|---|
com.google.longrunning.Operation |
FirestoreAdminGrpc.FirestoreAdminBlockingStub.createIndex(CreateIndexRequest request)
Creates a composite index.
|
com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation> |
FirestoreAdminGrpc.FirestoreAdminFutureStub.createIndex(CreateIndexRequest request)
Creates a composite index.
|
default void |
FirestoreAdminGrpc.AsyncService.createIndex(CreateIndexRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a composite index.
|
void |
FirestoreAdminGrpc.FirestoreAdminStub.createIndex(CreateIndexRequest request,
io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates a composite index.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.mergeFrom(CreateIndexRequest other) |
static CreateIndexRequest.Builder |
CreateIndexRequest.newBuilder(CreateIndexRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.