Uses of Class
com.google.datastore.admin.v1.CreateIndexRequest
-
Packages that use CreateIndexRequest Package Description com.google.cloud.datastore.admin.v1 A client to Cloud Datastore APIcom.google.cloud.datastore.admin.v1.stub com.google.datastore.admin.v1 -
-
Uses of CreateIndexRequest in com.google.cloud.datastore.admin.v1
Methods in com.google.cloud.datastore.admin.v1 that return types with arguments of type CreateIndexRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateIndexRequest,com.google.longrunning.Operation>DatastoreAdminClient. createIndexCallable()Creates the specified index.com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata>DatastoreAdminClient. createIndexOperationCallable()Creates the specified index.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexRequest,Index,IndexOperationMetadata>DatastoreAdminSettings.Builder. createIndexOperationSettings()Returns the builder for the settings used for calls to createIndex.com.google.api.gax.rpc.OperationCallSettings<CreateIndexRequest,Index,IndexOperationMetadata>DatastoreAdminSettings. createIndexOperationSettings()Returns the object with the settings used for calls to createIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIndexRequest,com.google.longrunning.Operation>DatastoreAdminSettings.Builder. createIndexSettings()Returns the builder for the settings used for calls to createIndex.com.google.api.gax.rpc.UnaryCallSettings<CreateIndexRequest,com.google.longrunning.Operation>DatastoreAdminSettings. createIndexSettings()Returns the object with the settings used for calls to createIndex.Methods in com.google.cloud.datastore.admin.v1 with parameters of type CreateIndexRequest Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Index,IndexOperationMetadata>DatastoreAdminClient. createIndexAsync(CreateIndexRequest request)Creates the specified index. -
Uses of CreateIndexRequest in com.google.cloud.datastore.admin.v1.stub
Methods in com.google.cloud.datastore.admin.v1.stub that return types with arguments of type CreateIndexRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateIndexRequest,com.google.longrunning.Operation>DatastoreAdminStub. createIndexCallable()com.google.api.gax.rpc.UnaryCallable<CreateIndexRequest,com.google.longrunning.Operation>GrpcDatastoreAdminStub. createIndexCallable()com.google.api.gax.rpc.UnaryCallable<CreateIndexRequest,com.google.longrunning.Operation>HttpJsonDatastoreAdminStub. createIndexCallable()com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata>DatastoreAdminStub. createIndexOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata>GrpcDatastoreAdminStub. createIndexOperationCallable()com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata>HttpJsonDatastoreAdminStub. createIndexOperationCallable()com.google.api.gax.rpc.OperationCallSettings.Builder<CreateIndexRequest,Index,IndexOperationMetadata>DatastoreAdminStubSettings.Builder. createIndexOperationSettings()Returns the builder for the settings used for calls to createIndex.com.google.api.gax.rpc.OperationCallSettings<CreateIndexRequest,Index,IndexOperationMetadata>DatastoreAdminStubSettings. createIndexOperationSettings()Returns the object with the settings used for calls to createIndex.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateIndexRequest,com.google.longrunning.Operation>DatastoreAdminStubSettings.Builder. createIndexSettings()Returns the builder for the settings used for calls to createIndex.com.google.api.gax.rpc.UnaryCallSettings<CreateIndexRequest,com.google.longrunning.Operation>DatastoreAdminStubSettings. createIndexSettings()Returns the object with the settings used for calls to createIndex. -
Uses of CreateIndexRequest in com.google.datastore.admin.v1
Methods in com.google.datastore.admin.v1 that return CreateIndexRequest Modifier and Type Method Description CreateIndexRequestCreateIndexRequest.Builder. build()CreateIndexRequestCreateIndexRequest.Builder. buildPartial()static CreateIndexRequestCreateIndexRequest. getDefaultInstance()CreateIndexRequestCreateIndexRequest.Builder. getDefaultInstanceForType()CreateIndexRequestCreateIndexRequest. getDefaultInstanceForType()static CreateIndexRequestCreateIndexRequest. parseDelimitedFrom(InputStream input)static CreateIndexRequestCreateIndexRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIndexRequestCreateIndexRequest. parseFrom(byte[] data)static CreateIndexRequestCreateIndexRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIndexRequestCreateIndexRequest. parseFrom(com.google.protobuf.ByteString data)static CreateIndexRequestCreateIndexRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIndexRequestCreateIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input)static CreateIndexRequestCreateIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIndexRequestCreateIndexRequest. parseFrom(InputStream input)static CreateIndexRequestCreateIndexRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CreateIndexRequestCreateIndexRequest. parseFrom(ByteBuffer data)static CreateIndexRequestCreateIndexRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.datastore.admin.v1 that return types with arguments of type CreateIndexRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<CreateIndexRequest,com.google.longrunning.Operation>DatastoreAdminGrpc. getCreateIndexMethod()com.google.protobuf.Parser<CreateIndexRequest>CreateIndexRequest. getParserForType()static com.google.protobuf.Parser<CreateIndexRequest>CreateIndexRequest. parser()Methods in com.google.datastore.admin.v1 with parameters of type CreateIndexRequest Modifier and Type Method Description default voidDatastoreAdminGrpc.AsyncService. createIndex(CreateIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates the specified index.com.google.longrunning.OperationDatastoreAdminGrpc.DatastoreAdminBlockingStub. createIndex(CreateIndexRequest request)Creates the specified index.com.google.common.util.concurrent.ListenableFuture<com.google.longrunning.Operation>DatastoreAdminGrpc.DatastoreAdminFutureStub. createIndex(CreateIndexRequest request)Creates the specified index.voidDatastoreAdminGrpc.DatastoreAdminStub. createIndex(CreateIndexRequest request, io.grpc.stub.StreamObserver<com.google.longrunning.Operation> responseObserver)Creates the specified index.CreateIndexRequest.BuilderCreateIndexRequest.Builder. mergeFrom(CreateIndexRequest other)static CreateIndexRequest.BuilderCreateIndexRequest. newBuilder(CreateIndexRequest prototype)
-