@Generated(value="by gRPC proto compiler (version 1.10.0)", comments="Source: google/firestore/admin/v1/firestore_admin.proto") public final class FirestoreAdminGrpc extends Object
Operations are created by service `FirestoreAdmin`, but are accessed via service `google.longrunning.Operations`.
| Modifier and Type | Class and Description |
|---|---|
static class |
FirestoreAdminGrpc.FirestoreAdminBlockingStub
Operations are created by service `FirestoreAdmin`, but are accessed via
service `google.longrunning.Operations`.
|
static class |
FirestoreAdminGrpc.FirestoreAdminFutureStub
Operations are created by service `FirestoreAdmin`, but are accessed via
service `google.longrunning.Operations`.
|
static class |
FirestoreAdminGrpc.FirestoreAdminImplBase
Operations are created by service `FirestoreAdmin`, but are accessed via
service `google.longrunning.Operations`.
|
static class |
FirestoreAdminGrpc.FirestoreAdminStub
Operations are created by service `FirestoreAdmin`, but are accessed via
service `google.longrunning.Operations`.
|
| Modifier and Type | Field and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateIndexRequest,com.google.longrunning.Operation> |
METHOD_CREATE_INDEX
Deprecated.
|
static io.grpc.MethodDescriptor<DeleteIndexRequest,com.google.protobuf.Empty> |
METHOD_DELETE_INDEX
Deprecated.
|
static io.grpc.MethodDescriptor<ExportDocumentsRequest,com.google.longrunning.Operation> |
METHOD_EXPORT_DOCUMENTS
Deprecated.
|
static io.grpc.MethodDescriptor<GetFieldRequest,Field> |
METHOD_GET_FIELD
Deprecated.
|
static io.grpc.MethodDescriptor<GetIndexRequest,Index> |
METHOD_GET_INDEX
Deprecated.
|
static io.grpc.MethodDescriptor<ImportDocumentsRequest,com.google.longrunning.Operation> |
METHOD_IMPORT_DOCUMENTS
Deprecated.
|
static io.grpc.MethodDescriptor<ListFieldsRequest,ListFieldsResponse> |
METHOD_LIST_FIELDS
Deprecated.
|
static io.grpc.MethodDescriptor<ListIndexesRequest,ListIndexesResponse> |
METHOD_LIST_INDEXES
Deprecated.
|
static io.grpc.MethodDescriptor<UpdateFieldRequest,com.google.longrunning.Operation> |
METHOD_UPDATE_FIELD
Deprecated.
|
static String |
SERVICE_NAME |
| Modifier and Type | Method and Description |
|---|---|
static io.grpc.MethodDescriptor<CreateIndexRequest,com.google.longrunning.Operation> |
getCreateIndexMethod() |
static io.grpc.MethodDescriptor<DeleteIndexRequest,com.google.protobuf.Empty> |
getDeleteIndexMethod() |
static io.grpc.MethodDescriptor<ExportDocumentsRequest,com.google.longrunning.Operation> |
getExportDocumentsMethod() |
static io.grpc.MethodDescriptor<GetFieldRequest,Field> |
getGetFieldMethod() |
static io.grpc.MethodDescriptor<GetIndexRequest,Index> |
getGetIndexMethod() |
static io.grpc.MethodDescriptor<ImportDocumentsRequest,com.google.longrunning.Operation> |
getImportDocumentsMethod() |
static io.grpc.MethodDescriptor<ListFieldsRequest,ListFieldsResponse> |
getListFieldsMethod() |
static io.grpc.MethodDescriptor<ListIndexesRequest,ListIndexesResponse> |
getListIndexesMethod() |
static io.grpc.ServiceDescriptor |
getServiceDescriptor() |
static io.grpc.MethodDescriptor<UpdateFieldRequest,com.google.longrunning.Operation> |
getUpdateFieldMethod() |
static FirestoreAdminGrpc.FirestoreAdminBlockingStub |
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static FirestoreAdminGrpc.FirestoreAdminFutureStub |
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static FirestoreAdminGrpc.FirestoreAdminStub |
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<CreateIndexRequest,com.google.longrunning.Operation> METHOD_CREATE_INDEX
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListIndexesRequest,ListIndexesResponse> METHOD_LIST_INDEXES
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetIndexRequest,Index> METHOD_GET_INDEX
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<DeleteIndexRequest,com.google.protobuf.Empty> METHOD_DELETE_INDEX
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<GetFieldRequest,Field> METHOD_GET_FIELD
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<UpdateFieldRequest,com.google.longrunning.Operation> METHOD_UPDATE_FIELD
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ListFieldsRequest,ListFieldsResponse> METHOD_LIST_FIELDS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ExportDocumentsRequest,com.google.longrunning.Operation> METHOD_EXPORT_DOCUMENTS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") @Deprecated public static final io.grpc.MethodDescriptor<ImportDocumentsRequest,com.google.longrunning.Operation> METHOD_IMPORT_DOCUMENTS
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<CreateIndexRequest,com.google.longrunning.Operation> getCreateIndexMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListIndexesRequest,ListIndexesResponse> getListIndexesMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetIndexRequest,Index> getGetIndexMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<DeleteIndexRequest,com.google.protobuf.Empty> getDeleteIndexMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<GetFieldRequest,Field> getGetFieldMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<UpdateFieldRequest,com.google.longrunning.Operation> getUpdateFieldMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ListFieldsRequest,ListFieldsResponse> getListFieldsMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ExportDocumentsRequest,com.google.longrunning.Operation> getExportDocumentsMethod()
@ExperimentalApi(value="https://github.com/grpc/grpc-java/issues/1901") public static io.grpc.MethodDescriptor<ImportDocumentsRequest,com.google.longrunning.Operation> getImportDocumentsMethod()
public static FirestoreAdminGrpc.FirestoreAdminStub newStub(io.grpc.Channel channel)
public static FirestoreAdminGrpc.FirestoreAdminBlockingStub newBlockingStub(io.grpc.Channel channel)
public static FirestoreAdminGrpc.FirestoreAdminFutureStub newFutureStub(io.grpc.Channel channel)
public static io.grpc.ServiceDescriptor getServiceDescriptor()
Copyright © 2020 Google LLC. All rights reserved.