Uses of Class
com.google.datastore.admin.v1.GetIndexRequest
-
Packages that use GetIndexRequest 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 GetIndexRequest in com.google.cloud.datastore.admin.v1
Methods in com.google.cloud.datastore.admin.v1 that return types with arguments of type GetIndexRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index>
DatastoreAdminClient. getIndexCallable()
Gets an index.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index>
DatastoreAdminSettings.Builder. getIndexSettings()
Returns the builder for the settings used for calls to getIndex.com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index>
DatastoreAdminSettings. getIndexSettings()
Returns the object with the settings used for calls to getIndex.Methods in com.google.cloud.datastore.admin.v1 with parameters of type GetIndexRequest Modifier and Type Method Description Index
DatastoreAdminClient. getIndex(GetIndexRequest request)
Gets an index. -
Uses of GetIndexRequest in com.google.cloud.datastore.admin.v1.stub
Methods in com.google.cloud.datastore.admin.v1.stub that return types with arguments of type GetIndexRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index>
DatastoreAdminStub. getIndexCallable()
com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index>
GrpcDatastoreAdminStub. getIndexCallable()
com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index>
HttpJsonDatastoreAdminStub. getIndexCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index>
DatastoreAdminStubSettings.Builder. getIndexSettings()
Returns the builder for the settings used for calls to getIndex.com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index>
DatastoreAdminStubSettings. getIndexSettings()
Returns the object with the settings used for calls to getIndex. -
Uses of GetIndexRequest in com.google.datastore.admin.v1
Methods in com.google.datastore.admin.v1 that return GetIndexRequest Modifier and Type Method Description GetIndexRequest
GetIndexRequest.Builder. build()
GetIndexRequest
GetIndexRequest.Builder. buildPartial()
static GetIndexRequest
GetIndexRequest. getDefaultInstance()
GetIndexRequest
GetIndexRequest.Builder. getDefaultInstanceForType()
GetIndexRequest
GetIndexRequest. 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(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)
static GetIndexRequest
GetIndexRequest. parseFrom(ByteBuffer data)
static GetIndexRequest
GetIndexRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.datastore.admin.v1 that return types with arguments of type GetIndexRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetIndexRequest,Index>
DatastoreAdminGrpc. getGetIndexMethod()
com.google.protobuf.Parser<GetIndexRequest>
GetIndexRequest. getParserForType()
static com.google.protobuf.Parser<GetIndexRequest>
GetIndexRequest. parser()
Methods in com.google.datastore.admin.v1 with parameters of type GetIndexRequest Modifier and Type Method Description default void
DatastoreAdminGrpc.AsyncService. getIndex(GetIndexRequest request, io.grpc.stub.StreamObserver<Index> responseObserver)
Gets an index.Index
DatastoreAdminGrpc.DatastoreAdminBlockingStub. getIndex(GetIndexRequest request)
Gets an index.com.google.common.util.concurrent.ListenableFuture<Index>
DatastoreAdminGrpc.DatastoreAdminFutureStub. getIndex(GetIndexRequest request)
Gets an index.void
DatastoreAdminGrpc.DatastoreAdminStub. getIndex(GetIndexRequest request, io.grpc.stub.StreamObserver<Index> responseObserver)
Gets an index.GetIndexRequest.Builder
GetIndexRequest.Builder. mergeFrom(GetIndexRequest other)
static GetIndexRequest.Builder
GetIndexRequest. newBuilder(GetIndexRequest prototype)
-