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 IndexDatastoreAdminClient. 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 GetIndexRequestGetIndexRequest.Builder. build()GetIndexRequestGetIndexRequest.Builder. buildPartial()static GetIndexRequestGetIndexRequest. getDefaultInstance()GetIndexRequestGetIndexRequest.Builder. getDefaultInstanceForType()GetIndexRequestGetIndexRequest. getDefaultInstanceForType()static GetIndexRequestGetIndexRequest. parseDelimitedFrom(InputStream input)static GetIndexRequestGetIndexRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexRequestGetIndexRequest. parseFrom(byte[] data)static GetIndexRequestGetIndexRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexRequestGetIndexRequest. parseFrom(com.google.protobuf.ByteString data)static GetIndexRequestGetIndexRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexRequestGetIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetIndexRequestGetIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexRequestGetIndexRequest. parseFrom(InputStream input)static GetIndexRequestGetIndexRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexRequestGetIndexRequest. parseFrom(ByteBuffer data)static GetIndexRequestGetIndexRequest. 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 voidDatastoreAdminGrpc.AsyncService. getIndex(GetIndexRequest request, io.grpc.stub.StreamObserver<Index> responseObserver)Gets an index.IndexDatastoreAdminGrpc.DatastoreAdminBlockingStub. getIndex(GetIndexRequest request)Gets an index.com.google.common.util.concurrent.ListenableFuture<Index>DatastoreAdminGrpc.DatastoreAdminFutureStub. getIndex(GetIndexRequest request)Gets an index.voidDatastoreAdminGrpc.DatastoreAdminStub. getIndex(GetIndexRequest request, io.grpc.stub.StreamObserver<Index> responseObserver)Gets an index.GetIndexRequest.BuilderGetIndexRequest.Builder. mergeFrom(GetIndexRequest other)static GetIndexRequest.BuilderGetIndexRequest. newBuilder(GetIndexRequest prototype)
-