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<GetIndexRequest,Index> |
FirestoreAdminClient.getIndexCallable()
Gets a composite index.
|
com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index> |
FirestoreAdminSettings.getIndexSettings()
Returns the object with the settings used for calls to getIndex.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index> |
FirestoreAdminSettings.Builder.getIndexSettings()
Returns the builder for the settings used for calls to getIndex.
|
Modifier and Type | Method and Description |
---|---|
Index |
FirestoreAdminClient.getIndex(GetIndexRequest request)
Gets a composite index.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index> |
GrpcFirestoreAdminStub.getIndexCallable() |
com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index> |
HttpJsonFirestoreAdminStub.getIndexCallable() |
com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index> |
FirestoreAdminStub.getIndexCallable() |
com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index> |
FirestoreAdminStubSettings.getIndexSettings()
Returns the object with the settings used for calls to getIndex.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index> |
FirestoreAdminStubSettings.Builder.getIndexSettings()
Returns the builder for the settings used for calls to getIndex.
|
Modifier and Type | Method and Description |
---|---|
GetIndexRequest |
GetIndexRequest.Builder.build() |
GetIndexRequest |
GetIndexRequest.Builder.buildPartial() |
static GetIndexRequest |
GetIndexRequest.getDefaultInstance() |
GetIndexRequest |
GetIndexRequest.getDefaultInstanceForType() |
GetIndexRequest |
GetIndexRequest.Builder.getDefaultInstanceForType() |
static GetIndexRequest |
GetIndexRequest.parseDelimitedFrom(InputStream input) |
static GetIndexRequest |
GetIndexRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetIndexRequest |
GetIndexRequest.parseFrom(byte[] data) |
static GetIndexRequest |
GetIndexRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetIndexRequest |
GetIndexRequest.parseFrom(ByteBuffer data) |
static GetIndexRequest |
GetIndexRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetIndexRequest |
GetIndexRequest.parseFrom(com.google.protobuf.ByteString data) |
static GetIndexRequest |
GetIndexRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetIndexRequest |
GetIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static GetIndexRequest |
GetIndexRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GetIndexRequest |
GetIndexRequest.parseFrom(InputStream input) |
static GetIndexRequest |
GetIndexRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static io.grpc.MethodDescriptor<GetIndexRequest,Index> |
FirestoreAdminGrpc.getGetIndexMethod() |
com.google.protobuf.Parser<GetIndexRequest> |
GetIndexRequest.getParserForType() |
static com.google.protobuf.Parser<GetIndexRequest> |
GetIndexRequest.parser() |
Modifier and Type | Method and Description |
---|---|
Index |
FirestoreAdminGrpc.FirestoreAdminBlockingStub.getIndex(GetIndexRequest request)
Gets a composite index.
|
com.google.common.util.concurrent.ListenableFuture<Index> |
FirestoreAdminGrpc.FirestoreAdminFutureStub.getIndex(GetIndexRequest request)
Gets a composite index.
|
default void |
FirestoreAdminGrpc.AsyncService.getIndex(GetIndexRequest request,
io.grpc.stub.StreamObserver<Index> responseObserver)
Gets a composite index.
|
void |
FirestoreAdminGrpc.FirestoreAdminStub.getIndex(GetIndexRequest request,
io.grpc.stub.StreamObserver<Index> responseObserver)
Gets a composite index.
|
GetIndexRequest.Builder |
GetIndexRequest.Builder.mergeFrom(GetIndexRequest other) |
static GetIndexRequest.Builder |
GetIndexRequest.newBuilder(GetIndexRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.