Package | Description |
---|---|
com.google.cloud.datastore.admin.v1 |
A client to Cloud Datastore API
|
com.google.cloud.datastore.admin.v1.stub | |
com.google.datastore.admin.v1 |
Modifier and Type | Method and 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<CreateIndexRequest,Index,IndexOperationMetadata> |
DatastoreAdminSettings.createIndexOperationSettings()
Returns the object with the settings used for calls to createIndex.
|
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.UnaryCallSettings<CreateIndexRequest,com.google.longrunning.Operation> |
DatastoreAdminSettings.createIndexSettings()
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.
|
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.longrunning.OperationFuture<Index,IndexOperationMetadata> |
DatastoreAdminClient.createIndexAsync(CreateIndexRequest request)
Creates the specified index.
|
Modifier and Type | Method and 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> |
HttpJsonDatastoreAdminStub.createIndexCallable() |
com.google.api.gax.rpc.UnaryCallable<CreateIndexRequest,com.google.longrunning.Operation> |
GrpcDatastoreAdminStub.createIndexCallable() |
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
DatastoreAdminStub.createIndexOperationCallable() |
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
HttpJsonDatastoreAdminStub.createIndexOperationCallable() |
com.google.api.gax.rpc.OperationCallable<CreateIndexRequest,Index,IndexOperationMetadata> |
GrpcDatastoreAdminStub.createIndexOperationCallable() |
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.OperationCallSettings.Builder<CreateIndexRequest,Index,IndexOperationMetadata> |
DatastoreAdminStubSettings.Builder.createIndexOperationSettings()
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.
|
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.
|
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 MethodDescriptor<CreateIndexRequest,com.google.longrunning.Operation> |
DatastoreAdminGrpc.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 |
DatastoreAdminGrpc.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.
|
default void |
DatastoreAdminGrpc.AsyncService.createIndex(CreateIndexRequest request,
StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates the specified index.
|
void |
DatastoreAdminGrpc.DatastoreAdminStub.createIndex(CreateIndexRequest request,
StreamObserver<com.google.longrunning.Operation> responseObserver)
Creates the specified index.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.mergeFrom(CreateIndexRequest other) |
static CreateIndexRequest.Builder |
CreateIndexRequest.newBuilder(CreateIndexRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.